How to Restart and Fix Printer Spooler in Windows 7
If you start to many print jobs at once you can easily crash the printer spooler service. Here’s how you fix/restart the printer spooler service in Windows 7
1. Open up the Start Menu and Click on the Search option to enter text.
2. In the Start Menu Search bar, type down services.msc.

3. This screen will provide you with a list of different services associated with the current Windows installation.
4. Scroll down through this list and search for the service named as ‘Printer Spooler’.
5. Right click the service and select the ‘Restart’ option from the drop down menu.

6. Open the directory of Windows Installation and Open the System 32 Folder inside the Windows folder.

7. Open the folder named ‘Spool’ and Enter the ‘Printers’ folder. Check if there are any Printers or settings file available here.
8. In case the files are not available, open the properties of Printer Spooler service from the Services menu.

9. Switch over from the General Tab to the ‘Recovery’ tab. Click on the option of ‘Subsequent Failures’ and make the selection ‘Restart the Service’.

10. Open the ‘Dependencies’ tab from the options on the top of the screen and ensure that the HTTP and Remote Procedure Call options are checked.

In this way, you will be able to fix the printer spooler error. In case there are still any problems, feel free to contact us.
Or you might like these sexy wallpaper, tweaks and themes:









I have a little batch script i use to clear print related stuff. Just copy and paste this into a txt file and rename it PrintClear.bat or something
net stop spooler
del %SYSTEMROOT%\system32\spool\PRINTERS\*.* /q /s
net start spooler