spooler subsystem app has stopped working

Author admin acount on August 15, 2013 | Print | Bookmark
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

Was this article helpful?

Yes No

Category: Windows XP

Last updated on August 15, 2013 with 69 views

0 User Comments

There are no comments yet...Kick things off by filling out the form below.

Leave a Comment