An open API service indexing awesome lists of open source software.

https://github.com/nocti1/windows-device-driver-remover

This PowerShell script helps remove devices and/or drivers which are found by a keyword.
https://github.com/nocti1/windows-device-driver-remover

cleanup-script cleanup-tool powershell powershell-script troubleshooting windows windows-10

Last synced: about 2 months ago
JSON representation

This PowerShell script helps remove devices and/or drivers which are found by a keyword.

Awesome Lists containing this project

README

          

# Windows Device Driver Remover
This PowerShell script helps remove devices and/or drivers which are found by a keyword.
It can be useful to target all devices by keyword programatically if you have many copies of the same device.

### Todo:
- Update script to accept a variable (keyword) switch as an input, rather than editing the script to put in your keyword
- Add no confirmation/force switch
- Add "what if"/discovery mode switch