Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farag2/Delete-old-drivers
Delete old drivers using Get-WindowsDriver
https://github.com/farag2/Delete-old-drivers
drivers pnputil powershell
Last synced: 3 months ago
JSON representation
Delete old drivers using Get-WindowsDriver
- Host: GitHub
- URL: https://github.com/farag2/Delete-old-drivers
- Owner: farag2
- License: mit
- Created: 2019-09-02T11:36:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-28T13:19:13.000Z (about 2 years ago)
- Last Synced: 2024-05-28T03:21:09.134Z (5 months ago)
- Topics: drivers, pnputil, powershell
- Language: PowerShell
- Homepage:
- Size: 12.7 KB
- Stars: 17
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - farag2/Delete-old-drivers - Delete old drivers using Get-WindowsDriver (PowerShell)
README
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/Q5Q51QUJC)
## Overview
Delete old drivers using Get-WindowsDriver function.
If you want only to display drivers to uninstall, comment out line `& pnputil.exe /delete-driver "$Name" /force`
## GUI
If prefer GUI: [DriverStoreExplorer](https://github.com/lostindark/DriverStoreExplorer)
## Inspired by
[Habr](https://habr.com/en/post/319152/)