Windows 7: How to clear/fix print spool

Post Reply
tong
Site Admin
Posts: 2387
Joined: Fri 01 May 2009 8:55 pm

Windows 7: How to clear/fix print spool

Post by tong »

FixSpool.bat

Code: Select all

takeown /f %windir%\system32\spool\PRINTERS
icacls %windir%\system32\spool\PRINTERS /grant %UserName%:F

net stop spooler
del %windir%\system32\spool\PRINTERS\*.* /F 
net start spooler

pause
Post Reply