![]() |
|
![]() | ||
|
Subject:
Simplest solution for remote inst. a remote control's program on PCs behind NAT
Category: Computers > Internet Asked by: diegosala-ga List Price: $2.00 |
Posted:
16 Mar 2004 17:09 PST
Expires: 15 Apr 2004 18:09 PDT Question ID: 317417 |
(sorry for my bad english) I need to do computer assistance via Internet on some PC behind NAT. The owner of these PC, named Steve, is totally uncompetent so I need a VERY SIMPLE solution. Example: I tell him to go to the web address http://www.mywebsite.com/steve123 and to press OPEN to execute the downloaded program (no more than 500KB). After this operation I must be able to visually control the PC, behind NAT, from which he do the above commands. What are the remote control programs (as Radmin, VNC, PcAnywhere) that can make possible this 0-click solution and how can I prepare this solution? Thanks | |
| |
|
![]() | ||
|
There is no answer at this time. |
![]() | ||
|
Subject:
Re: Simplest solution for remote inst. a remote control's program on PCs behind NAT
From: osbjmg-ga on 28 Mar 2004 23:57 PST |
I use VNC for non-XP machines and the built-in Remote Desktop when connecting to windows XP machines. No matter what, Steve's router will need to have some port forwarding (or put him in a DMZ) going on in order to do any remote desktop solution where he is the server. I would ask him to let you have access to his router and forward the ports yourself or tell him to directly connect to the internet and download VNC. VNC installation is easy, and requires at most a restart of the serving computer. You may want to get his IP address by pointing him to a site such as http://whatismyip.com first. VNC uses ports:5800 & 5900 Remote Desktop uses: 3390 |
Subject:
Re: Simplest solution for remote inst. a remote control's program on PCs behind
From: hutman-ga on 07 May 2004 09:00 PDT |
I've used nsis to build a simple installer that creates the proper registry entries, unpacks a vnc server and initiates a reverse connection to a machine used for support desk operations. You'll need a copy of nsis to build it - http://nsis.sf.net/ I use tight vnc - you should be able to just put WinVNC.exe and VNCHooks.dll in a folder along with the nsi script, compile it and put it on your website. You can then post the resulting executable on your site and have the remote person just click it and go. You'll need to have the vnc viewer running in listen mode beforehand. I haven't tweaked it a lot yet - so sometimes it tries to start the remote connection before the server has finished starting. All you need to do in that situation though is have them re-run the executable. Hope this helps. my nsis script looks like this: Name "remote" OutFile "remote.exe" ShowInstDetails show SetOverwrite off Section "Remote Support" SetOutPath "c:\remote" File "WinVNC.exe" File "VNCHooks.dll" WriteRegDWORD HKCU "Software\ORL\VNCHooks\Application_Prefs\WinVNC.exe" "use_GetUpdateRect" 1 WriteRegDWORD HKCU "Software\ORL\VNCHooks\Application_Prefs\WinVNC.exe" "use_Timer" 0 WriteRegDWORD HKCU "Software\ORL\VNCHooks\Application_Prefs\WinVNC.exe" "use_KeyPress" 1 WriteRegDWORD HKCU "Software\ORL\VNCHooks\Application_Prefs\WinVNC.exe" "use_LButtonUp" 1 WriteRegDWORD HKCU "Software\ORL\VNCHooks\Application_Prefs\WinVNC.exe" "use_MButtonUp" 1 WriteRegDWORD HKCU "Software\ORL\VNCHooks\Application_Prefs\WinVNC.exe" "use_RButtonUp" 1 WriteRegDWORD HKCU "Software\ORL\VNCHooks\Application_Prefs\WinVNC.exe" "use_Deferral" 1 WriteRegDWORD HKCU "Software\ORL\WinVNC3" "SocketConnect" 1 WriteRegDWORD HKCU "Software\ORL\WinVNC3" "AutoPortSelect" 1 WriteRegDWORD HKCU "Software\ORL\WinVNC3" "InputsEnabled" 1 WriteRegDWORD HKCU "Software\ORL\WinVNC3" "LocalInputsDisabled" 0 WriteRegDWORD HKCU "Software\ORL\WinVNC3" "IdleTimeout" 0 WriteRegDWORD HKCU "Software\ORL\WinVNC3" "LocalInputsPriorityTime" 3 WriteRegDWORD HKCU "Software\ORL\WinVNC3" "QuerySetting" 2 WriteRegDWORD HKCU "Software\ORL\WinVNC3" "QueryTimeout" 30 WriteRegDWORD HKCU "Software\ORL\WinVNC3" "QueryAccept" 0 WriteRegDWORD HKCU "Software\ORL\WinVNC3" "QueryAllowNoPass" 0 WriteRegDWORD HKCU "Software\ORL\WinVNC3" "LockSetting" 0 WriteRegDWORD HKCU "Software\ORL\WinVNC3" "RemoveWallpaper" 1 WriteRegDWORD HKCU "Software\ORL\WinVNC3" "EnableFileTransfers" 1 WriteRegBin HKCU "Software\ORL\WinVNC3" "Password" xxxxxxxxxxxxxxxxxx WriteRegBin HKCU "Software\ORL\WinVNC3" "PasswordViewOnly" xxxxxxxxxxxxxxxxx WriteRegDWORD HKCU "Software\ORL\WinVNC3" "PollUnderCursor" 0 WriteRegDWORD HKCU "Software\ORL\WinVNC3" "PollForeground" 1 WriteRegDWORD HKCU "Software\ORL\WinVNC3" "PollFullScreen" 0 WriteRegDWORD HKCU "Software\ORL\WinVNC3" "OnlyPollConsole" 1 WriteRegDWORD HKCU "Software\ORL\WinVNC3" "OnlyPollOnEvent" 0 WriteRegDWORD HKCU "Software\ORL\WinVNC3" "PollingCycle" 300 WriteRegDWORD HKCU "Software\ORL\WinVNC3" "DontSetHooks" 0 WriteRegDWORD HKCU "Software\ORL\WinVNC3" "LocalInputsPriority" 0 Exec '"c:\hmremote\winvnc.exe"' DetailPrint "VNC Server Started" nsExec::ExecToLog '"c:\remote\winvnc.exe" -connect my.ip.here' DetailPrint "Connected to support desk" SectionEnd |
Subject:
Re: Simplest solution for remote inst. a remote control's program on PCs behind NAT
From: netondemand-ga on 27 Jun 2004 10:44 PDT |
the script is giving me "invalid command" errors on line 12 - "use_GetUpdateRect" 1 any help is greatly appreciated |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |