Windows 7 by default disables the remote registry service (probably for security reasons). To enable it from the command line type the following:
sc \\computername config remoteregistry start= auto
make sure you have a space between the = sign and auto
if you're doing this on your local computer you can drop the \\computername part
you can also replace "remoteregistry" with the name of another service to enable or disable it.
once you've enabled the service you can either reboot the computer, or just start it now with:
sc \\computername start remoteregistry
If you want to know why we want to enable this service, it's so that you can pull up the registry of a remote computer that's currently in use (normally hkey_local_machine) via regedit on your local machine. This way you don't have to interrupt whoever is currently at the computer by using RDP, VNC, or kicking the user out of their chair, at most you may have to tell them to reboot their machine at some point.
Very useful, many thanks
ReplyDeletesuper..thanks alot
ReplyDeleteDomo Arigatogozaimasu.
ReplyDeleteVery helpful
ReplyDeletePowerful information thanks a lot for share it!
ReplyDeleteVery useful!
ReplyDeleteDude you DA Man
ReplyDeleteVery useful, I have used Your tips to get remote access to a domain joint PC today :-)
ReplyDeleteThanks to share knowledge. Very helpful!!
ReplyDeletegreat stuff. thank you
ReplyDeletei cannot tell you how useful this has been to me. thank you so much!
ReplyDeleteMany Thanks.
ReplyDeleteVery helpful and useful.
ReplyDeleteThank you for sharing.
Five stars. great dude
ReplyDeleteWorks seamlessly...
ReplyDelete