Article ID: 242
Last updated: 16 Jan, 2014
Basic Printer ScriptUse the script below as part of a group policy user login script. It will delete all local printers and apply the network printers specified. Known to work on Windows XP, Windows Vista and Windows 7. Change the names of the printers (for example \\server\printer01 )) to those on your network server. This script is a VB Script and can be called from a batch file using using cscript - i.e. cscript RemoveNetPrinters.vbs Known Limitations
'========================================================================== wshnet.AddWindowsPrinterConnection "\\server\printer01" Note: Credits for this script goes to the Spiceworks community.
Applies to:
This article was:
Article ID: 242
Last updated: 16 Jan, 2014
Revision: 5
Views: 1771
Posted: 25 Nov, 2013 by
Jason White
Updated: 16 Jan, 2014 by
Andrew Sharrad
Attached files
RemoveNetPrinters.zip (435 b)
Also read
Why do my Deployed Network Printers No Longer Work? Why am I prompted for Administrator Credentials?
|