On Terminal server, with re-directed printers setting the printer more often than not goes to the wrong one.

The simple solution is this VBS Script. Placed in the users Startup folder, it maps the default printer to the one named.

 

Simply name the local printer

Set WSHNetwork = CreateObject(“WScript.Network”)
WSHNetwork.SetDefaultPrinter “Panasonic printer

Sometimes this needs to be ran twice, but 99% of the time its happy.

« »