unable to delete the files in the print queue? You can fix it easily by these three steps
Step 1: Command Prompt - Right click & Run as administrator. Type the following commands and hit the enter key after each
net stop spooler
taskkill.exe /f /im printfilterpipelinesvc.exe
Step 2: Go to C:\Windows\System32\spool\PRINTERS and delete all files there
Step 3: Go back to command prompt admin and run these two commands
net start spooler
printfilterpipelinesvc.exe
Print queue will be cleared now!
Hope this helps!
iViEgLe