This is an old revision of the document!
Table of Contents
Remote Desktop Management and Control
—————————————————————————————————————————————————–
Comparison
Help Desk Software
Splashtop
From: https://www.splashtop.com/
One user 10 computers
Mikogo
From: https://www.mikogo.com/pricing/
Free one user one participant
Remote Desktop Connection over Internet
From: http://www.aeroadmin.com/en/
AeroAdmin - FREE and EASY remote desktop software! Set up remote desktop connection within a few seconds! No installation, no configuration, works behind NAT. Free of charge for business and home! Works without installation Quick start
Free Screen Sharing, Online Meetings & Web Conferencing | join.me
RemoteUtilities
RemotePC
ShowMyPC
From: https://showmypc.com/
ShowMyPC is a company with a mission to provide free and integrated collaboration tools for all users. ShowMyPC relies on many open technologies and provides its services free to everyone. In addition, ShowMyPC offers Premium services and many integration options to continue growth, research and development.
Turn on Remote Desktop remotely
From: http://mediarealm.com.au/articles/2013/03/remotely-enable-remote-desktop-in-windows-7/
Step 3: Change a registry setting to enable Remote Desktop It’s time to make use of the Remote Registry and actually enable RDP. Load up regedit and go to File > Connect Network Registry. Enter the name of your remote computer and connect to it. Navigate to HKEY_LOCAL_MACHINE > System > CurrentControlSet > Control > Terminal Server. Change the value of “fDenyTSConnections” to “0”.
2019-06-22
Remotely Enable Remote Desktop Windows 10
Step 1: Open firewall ports in Windows firewall There is no native way to change the settings of a remote Windows firewall. However, you can use PsExec from SysInternals to disable it or change some rules. If you download the app and drop it into your c:\ drive, you can run this command and get command line access for that remote box.
c:\psexec \\remote_machine_name cmd
Once you have that command line open, you can run this command to disable the firewall:
netsh advfirewall set currentprofile state off
Alternatively you can run this command to allow only Remote Desktop while still leaving the rest of the firewall as is:
netsh advfirewall firewall set rule group=”remote desktop” new enable=Yes
From <https://mediarealm.com.au/articles/remotely-enable-remote-desktop-windows-10/>
