Simple, useful, set it up to run each time the computer boots. I haven’t had time to do any real updates lately, so here’s this.
Set objNetwork = CreateObject(“Wscript.Network”)
objNetwork.AddWindowsPrinterConnection
“\\servername\printername”
Simple, useful, set it up to run each time the computer boots. I haven’t had time to do any real updates lately, so here’s this.
Set objNetwork = CreateObject(“Wscript.Network”)
objNetwork.AddWindowsPrinterConnection
“\\servername\printername”