Click to See Complete Forum and Search --> : a batch file.


John Shi
03-29-2002, 02:56 PM
Hi everyone,

I am going to install security update on 250 W2K Prof. workstations. When users login, the batch file would be running, but the installation would not run because not enough priviledge on user side.

How would I write batch to input the user:administrator and password:*****?

Thanks
JOhn Shi

Ron
04-08-2002, 09:06 PM
John,

Sometimes I schedule a job using the AT command which allows you to run a batch file with the needed privs. Have done this via a logon script but the warning is that the batch file lists the usename and password. When I have to do this I change the password on the account I use.

Hope this helps.

The only other item is to use the run as service but I have not done that.

Ron

------------
John Shi at 3/29/2002 3:56:43 PM


Hi everyone,

I am going to install security update on 250 W2K Prof. workstations. When users login, the batch file would be running, but the installation would not run because not enough priviledge on user side.

How would I write batch to input the user:administrator and password:*****?

Thanks
JOhn Shi