Difference between revisions of "Printers"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | __FORCETOC__ | ||
+ | |||
'''''Remotely Uninstall Printers''''' | '''''Remotely Uninstall Printers''''' | ||
Revision as of 21:14, 3 June 2016
Remotely Uninstall Printers
Start Remote Registry:
sc \\COMPUTERNAME start remoteregistry start= auto
Edit Registry:
Regedit.exe
- COMPUTERNAME
- HKEY_USERS
- S-1-5-21...
- Printers
- Connections
- Remove %PRINTER%
Stop/Start Spooler Service:
sc \\COMPUTERNAME stop spooler
sc \\COMPUTERNAME start spooler