Getting Error 1068 Printer Spooler On My PC

Asked By 0 points N/A Posted on -
qa-featured

I am unable to begin the print spooler service on my PC. When I try to start, it gives message error 1068 printer spooler. How to solve this error?

Image result for error 1068 printer spooler
SHARE
Answered By 0 points N/A #297527

Getting Error 1068 Printer Spooler On My PC

qa-featured

This error might be because Remote Procedure Control services are not started on your PC, or there may be some dependency error. Follow the given methods to resolve the error:

Revert the print spooler services to RPCSS:

  1. Open the Command Prompt in ‘run as Administrator’ mode by right-clicking on it.
  2. Type the following commands one by one and press ‘Enter’ after every command:

‘Net stop spooler.’

‘sc config spooler depends= RPCSS.’

‘Net start spooler.’

‘exit.’

Another method is:

  1. In the ‘Run’ tab, type ‘Regedit.exe.’
  2. Open the following path: ‘HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Spooler’
  3. Now double-click on ‘DependOnService’
  4. Remove the written data and write ‘RPCSS’
  5. Next, close the ‘Registry editor’
  6. In the spool folder, delete all the jobs.
  7. Path for spool folder, ‘C:\WINDOWS\system32\spool\PRINTERS’
  8. After this, reboot your PC.

Related Questions