kevinoid / remove-nonpresent-devices

Script to remove non-present devices from a Windows computer system
MIT License
31 stars 10 forks source link

Remove Non-present Devices using DevCon

removedevices.js is a script to automatically remove all non-present (i.e. disconnected) devices from a Windows computer system. This can often be useful to prevent misbehaving and/or unnecessary drivers from being loaded.

WARNING

This script will remove/uninstall devices from your computer system. Although several important types of devices have been excluded from the default removal process, the possibility of removing devices critical to the operation of your computer system still exists. PLEASE double-check the list of devices which will be removed before pressing "Y" and PLEASE create a system backup if you are remotely concerned about making your system unbootable.

Examples

More Information

Installation instructions are available in INSTALL.txt. Major changes are listed in ChangeLog.txt. Complete license text is available in COPYING.txt.

The latest version of this software and the bug tracking system are available on GitHub https://github.com/kevinoid/remove-nonpresent-devices.