Open command prompt as administrator and go to path:
C:\Windows\System32
Now run the following commands:
1.
C:\Windows\System32 net stop spooler
Outcome will be as follows:
The Print Spooler service is stopping.
The Print Spooler service was stopped successfully.
2.
C:\Windows\System32>del /F /Q C:\Windows\System32\spool\PRINTERS\*
3.
C:\Windows\System32 net start spooler
Outcome will be as follows:
The Print Spooler service is starting.
The Print Spooler service was started successfully.
No comments:
Post a Comment