Open an elevated Command Prompt (Run as Administrator)

Type the following commands (one line at a time) to stop the print spooler, delete the printers folder content, restart the printer spooler, and pressĀ Enter:

net stop spooler
del /Q /F /S "%systemroot%\System32\Spool\Printers\*.*"
net start spooler