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.
- Host: GitHub
- URL: https://github.com/nocti1/windows-device-driver-remover
- Owner: nocti1
- License: agpl-3.0
- Created: 2025-11-27T04:52:16.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-27T05:00:50.000Z (7 months ago)
- Last Synced: 2025-11-29T22:09:30.014Z (7 months ago)
- Topics: cleanup-script, cleanup-tool, powershell, powershell-script, troubleshooting, windows, windows-10
- Language: PowerShell
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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