I have multiple computers that have the "Generic / Text Only" printer
installed, along with other printers.
Is there a way/VB Script to change make the Generic... the default printer
(Set as Default Printer)on these remote printers??

I know I can use
RUNDLL32 PRINTUI.DLL,PrintUIEntry /y /n "Generic / Text Only"
on the local computer but can this setbe done on a list(.txt) of remote
computers.


THanks sooo much

Re: Make a printer the default on remote computer ?? by Jan

Jan
Wed Sep 22 15:48:41 CDT 2004

Have a look at Deji Akomolafe's post "Re: certutil to verify the presence of
a cert on multiple machines?" from 10 Sep 2004.
PsExec is a very nice tool. Instead of "cmd /k" use "cmd /c" or don't use
cmd at all.

kind regards,
Jan Nielsen




Re: Make a printer the default on remote computer ?? by WStreeter

WStreeter
Fri Sep 24 06:12:36 CDT 2004

Thanks, I'll take a look

"Jan Nielsen" <janielsen@online.nospam> wrote in message
news:ezLWMWOoEHA.896@TK2MSFTNGP12.phx.gbl...
> Have a look at Deji Akomolafe's post "Re: certutil to verify the presence
of
> a cert on multiple machines?" from 10 Sep 2004.
> PsExec is a very nice tool. Instead of "cmd /k" use "cmd /c" or don't use
> cmd at all.
>
> kind regards,
> Jan Nielsen
>
>
>