nope, i tried that. The weird part is that c\windows\sys32\spoolsv.ex
Main Topics
Browse All TopicsSomehow the print spooler service has been removed from my file and print server. Nobody at work can print, and when I went to check the spooler service in services.msc it wasn't listed. Is there a way to get this reinstalled without taking down and rebuilding the entire server? I'm at a loss as to how this could have happened -- no configuration changes have been made in weeks.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
nope, i tried that. The weird part is that c\windows\sys32\spoolsv.ex
I'd rather not have to reinstall all 45 different printers and drivers from scratch. I really doubt it's a printer driver problem, as they haven't been changed lately and were working fine right up until the spooler service vanished. But I wanted to try anyway so I made a backup of the registry keys and did the following:
open regedit (e.g. click Start, key regedit and press Enter)
navigate to HKEY_LOCAL_MACHINE\SYSTEM\
under this key, there will be the keys Version-2 and Version-3 (one or the other of these may be absent - not a problem)
the sub-keys under these contain the printer driver configuration information
delete all the sub-keys inside Version-2 and Version-3, but not these keys themselves
The Microsoft Knowledgebase article at http://support.microsoft.c
open a Command Prompt window
key the commands
net stop spooler
net start spooler
BUT the problem arrises that when I go to type net stop/start spooler i get: The specified service does not exist as an installed service. That's really the crux of it all. I wish there was a magic program called spoolerserviceinstaller.ex
Business Accounts
Answer for Membership
by: jdustinbPosted on 2008-09-04 at 16:20:08ID: 22393829
from a cmd window, try running the following:
v.exe s.dll
sfc /scannow
you'll need the os disc handy.
You can also try replacing spoolsv.exe and spoolss.dll under \windows\system32\ with the originals from the disc. It's possible the .dll got corrupted.
From \i386\ on the disc:
expand -r spoolsv.ex_ C:\windows\system32\spools
expand -r spoolss.dl_ C:\windows\system32\spools
Hope this helps.