Hey there
I want to make this registry edit to a program called TightVNC, so that the server icon does not appear in the system tray when deployed. I have the following code in a file called "fix.reg"
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\DisableTrayIcon= DWORD "1"]
What I wanna do is add a DWORD to the folder WinVNC in the registry, but the above line adds a 'key' to it. How do I add a DWORD to a folder?





Reply With Quote