Clear Print Queue Cmd Updated
First, get the name of the printer by typing:
powershell -command "Get-Printer -Name 'PRINTER NAME HERE' | Get-PrintJob | Remove-PrintJob" clear print queue cmd
To delete a specific job by ID:
Type (or paste) the following command and press Enter to clear the pending jobs: First, get the name of the printer by
Thank you!
