Windows 8 (not pro) – printer removal

printerwindows 8

Friend of mine bought a Samsung All-In-One PC with Windows 8 (not pro). He added an HP Photosmart printer and it was working for a day or two then stopped. So I logged in and checked all settings. Couldn't get it to work. So I removed the printer and re-installed it. In Control Panel -> Printers, it only shows his HP printer that I installed. The one I removed is still gone.

However, opening Microsoft Word or any other application, still shows the old printer there with 3 items in print queue. How can I remove this reference?

There isn't a print management snap-in available in the non-pro version.

Best Answer

Since your printer spooler queue is still containing items, resetting that might do the trick.

Do the following to reset your print spooler queue.

  1. Open a command window (winkey+r) and execute net stop spooler
  2. Execute del /F /Q C:\Windows\System32\spool\PRINTERS\*
  3. Execute net start spooler

If this happens on a regular basis, you can easily put the three command lines in a batch file (save a new text file as ResetSpooler.bat) that you can run from the desktop or some other convenient place.

Related Question