LiteManager

News
05 January 2024
LiteManager 5.1 for Linux, Mac OS, Android with inbuilt LM Server and NOIP.
Control remotely your Linux and Mac, available remote screen and files modes. Android screen in view only mode.
Built-in NOIP for Linux.

05 August 2022
LiteManager update 5
NOIP authorization on LM Server. (NOIP as the central authorization server)
Managing LM Server settings on NOIP. (SSC NOIP)

21 October 2021
A new website design LiteManager.org
Litemanager — remote support software

31 May 2015
LiteManager remote access tools
Free remote access over the Internet with IP or ID connection. QuickSupport mode works without installation for Windows. Demonstration and online Presentation.

Registry editor

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.

Registry editor

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.