0

I am trying to disable usb-serial ch340 port using devcon as shown in pictureenter image description here. I tried following commands devcon disable usb*, devcon disable com* as shown in picture but did not work.enter image description here How can I disable it.

Praveen Kumar K S
  • 3,024
  • 1
  • 24
  • 31
Hot Cool Stud
  • 1,145
  • 6
  • 25
  • 50

2 Answers2

0

This may be much too late, but I just had and solved the same message.

The solution was to open cmd as an administrator and call

devcon disable usb*
crown42
  • 305
  • 1
  • 7
0

This will definitely work, (PID_1016 this is just an example).

 devcon.exe disable *PID_1016
root
  • 123
  • 1
  • 11