mirror of
https://github.com/zoicware/WindowsDeviceRemover.git
synced 2026-04-26 19:15:52 +03:00
No description
| BlockDeviceInstall.ps1 | ||
| LICENSE | ||
| README.md | ||
WindowsDeviceRemover
Remove and Prevent Device Drivers from Being Installed by Windows
About
Some devices will automatically install their driver and this could be un-wanted behavoir from the user. This simple script allows you to select a device to remove and prevent windows from reinstalling it.
The script takes advantage of the Prevent installation of devices that match any of these device IDs policy in Group Policy to specify the device you want to prevent getting installed.
Warning
This script is meant for advanced users, if you remove a device that you should not have I am not responsible for your actions.
How to Use
Run PowerShell as Admin
iwr https://raw.githubusercontent.com/zoicware/WindowsDeviceRemover/main/BlockDeviceInstall.ps1 | iex