3

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)?

Joe
  • 1,535
  • 1
  • 10
  • 15

2 Answers2

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
  • 929
  • 2
  • 10
  • 20
-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,207
  • 3
  • 34
  • 38