Richard E. Maier
I.S. Manager
CLS
--
Kent W. England, MS MVP for Windows XP
(Please respond only in the newsgroup)
Thanks,
Richard E. Maier
>.
>
--
Kent W. England, MS MVP for Windows XP
(Please respond only in the newsgroup)
Jeff
"Kent W. England [MVP]" <k...@mvps.org> wrote in message
news:#Gzoq$COCHA.772@tkmsftngp12...
Hope this helps!
Cheers
Darryn
>.
>
Here is the text of the "defaultuser.vbs" file that I deploy on the 800+
computers at my University:
---
Dim WN 'windows Network Variable
Set WN = CreateObject("WScript.Network") 'Create Network Object
WN.SetDefaultPrinter("%printername%") 'Sets the Default Printer
---
Just replace %printername% with the name of the printer installed on the
local machine.
Hope this helps.
_Michael
"Jeff Overall" <jove...@rogers.com> wrote in message
news:#F#WPqDOCHA.2372@tkmsftngp09...