Hi Everyone
Wondering if someone could shed a bit of light on this one?
Below is my .reg file to install and run Ultravnc SC as a Service.
Here is my problem:
If I double click the file and install or import it into the registry, it works fine.
All of the instance are installed in the registry as follows:
VNCsupport
+Parameter
+Security
+Enum
If I try and run it with Run("REGEDIT /S "&"VNCsupport.reg") or Run("REGEDIT /S " "VNCsupport.reg")
I can only see the Security one installed as follows:
VNCsupport
+Security
Anyone any ideas, or if anyone has a better way that would be great because this is driving me nuts!!!!
Many Thanks
Maverick
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VNCsupport]
"Type"=dword:00000110
"Start"=dword:00000002
"ErrorControl"=dword:00000001
"ImagePath"=hex(2):43,00,3a,00,5c,00,72,00,65,00,6d,00,6f,00,74,00,65,00,2d,00,\
74,00,65,00,73,00,74,00,5c,00,73,00,72,00,76,00,61,00,6e,00,79,00,2e,00,65,\
00,78,00,65,00,00,00
"DisplayName"="VNCsupport"
"ObjectName"="LocalSystem"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VNCsupport\Parameters]
"Application"="C:\\remote-test\\winvnc.exe"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VNCsupport\Security]
"Security"=hex:01,00,14,80,90,00,00,00,9c,00,00,00,14,00,00,00,30,00,00,00,02,\
00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,\
00,00,02,00,60,00,04,00,00,00,00,00,14,00,fd,01,02,00,01,01,00,00,00,00,00,\
05,12,00,00,00,00,00,18,00,ff,01,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,\
20,02,00,00,00,00,14,00,8d,01,02,00,01,01,00,00,00,00,00,05,0b,00,00,00,00,\
00,18,00,fd,01,02,00,01,02,00,00,00,00,00,05,20,00,00,00,23,02,00,00,01,01,\
00,00,00,00,00,05,12,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VNCsupport\Enum]
"0"="Root\\LEGACY_VNCSUPPORT\\0000"
"Count"=dword:00000001
"NextInstance"=dword:00000001