How To Disable Drivers On Startup
How can I find what drivers are being loaded on a Windows 7 x64 startup?
I've seen a couple apps that show what programs are being run via registry entries and Startup folder, but I'm not sure how to see what other drivers are being loaded, in order to remedy problematic drivers.
I have tried to turn off startup programs but keep getting told i need admin permission. Why, when this is my comp bought and paid for and all that is on it. Apr 11, 2017. 1) Press Windows key and R at the same time. Then type msconfig in the search box and hit Enter. 2) Go to Startup bar, then you will be seeing a list of all the startup programs displayed with a check box next to each one. One piece of software we use for local hardware security (these are local hardware control systems) requires use of a driver that is unsigned in Win7, but has been verified to function perfectly normally when the system is booted in 'Disable Driver Signature Enforcement' mode.
3 Answers
In the windows 7 system I adopted the use of the AUTORUNS program, for selective stopping of driver items. It has specific tabs for drivers and services, an ability to save, and easy way to check stuff off (and back on easily).
Aquire from the source http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx
When working with autoruns you can also selectivly show (or not show) the items deemed to be microsoft/windows items in the Options 'Hide microsoft and windows entries' reducing the pile some. Requires Refresh
With XP a program called 'driver manager' was a very usefull tool, although turning them back on was not so easy :-)
Testing using these methods means booting the system after making the changes, it is not an instantanious stopping of the driver.For some things live disabling of a device/driver in windows own 'Device Manager' is faster, they usually flush out proper, and the system is not required to reboot (unless of course you disabled the wrong one:-)
As with any stopping of the device items, I would recommend having a clone/mirror/image of the system drive first. An Image that can be recovered outside of the system itself, not dependant on the system being operational.
Once you have a full Backup of the system, then go wild :-)
How To Disable Drivers On Startup
Use msconfig.exe
. In Boot tab enable 'Boot log' option. In the log you will see all drivers, which windows load during boot process. You can find log at C:Windowsntbtlog.txt
.
Use the Windows Performance Toolkit and capture a xbootmgr boot trace with the DRIVERS flag. This captures all loading times of drivers.
Attention. The DRIVERS flag can be buggy in Windows 7 and cause a Bugcheck (BSOD). MS fixed this for Windows 8.