Jump to content

Win7 print spooler service keeps stopping


dpowell

Recommended Posts

I've noticed that when attempting to install printers from network shares I frequently run into problems which lead to having to continuously restart the Print Spooler service until I finally get the printer installed. Also, when copying from one Win7 profile to another the printers installed on the profile I'm copying from tend to corrupt once the profile is copied causing me to have to recreate them from scratch. Why is this some much more problematic than it was in XP and, more importantly, does anybody have any tips to improve the situation?

Link to comment
Share on other sites

  • 3 months later...

I've noticed that when attempting to install printers from network shares I frequently run into problems which lead to having to continuously restart the Print Spooler service until I finally get the printer installed. Also, when copying from one Win7 profile to another the printers installed on the profile I'm copying from tend to corrupt once the profile is copied causing me to have to recreate them from scratch. Why is this some much more problematic than it was in XP and, more importantly, does anybody have any tips to improve the situation?

I have experienced same problem and was never able to ID the cause. As a bandage, I made a context menu entry to start and stop the printer spooler by right-clicking on the desktop. Autoscript code:

 RunWait(@ComSpec & ' /c net stop spooler')
RunWait(@ComSpec & ' /c net start spooler')

And here's the registry code to launch the script from the desktop right-click menu

REGEDIT4

[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Spooler]
"Icon"="c:\\PATH2ICON\\Printer.ico"
"Position"="Top"

[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Spooler\command]
@="C:\\PATH2AUTOIT SCRIPT\\PrintSpooler.au3"

Edited by lurk&jerk
Link to comment
Share on other sites

Or, use procdump from sysinternals to get a dump of the spooler service crashing, and then zip or rar it up, upload it somewhere, and we'll take a look. Band-aids are fine for temporary pain relief, but actual answers and fixes are much better long term. A crashing spooler likely means a misbehaving print driver, so identifying the root cause shouldn't be too hard.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...