I am using a vbs script to set the default printer. I am using the following code:
set wshnetwork = createobject("wscript.network")
wshnetwork.setdefaultprinter "\\server\printername"
This works for every printer except one. I am unsure why I am unable to set this one specific printer as the default printer on any CPU on my network. Please help!
set wshnetwork = createobject("wscript.network")
wshnetwork.setdefaultprinter "\\server\printername"
This works for every printer except one. I am unsure why I am unable to set this one specific printer as the default printer on any CPU on my network. Please help!