spooler subsystem app has stopped working
Logon as Admin
Start - type in Search box -> COMMAND - find at top of list and RIGHT CLICK - RUN AS ADMIN
you can copy and paste each line in except the ones in brackets and hit enter after each.
net stop Spooler
(will echo Deleting all print jobs) <-- you should see this returned
ping localhost -n 4 > nul
del /q %SystemRoot%\system32\spool\printers\*.*
net start Spooler
(will echo Done!) <-- you should see this returned
ping localhost -n 4 > nul
You can view this article online at:
http://kb.programin.co.rs/index.php/article/spooler-subsystem-app-has-stopped-working