J
john
Hi,
i have created a .reg file. It needs to be opened by all
users in order to change to settings in the registry.
I created a batch file to run the file..
The command is stg like this:
runas /user:mypc\administrator "regedit /s
C:\autoupdate.reg"
Everything works fine if the .reg is saved in local drive.
Problem arises when the .reg is not under local drive but
server drive (even under admin profile).
My command is stg like this
runas /user:mypc\administrator "regedit /s
H:\autoupdate.reg"
So can anyone tell me what and where went wrong?
pls help, Thanks
i have created a .reg file. It needs to be opened by all
users in order to change to settings in the registry.
I created a batch file to run the file..
The command is stg like this:
runas /user:mypc\administrator "regedit /s
C:\autoupdate.reg"
Everything works fine if the .reg is saved in local drive.
Problem arises when the .reg is not under local drive but
server drive (even under admin profile).
My command is stg like this
runas /user:mypc\administrator "regedit /s
H:\autoupdate.reg"
So can anyone tell me what and where went wrong?
pls help, Thanks