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?
|
feedback
|
|
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.
| |||
|
feedback
|
|
You probably have to do this in your BIOS, tell it to not boot from USB devices. Resolving Slow Boot Times Check the following tips to speed up the boot time of your computer.
Warning: If any problems occur after making BIOS settings changes (poor performance, intermittent issues, etc.), reset the desktop board to default values: During boot, enter the BIOS setup by pressing F2. Press F9 to set defaults. Press F10 to Save and Exit. If the system locks or won’t boot after making BIOS settings changes, perform a BIOS recovery as described at Instructions for Recovery BIOS Update. | ||||
|
feedback
|
|
Firstly, we need to prevent USBSTOR from being installed unless the currently logged on user is allowed to use USB storage. We do that by restricting access to USBSTOR.INF and USBSTORE.PNF in a GPO such that PNP can't automatically install the driver. This is possible because when PNP installs a driver, the installation is performed using the priviledges of the currently logged on user. Secondly, we need to make sure that USBSTOR is not started when a USB storage device is plugged in. For that we use Mark's ADM template. The only minor drawback of my solution is that users with access to USB storage need to manually start USBSTOR before connecting USB storage devices.
10 . Log on as a user that should have access to USB storage and execute net start usbstor in a command shell or at Start – Run before connecting the memory stick. The memory stick should initialized and mapped to a drive letter. If USBSTOR fails to start, it's probably because this is the first time a memory stick is plugged into the workstation in which case USBSTOR is not yet installed. Nevertheless, the memory stick should be initialized and mapped correctly but you need to reboot in order to reapply the administrative template such that USBSTOR is disabled again. Alternatively, you can disable it manually by downloading and double clicking USBSTOR.REG as well as executing net stop usbstor. 11 . Instruct the users with access to USB storage that they need to execute net start usbstor before they can connect a USB storage device. Source :http://diaryproducts.net/about/operating_systems/windows/disable_usb_sticks | |||
|
feedback
|