Date: 2025-01-13 11:13:38
Score: 4.5
Natty: 4
Or just use this script
https://github.com/maxbakhub/winposh/blob/main/WindowsDesktopManagement/RemoveOldDuplicateDrivers.ps1
replace the last command # Invoke-Expression -Command "pnputil.exe /remove-device $Name" with this
Invoke-Expression -Command "pnputil.exe -f -d $Name"
Cheers
Reasons:
- Blacklisted phrase (1): Cheers
- Probably link only (1):
- Low length (0.5):
- No code block (0.5):
- Unregistered user (0.5):
- Low reputation (1):
Posted by: TStoner