sundar venugopal
sundar venugopal

Reputation: 3160

running a registry file on to remote server

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.

Upvotes: 0

Views: 4379

Answers (1)

Dirk Vollmar
Dirk Vollmar

Reputation: 176249

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

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

Upvotes: 2

Related Questions