Dear All,
I have using a VB script ( startup script) in my office which mapping the printer when users login the computer (Under Active Directory environment).
The script first define the network printer :
pServer1(ABC) = "\\printsvrABC\"
oNet.AddWindowsPrinterConnection pServer1(ABC) & "da_hp8150"
It works fine in Windows 7 PC, however it fail in Windows 10 PC, I need to do the following :
oNet.AddWindowsPrinterConnection "\\printsvrABC\da_xe4475np"
My question is, is the pre-defined printer in VB script cannot work in Win10 PC ?
Many thanks,
Pong