tags:

views:

320

answers:

1

for running it in local system , i use REGEDIT.EXE /S "test.reg"

how to run a registry file to remote registry.

by the same command or by any other means, let me know that.

+2  A: 

Hi,

you could use psexec to get a remote command prompt to execute the reg script:

http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx

0xA3