Via vb script you can install and set default printer.
Need to place the script in the startup directory, so that it will get run for every user:
'Put this in C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\
Set WshNetwork = CreateObject ("WScript.Network")
WshNetwork.AddwindowsPrinterConnection "\\testsrva\print_queue_name"
WshNetwork.SetDefaultPrinter "\\testsrva\print_queue_name"
' Wscript.Echo "end"
' end of script
Looked at "ntprint /setdefault
name=<printer name>" but was not as reliable
From eHow
HTML, CSS, batch commands, and Javascript examples that I have used in my library work. Short entries, designed as quick reference.
By Len Davidson at CUA Law Library
Showing posts with label default. Show all posts
Showing posts with label default. Show all posts
7/26/2016
10/24/2013
MS Office - Suppress Help Protect and Improve Microsoft Office screen
To remove the "Help Protect and Improve Microsoft Office" pop up for new users to Microsoft Office 2010, open gpedit.msc, navigate to:
Local Computer Policy\
User Configuration\Administrative Templates\(ADM\ADMX)\Microsoft Office 2010\Miscellaneous
Suppress recommended settings dialog


http://social.microsoft.com/
Local Computer Policy\
User Configuration\Administrative Templates\(ADM\ADMX)\Microsoft Office 2010\Miscellaneous
Suppress recommended settings dialog
http://social.microsoft.com/
Subscribe to:
Posts (Atom)