What you need or what I used to let it run is:
-[topic=4046]SC Client Creator / Offline Compiler
[/topic]
-UltraVNC as Viewer
-Special Needed Files
What to do:
-Install UVNC as Viewer
-Install SC Client Creator
-Configure and compile a remote.exe with SC Client Creator
----Attention-----
You should test the remote.exe that everything works before gong on
-Rightclick remote.exe and extract to a new folder (maybe you'll need winrar or 7-Zip)
-Install a new service
-browse to folder of the service.zip or the folder where you extracted it to
-you'll find srvany.exe instsrv.exe and vncsupport.reg
-first we need srvany.exe and instsrv.exe
-open cmd
-type
(Path of the files)C:\remote\instsrv.exe (service name: make sure that the name doesn't exist yet)VNCService1 C:\remote\srvany.exe
for example
Code: Select all
C:\remote\instsrv.exe VNCService1 C:\remote\srvany.exe
-right click open with editor
-change
Code: Select all
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VNCsupport]
Code: Select all
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\(name of your Service)]
-change if you want
Code: Select all
"Start"=dword:00000002
Code: Select all
"Start"=dword:00000003
-change
___________________________________________________
Code: Select all
"DisplayName"="VNCsupport"
Code: Select all
"DisplayName"="Your service name"
-change
Code: Select all
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VNCsupport\Parameters]
Code: Select all
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\(name of your service\Parameters]
-change
Code: Select all
"Application"="C:\\remote\\winvnc.exe"
Code: Select all
"Application"="Path:\\of\\winvnc.ex"
-change
Code: Select all
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VNCsupport\Security]
Code: Select all
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\(your service name)\Security]
-change
Code: Select all
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VNCsupport\Enum]
Code: Select all
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\(your service name)\Enum]
-save and close document
-execute the file
-klick "yes"
-klick "ok"
-open regedit
-browse to [mod:1191440734="redge"]M\CurrentControlSet\Services\(your service name)
-you have to edit the entry ImagePath
-their you have to insert the path where the srvany.exe is
----ATTENTION----
The srvany.exe must exist all the time, when you delete this exe the Service will not start
After rebooting System SC starts and want to connect
I hope everybody can understand my text
if not, pls ask
Sorry for my english
Daniel
[mod=494,1191440734]added sticky[/mod]