Posts tagged drivers
Uninstall Hidden Devices, Drivers, Services in Windows
Jul 17th
To get rid of that unwanted driver, device, or service:
1. Open the “Start” menu and choose “Run…”
2. Type in “cmd” (without the quotes) and click “ok”.
3. At the cmd prompt, type in “set devmgr_show_nonpresent_devices=1″ (without the quotes) and press enter. (Note that nothing seems to happen–this is ok. We are actually setting an environment variable More >
Backup all Windows Device Drivers
Oct 15th
Using Windows’ Devon utility, you can backup your device drivers with ease.
Rob van der Woude has put together a batch script to make it even easier. You can visit his site and look at the other information and scripts he has available for Devcon.
Here is the batch script in source format or you can download More >