up vote 0 down vote favorite
share [g+] share [fb]

I want to ask how can we enable or disable usb ports on windows vista pc. Also i have 6 usb ports , 2 in front and 4 at the back, so it it possible to disable the front usb port and enable 4 ports at the back.

link|improve this question

feedback

3 Answers

The only way to disable the ports in software is to disable the USB Root Hub device that the ports are connected to.

There's no way to determine in software which port connects with which hub. However, you can use the Windows Device Manager (set the view to Devices by Connection mode) to locate the USB Root Hub devices on your system. When you plug a USB device into a port, Device Manager will update the view to show which hub the device is connected to.

You can then disable that port by disabling the hub it's connected to. This will also disable all other ports connected to that hub. There is no way around this.

The DevCon command-line utility functions as an alternative to Device Manager (more about using DevCon). You can use this to enable/disable the hub devices from the commandline.

link|improve this answer
feedback

The two front ports probably have a cable running from the front of the pc to the motherboard, just unplug it. It usually runs to a block of pins about 2 pins by 5 I think.

link|improve this answer
feedback

Go to Start -> Run -> Type regedit and hit Enter or click on the OK button. Browse to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor Notice the value ‘Start’

Double click on the ‘Start’ in regedit and the default value data should be 3.

Switch this value data to 4, and USB storage devices are disabled. Switch this value data back to 3, and USB storage devices are enabled.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.