This mode allows you to connect to and work with the system registry.
The mode of connection to the remote computer's system registry. In this mode, you can view and edit the registry keys. The registry editor looks similar to the standard editor. You can export and import registry keys directly to the remote computer. Users can work in this mode in several ways: with system privileges and under current user account.
In the Free version of the program, the registry editor can be used only to view data, while in the Pro version you can use all features of this mode.
Params /CMD:<> /Path:<> /V:<> /T:<> /D:<>.
Examples
ROMViewer.exe /Name:127.0.0.1 /REGEDIT /CMD:ADD /Path:"HKLM\Software\Test"
ROMViewer.exe /Name:127.0.0.1 /REGEDIT /CMD:ADD /Path:"HKLM\Software\Test" /V:Test /T:REG_SZ /D:TEEESST
ROMViewer.exe /Name:127.0.0.1 /REGEDIT /CMD:ADD /Path:"HKLM\Software\Test" /V:TestInt /T:REG_DWORD /D:123
ROMViewer.exe /Name:127.0.0.1 /REGEDIT /CMD:DELETE /Path:"HKLM\Software\Test"
ROMViewer.exe /Name:127.0.0.1 /REGEDIT /CMD:DELETE /Path:"HKLM\Software\Test" /V:Test
ROMViewer.exe /Name:127.0.0.1 /REGEDIT /CMD:ADD /Path:"HKLM\Software\Test" /V:TestBIN /T:REG_BINARY /D:dffaff
/T:, REG_SZ REG_DWORD REG_QWORD REG_BINARY.
HKLM or HKCU.