rvfowler2
asked on
Dell v510 Printer in Windows 7 Only Printing Files After Rebooting
Print jobs seems to get stuck. Only the first one prints. To print a second one, you have to restart the PC. This is a home PC with Windows 7 and a Dellv510 printer. If I try to delete the print jobs, all delete except the second one which seems to be stuck. Also, tried printing new docs or different types of files with the smae result. Is this a virus or should I delete and reinstall the printer driver? Googled, but solutions did not work (one was to create a batch file to delete the print job, but I still have to reboot).
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
The "best" solution (updating the printer dirver) worked, but I think the IE11 would have worked too, so I gave that one minor credit. Regarding the 3rd solution, I already mentioned that I had tried a batch file that deletes the files in the printer folder.
Thanks for the update and I was happy to help.
.... Thinkpads_User
.... Thinkpads_User
c:\windows\system32\spool\
Stop the spooler first with this command in an elevated command prompt window:
net stop spooler
To get the elevated command prompt, right-click on the Command Prompt shortcut in Accessories and select [Run as administrator]. Leave this window open so you can restart the spooler later.
Then use Windows Explorer or whatever file manager you prefer to delete the files in [c:\Windows\System32\spool
Do not delete the PRINTERS folder...just the files in it.
After telling it to Continue and deleting the files, restart the spooler via the elevated command prompt that is still open:
net start spooler
Don't know if this will solve the problem, but can't hurt to try it. Regards, Joe