Clear Print Spooler Cmd ((new)) Jun 2026
Type the following command and press :
del /q /f /s "%systemroot%\System32\spool\PRINTERS\*.*" clear print spooler cmd
Navigate to the folder manually and delete files: Type the following command and press : del
net stop spooler && del /Q /F /S "%systemroot%\System32\spool\PRINTERS\*.*" && net start spooler Use code with caution. clear print spooler cmd
cd /d %systemroot%\System32\spool\printers del *.*