On the windows-linux interoperability front we have Samba for file/print sharing (SMB/CIFS), rdesktop for terminal services (RDP). Is there any linux tool available that will allow you to view and edit the registry of a remote windows machine (ie. not a dual-boot situation where your trying to hack the files from the windows partition while running linux)?
Asked
Active
Viewed 7,993 times
2 Answers
2
I think that this is so trivial to do over a remote desktop or vnc connection that there's little pressure for such a tool. It seems regedit
actually runs under wine
, and can be directed to open a network registry. The same can be said of reglite
.

dlamblin
- 939
- 2
- 10
- 20
-
+1 I can confirm it certainly does work under Wine. I recently had a need to do exactly that and it worked perfectly. – John Gardeniers Jul 20 '09 at 07:35
-
I'm not seeing any remote option in the wine version of regedit – hbogert Aug 07 '16 at 14:24
-2
Offline, you can edit a Windows Registry from Linux using the Offline NT Password & Registry Editor, although if you are physically booting up the Windows box from a Linux CD, you might as well just boot into Windows and use the native tools. Remotely, your best bet would probably be to just use rdesktop to log into the computer remotely, and then use regedit to edit the registry.

Sean Earp
- 7,227
- 3
- 36
- 38