Skip to content

Instantly share code, notes, and snippets.

@LudovicOmarini
Created April 29, 2022 07:32
Show Gist options
  • Save LudovicOmarini/18d5fa4cffd63d0628c29f15b4b65945 to your computer and use it in GitHub Desktop.
Save LudovicOmarini/18d5fa4cffd63d0628c29f15b4b65945 to your computer and use it in GitHub Desktop.
Purge all files of print spooler
net stop spooler
del /q /s C:\Windows\System32\spool\PRINTERS\*
net start spooler
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment