If the local default printer of a client computer is other than the default printer in a View session, and the user(s) have to reset it every time they log in, proceed as follows:
- Delay the startup of AutoConnect on the View desktop by a few seconds, e.g. by changing the startup type of the TP AutoConnect service from automatic to manual and then start it using a script with:
ping 127.0.0.1 -n 10 >NUL net start tpautoconnsvc
(10 = 10 second startup delay)