Andy

Administrator
Creative Team
User ID
1
Joined
7 Jan 2019
Messages
1,137
Reaction score
58
Points
48
Here's the simple script to clear printer spooler on Windows:

Code:
net stop spooler
del %systemroot%\System32\spool\printers\* /Q /F /S
net start spooler

Copy all of the three commands above and save to a .bat file and run it whenever needed šŸ˜‰

Works with the Windows 10 & Server OS šŸ‘

Let me know if you find this script useful by commenting down below šŸ‘‡
 
 Short URL:
Back
Top