4 thoughts on “How to Restart the Print Spooler from the Command Prompt”

  1. Fixing Printer Spooler error using command

    Method 1
    net stop spooler
    del /F /Q %systemroot%\System32\spool\PRINTERS\*
    net start spooler
    exit

    Method 2
    Net stop spooler
    sc config spooler depend= RPCSS
    Net start spooler
    exit
    Fix Printer Spooler error using software tools

    Microsoft Fix it tools
    http://go.microsoft.com/?linkid=9740813
    http://go.microsoft.com/?linkid=9775982
    http://download.microsoft.com/download/E/2/A/E2ABDAF3-5414-47CB-9AD2-5E31A10B2704/Printerdiagnostic10.diagcab

Leave a Reply to Zino Cancel reply

Your email address will not be published. Required fields are marked *