Reinstall printer drivers in Windows NT
If a printer driver haven’t been installed properly then it can keep the Printer Spooler from starting properly, or cause error messages like:
*Spooler subsystem app has encountered a problem and needs to close
Operation could not be completed
Spoolsv.exe has generated errors and will be closed by Windows.
Printer operation cannot continue due to lack of resources.
Subsystem unavailable.*
Normally one can repair this by clearing the spool directory or doing a reinstall of the printer-drivers, but it can also happen that the existing printer drivers will conflict with the new ones. To avoid the conflict one can try to uninstall all printer drivers:
- Start the computer in safemode, so the printer drivers are not loaded
- Delete the all files and sub-folders within these two folders:
- C:\Windows\System32\Spool\Printers
- C:\Windows\System32\Spool\Drivers\w32x86
- Navigate to this registry key:
[HKEY_LOCAL_MACHINE \SYSTEM \CurrentControlSet \Control \Print \Environment \Windows NT x86]
Delete all subkeys except:
- Drivers
- Print Processors
- Navigate to this registry key:
[HKEY_LOCAL_MACHINE \SYSTEM \CurrentControlSet \Control \Print \Environment \Windows NT x86 \Drivers \Version-x]
The registry entries for the installed printer drivers are stored in subkeys (Ex. Version-1). Delete the registry-entries below these sub-keys, but not the sub-keys themselves.
- Navigate to this registry key:
[HKEY_LOCAL_MACHINE \SYSTEM \CurrentControlSet \Control \Print \Monitors]
Delete all subkeys except:
- AppleTalk Printing Devices (Might not exist)
- BJ Language Monitor
- Local Port
- PJL Language Monitor
- Standard TCP/IP Port
- USB Monitor
- Windows NT Fax Monitor (Might not exist)
- Navigate to this registry key:
[HKEY_LOCAL_MACHINE \SYSTEM \CurrentControlSet \Control \Print \Providers]
Delete all subkeys except:
- Internet Print Provider
- LanMan Print Provider
- Navigate to this registry key:
[HKEY_LOCAL_MACINE\SYSTEM \CurrentControlSet \Services \Spooler]
DependOnService = “RPCSS”
Start = 2Make sure that DependOnService and Start are configured as shown above.
- Disconnect the printer-cable from the computer and do a normal restart
- When Windows have loaded verify that the Print Spooler has started
- Reconnect the printer-cable to the computer. Install the printer according to the instructions given by the manufacture.
More Info MS KB135406
More Info MS KB312052
More Info MS KB314073
More Info MS KB324757
More Info MS KB810894