Search
Categories
Spooler APP has stopped working
If Microsoft spooler subsystem app has stopped working which means your printer will not print
You can easily fix this issue as following:
Logon as Admin Press “Start” > Type in Search box > COMMAND > find at top of list and RIGHT CLICK “RUN AS ADMIN”
- 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
01.
