Skip to content

Instantly share code, notes, and snippets.

@twatzl
Last active September 12, 2025 08:57
Show Gist options
  • Select an option

  • Save twatzl/e8e75feb1694c66ca4c35cd69c1dacdb to your computer and use it in GitHub Desktop.

Select an option

Save twatzl/e8e75feb1694c66ca4c35cd69c1dacdb to your computer and use it in GitHub Desktop.
Clean Windows Driver Store

This script will delete unused drivers from c:/windows/system32/driverstore. Especially old NVIDIA driver versions accumulate and use up disk space.

You should create a backup before using pnputil /export-driver * e:/mybackuplocation

for($i=0; $i -lt 100; $i++){
& pnputil /d oem$i.inf
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment