Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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/)