0

Im trying to start a remote Registry (regedit) to for example client C001 - Im searching a way to avoid going into regedit and clicking adding from network etc. Is there a way like: regedit \\C001or something else that I can type into a script?

Thanks for every help

Edit: I dont want to stay in the command line - it should be a command that opens up the registry like normal but on the remote device

  • use `reg query \\remote_comp_name\hklm\..,,`. you need the remote computer running the remote registry service – elzooilogico Jun 01 '22 at 11:51
  • You will likely need to turn on the [remote registry](https://stackoverflow.com/a/33520653/4190564) and use `REG ADD`. – Darin Jun 01 '22 at 19:59

0 Answers0