View Full Version : Masking usernames and passwords in batch files


=?Utf-8?B?QnJhZA==?=
Hello, I am using batch files to run tasks on client PCs with local admin
privelidges as they are only power users of there machines. Hence the batch
file displays the username and password that is running the program. Is there
a way to disable or hide this
Thanks

Steven L Umbach
If these are domain computers you might try to use Group Policy startup
scripts that run in system context and do not require credentials. Startup
scripts are part of computer configuration. The link below explains more on
how to configure Group Policy scripts. Start up scripts can be run on non
domain computers but have to be configured on each computer instead of
centrally. --- Steve

http://support.microsoft.com/default.aspx?scid=kb;en-us;322241

"Brad" wrote in message
news:41138296-22B7-4B6B-90F3-7D4C05FD3099@microsoft.com...
> Hello, I am using batch files to run tasks on client PCs with local admin
> privelidges as they are only power users of there machines. Hence the
> batch
> file displays the username and password that is running the program. Is
> there
> a way to disable or hide this
> Thanks