Remove Network Printers
You can remotely remove the printer from the registry (I assume you have
admin rights on the remote system).
HKCU\printers\connections
just delete the key for the old printer then stop/start the spooler
Pasted from <http://help.lockergnome.com/windows/Removing-ers-remotely--ftopict440987.html>
To remove stuck print jobs:
net stop spooler
del %systemroot%\system32\spool\printers\*.shd
del %systemroot%\system32\spool\printers\*.spl
net start spooler
From <https://support.microsoft.com/en-us/kb/946737>
"Remove-Printer -Name ""*ServerName*"""
"Get-Printer -Name ""*ServerName*"""
No Comments