How can I reset the print spooler in windows 10?

A1WEBSITEPRO QuestionsCategory: WindowsHow can I reset the print spooler in windows 10?
Dave asked 3 years ago

My printer will not print and I was told that I need to reset it.

How can I reset the print spooler in windows 10? was last modified: March 11th, 2021 by Dave
1 Answers
Maximus Mccullough Staff answered 3 years ago

Open up your command prompt on your computer by going to start and enter CMD. Next enter these codes.
[code]net stop spooler[/code]

[code]DEL /F /S /Q %systemroot%\System32\spool\PRINTERS\*[/code]

[code]net start spooler[/code]

Only cool people share!

Answer for How can I reset the print spooler in windows 10? was last modified: March 11th, 2021 by Maximus Mccullough