Windows 10: How to clear print queue if the print spooler does not give me the option to start/stop

Discus and support How to clear print queue if the print spooler does not give me the option to start/stop in Windows 10 Gaming to solve the problem; There is a print job stuck in the queue but the print folder is cleared out and the print spooler does not allow me to start/stop.... Discussion in 'Windows 10 Gaming' started by Amber McIntyre, Mar 18, 2024.

  1. How to clear print queue if the print spooler does not give me the option to start/stop


    There is a print job stuck in the queue but the print folder is cleared out and the print spooler does not allow me to start/stop.

    :)
     
    Amber McIntyre, Mar 18, 2024
    #1
  2. bro67 Win User

    Print Spooler Service Stopping

    Drugged up on Pain Med's, exhausted from barely any sleep for four days and trying to type on a iPhnone. The USB driver and queue can end up stalling. Have you checked the print queue to see if there are jobs stalled or in the Print Spooler folder? Also grab the Process Explorer by Sysinternals from Microsoft.com. It will allow you to see the Sub Process, especially under the System process. See the following:

    Clear Printer Spooler Files

    • Click Start, type Services.msc in Search box or Click WIN+Q, type “Services.msc” in the open box.
    • Services can be found under Computer Management on older operation system (Windows XP)
    • Double-click Printer Spooler in the list.
    • Click Stop and click OK.
    • Open C:\Windows\System32\spool\PRINTERS.


    I cannot find the tutorial, this is a more extensive way to check Print spooler stopping automatically on Windows 10, Windows 8 and 8.1 windowstricks.in
     
    bro67, Mar 18, 2024
    #2
  3. RickC Win User
    Reset and Clear Print Spooler in Windows 10


    I use the same commands but wrapped in an AutoHotkey script which takes care of the elevation and provides an onscreen message:


    How to clear print queue if the print spooler does not give me the option to start/stop 181935d1521742118-reset-clear-print-spooler-windows-10-a-clear_print_queue.jpg


    Code:
    Code:
    ; Based on https://autohotkey.com/boards/viewtopic.php?f=6&t=24987&hilit=print+queue #SingleInstance force ; Ensure only one instance at a time #NoTrayIcon ; Surpress the default Notification tray icon  ; Prompt to 'Run as Admin', i.e. show UAC dialog If Not A_IsAdmin {    Run *RunAs "%A_ScriptFullPath%"  ; Requires AHK v1.0.92.01+    ExitApp }  SplashImage,, W300 H120,, `nPlease wait...`n`nThe Printer queue is being cleared.`n`n This may take up to 10 seconds., Clear Printer Queue ; Show user message to inform what's happening Runwait, %comspec% /c "net stop spooler",, hide ; Stop the Print Spooler  ; Windows has its Print Queue located at the path used below. Runwait, %comspec% /c "del C:\Windows\System32\spool\printers\* /Q /F /S",, hide ;  Delete all files in the Print Queue (using [Q]uiet mode, [F]orce and clear [S]ub-folders switches)  Runwait, %comspec% /c "net start spooler",, hide ; Restart the Print Spooler splashimage, off ; Close the information message  ExitApp
    I've added this as a right-click option using a REG file:

    How to clear print queue if the print spooler does not give me the option to start/stop 181940d1521743627-reset-clear-print-spooler-windows-10-a-clear-print-queue.jpg


    Code:
    Code:
    Windows Registry Editor Version 5.00  [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\background\shell\Clear Print Queue] "Icon"="C:\\Windows\\System32\\shell32.dll,222" "MUIVerb"="Clear Print Queue"  [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\background\shell\Clear Print Queue\command] @="explorer /root,\"C:\\Support\\ClearPrinterQueue.ahk\""
    Hope this helps...
     
    RickC, Mar 18, 2024
    #3
  4. Azucho98 Win User

    How to clear print queue if the print spooler does not give me the option to start/stop

    Print queue full error - has anyone solved this?


    I tried both options in the link and neither one worked... *Sad Thank you for the suggestion!
     
    Azucho98, Mar 18, 2024
    #4
Thema:

How to clear print queue if the print spooler does not give me the option to start/stop

Loading...
  1. How to clear print queue if the print spooler does not give me the option to start/stop - Similar Threads - clear print queue

  2. How to clear print queue if the print spooler does not give me the option to start/stop

    in Windows 10 Software and Apps
    How to clear print queue if the print spooler does not give me the option to start/stop: There is a print job stuck in the queue but the print folder is cleared out and the print spooler does not allow me to start/stop. https://answers.microsoft.com/en-us/windows/forum/all/how-to-clear-print-queue-if-the-print-spooler-does/5bf303a5-77a6-47ef-bdd9-0112ad98d871
  3. How to clear print queue if the print spooler does not give me the option to start/stop

    in Windows 10 Drivers and Hardware
    How to clear print queue if the print spooler does not give me the option to start/stop: There is a print job stuck in the queue but the print folder is cleared out and the print spooler does not allow me to start/stop. https://answers.microsoft.com/en-us/windows/forum/all/how-to-clear-print-queue-if-the-print-spooler-does/5bf303a5-77a6-47ef-bdd9-0112ad98d871
  4. Print Queue won't clear after printing

    in Windows 10 Gaming
    Print Queue won't clear after printing: I'm having this problem to print multiple documents, first for every document i want to print for the first time after the printer enter standby mode i need to restart the spool, then after that for each document i want to print i need to wait the printer to finish, stop the...
  5. Print Queue won't clear after printing

    in Windows 10 Software and Apps
    Print Queue won't clear after printing: I'm having this problem to print multiple documents, first for every document i want to print for the first time after the printer enter standby mode i need to restart the spool, then after that for each document i want to print i need to wait the printer to finish, stop the...
  6. Print Queue won't clear after printing

    in Windows 10 Drivers and Hardware
    Print Queue won't clear after printing: I'm having this problem to print multiple documents, first for every document i want to print for the first time after the printer enter standby mode i need to restart the spool, then after that for each document i want to print i need to wait the printer to finish, stop the...
  7. Cannot clear print queue

    in Windows 10 Drivers and Hardware
    Cannot clear print queue: I have a document stuck in queue. I tried cancelling from print queue, but it just says deleting and never deletes. I shut down the computer and the printer then rebooted both. Problem still exists. Documents print fine from another computer to the same printer over the...
  8. Can't clear print queue

    in Windows 10 Drivers and Hardware
    Can't clear print queue: Using a Brother laser printer. Suddenly unable to clear print queue https://answers.microsoft.com/en-us/windows/forum/all/cant-clear-print-queue/7853f203-da68-4c04-ac77-d9eaa1ea46dc
  9. Print Spooler not clearing after printing

    in Windows 10 Drivers and Hardware
    Print Spooler not clearing after printing: My print spooler is not clearing after printing so the next time I try to print something else, it's just printing out the same thing again. Any ideas?...
  10. Print Spooler Service Stopping

    in Windows 10 Drivers and Hardware
    Print Spooler Service Stopping: What can I do to keep the print spooler service from stopping all the time ? I have to restart it almost daily. Thanks in advance for assistance. 70050