Friday, December 9, 2016

windows 7 - Disable USB drives during boot up?


I have 2 external USB harddrives that are on/active during the boot process. I believe that Windows7 is looking at those drives while booting, which is causes bootup to take longer. Is there a way that I can disable these drives until after the OS has booted to the logon screen?


Answer



Another solution:


Quoted:
I have received a few questions about this method - no it will not disable mice, or keyboards. It only disables storage devices attached to the USB port. This includes hard drives, flash drives, and any other type of USB storage device. And yes, if the user has administrator access they can reverse the changes.



How it operates is simple, we set a
registry key that tells the UsbStor
driver not to load on boot:


HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor


Start = 4 (Disabled) -
Don’t start the
driver on boot


Start = 3 (Enabled) -
Start the driver on boot



No comments:

Post a Comment

hard drive - Leaving bad sectors in unformatted partition?

Laptop was acting really weird, and copy and seek times were really slow, so I decided to scan the hard drive surface. I have a couple hundr...