Differences between revisions 2 and 3
Revision 2 as of 2005-08-15 15:32:55
Size: 7278
Editor: Kurgan
Comment:
Revision 3 as of 2009-04-12 17:33:24
Size: 7278
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

Procedure per ripulire lo spooler di stampa

Se si installano molte stampanti su windows (anche solo temporaneamente) tutto il loro rusco resta sul PC a vita, e puo` arrivare ad incasinare lo spooler di stampa. A riguardo su questo sito http://members.shaw.ca/bsanders/CleanPrinterDrivers.htm si trovano informazioni interessanti. La pagina principale l'ho inserita qui sotto per non perdermela.


How to clean up printer drivers

If the Print Spooler service fails when printing, when Windows starts or it can not be restarted, the usual reason is that one or more printer drivers is defective. If the Print Spooler service is not running, the Printers and Faxes folder will be empty and you can not use it to remove (or add) printers or printer drivers. If you have a Lexmark printer, see special information about Lexmark printer drivers.

It's important to only install printer drivers that are designed and built specifically for the Windows version you have. This is particularly important for Windows XP; many of the CDs and floppy disks distributed with printers (particularly older models) do not have Windows XP drivers - check the printer manufacturer's web site for printer drivers for the version of Windows you have (see Links).

A common cause of printer driver problems is to upgrade to Windows XP from Windows 95, 98 or ME without first removing the printer and the printer drivers.

The steps on this page will remove all printers and printer drivers from the computer. The printing subsystem is then "clean" and ready for printers to be added using printer drivers specifically for the Windows version you have.

If you have drivers for several printer models installed (e.g. on a Print Server computer) it may only be necessary to remove the defective printer drivers. At steps 2, and 7, just delete the entries for the printers or printer drivers you suspect are defective. Unfortunately, the files that comprise the drivers are all in the same folder. Also, the same files may be used by the drivers for several printer models. So, selectively deleting the driver files at step 12 may be difficult or impossible. With Windows 2000 and XP, in most cases, deleting the registry entries for the drivers (step 7) will be sufficient, so you may want to skip steps 10 through 12 if you have multiple printer models and don't want to re-install all of them.

Check in Control Panel, Add/Remove Programs; if there is an entry relating to one of the printers, select it, then click Change/Remove. Follow the dialog and "uninstall all" or "remove all" as appropriate. Some "printer software" have programs that show up here and it will be a good idea to remove those before going any further.

If the Print Spooler service is operational:

  • Open the Printers (Printers and Faxes on Windows XP) folder
  • delete all of the printers
  • click File, Server Properties
  • select the Drivers tab
  • for each entry:
    • select the entry
    • click Remove

Usually, this will do a pretty good job of cleaning out drivers with Windows 2000 and later (not so with Windows NT 4).

If the Print Spooler service is not operational, or you want to make certain there are no printer driver remnants, either follow the instructions below or use cleanspl.exe from the Windows 2000, XP or 2003 Resource Kit http://www.microsoft.com/downloads/details.aspx?FamilyID=9d467a69-57ff-4ae7-96ee-b18c4790cffd&DisplayLang=en. The file cleanspl.exe from the Windows 2003 Resource Kit tools will work on Windows XP.

Some information about cleanspl.exe:

  • cleanspl.exe does a very thorough job of cleaning up the print spooler stuff, but it does not remove the spooler service dependency on the Lexmark service (see special information about Lexmark printer drivers).
  • You can use it to clean up the spooler stuff on another computer (i.e. remotely).
  • When you run it, it asks you if you want to remove some things that are actually delivered (and installed by default) with Windows. In most cases, you should answer No to the corresponding prompts (you don't want to remove the Standard TCP/IP Port or the BJ Language Monitor).

Here's how to clean up the print spooler stuff if cleanspl.exe is not available or you prefer to do things manually.

Warning! be very careful using regedit - if you delete the wrong things, you may render your computer inoperative!

  • open regedit
  • navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Environments\Windows NT x86\Drivers (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.com/default.aspx?scid=kb;en-us;312052 lists some other registry entries to delete, but this is not usually necessary.)

  • open a Command Prompt window
  • key the commands

   net stop spooler
   net start spooler
  • open Windows Explorer
  • navigate to %systemroot%\system32\spool\printers\ and delete any files there. By default, this is where the print spooler stores print files.

  • navigate to %systemroot%\system32\spool\drivers\w32x86

  • inside w32x86, there will be folders with the names 2 and 3 (one or more of these may be absent - not a problem)
    • delete all of the files and sub-folders in each of the 2 and 3 folders, but not the folders themselves
    • inside w32x86, there may be other folders with names starting with "hewlett_packard", "hphp" or something else; delete these folders also
  • restart the print spooler (see steps 8 and 9 above)

At this point, the system should be pretty well back to the way it was before any printers were installed.

Some would suggest restarting Windows at this point, but with Windows 2000 and later, this does not seem to be required.

If you have a Lexmark printer, these additional steps may be necessary (thanks to Robert Orleth [MSFT] for providing this information). The Lexmark printer installation process sometimes installs a service that makes the print spooler service dependent on itself. If there is a problem with Lexmark service or a Lexmark printer driver (or you removed it using the steps above), the print spooler service may not start (see also http://support.microsoft.com/default.aspx?scid=kb;en-us;324757). The steps below make the print spooler service only dependent on the Remote Procedure Call (RPC) service (RPCSS), which is normal. The print spooler service dependencies are stored in the registry at

     HKEY_LOCAL_MACINE\SYSTEM\CurrentControlSet\Services\Spooler\DependOnService

The sc config command at step 16 resets the value of that entry.

  • Open a Command Prompt window
  • key the command

   sc config spooler depend= RPCSS
  (note the space after the = but not before)
  • restart the print spooler (see steps 8 and 9 above)

Windows/2000_XP/RemovePrinterDrivers (last edited 2009-04-12 17:33:24 by localhost)