Could you do the following steps to try to resolve this:
- Delete all existing queues that use the driver. From the "Devices and Printers" folder right click on each queue and select "remove device"
- After all the queues have been deleted reboot your PC to make sure the driver files are not in use.
- Re-Install the driver/printer.
- See if things work again.
If the above doesn't help you, it would be helpful for us to get the driver version. Can you please run following PowerShell commands and copy/paste the output with your reply.
- Right click Start, Run, type "cmd", That will bring up a command windows.
- type "PowerShell". That will bring you into the PowerShell mode.
- type "get-printer | format-list".
- type "get-printerdriver | format-list".
- copy/paste the screen output of the previous two commands to your reply.
Hi,
I do have the same problem. I tried almost everything but cant get the spooler to work. Could you please help me. This is my outcome:
PS C:\WINDOWS\system32> get-printer | format-list
get-printer : The spooler service is not reachable. Ensure the spooler
service is running.
At line:1 char:1
- get-printer | format-list
-
+ CategoryInfo : NotSpecified: (MSFT_Printer:ROOT/StandardCimv2/M
SFT_Printer) [Get-Printer], CimException
+ FullyQualifiedErrorId : HRESULT 0x800706ba,Get-Printer
PS C:\WINDOWS\system32>
PS C:\WINDOWS\system32> get-printerdriver | format-list
get-printerdriver : The spooler service is not reachable. Ensure the spooler
service is running.
At line:1 char:1
- get-printerdriver | format-list
-
+ CategoryInfo : NotSpecified: (MSFT_PrinterDriver:ROOT/StandardC
imv2/MSFT_PrinterDriver) [Get-PrinterDriver], CimException
+ FullyQualifiedErrorId : HRESULT 0x800706ba,Get-PrinterDriver
PS C:\WINDOWS\system32>