

Defaults to 5900.A government internet blackout is the deliberate shut down of civilian internet access by a government for a small area or many large areas of its country. The port where the VNC server is running on the local machine. The port where the RDP server is running on the local machine. This is a numeric value: 1 to enable, 0 to disable.Įnables or disables Fluid. This is a numeric value: 1 to enable, 0 to disable.Įnables or disables VNC tunnelling. The proxy username to use: Only used when ProxyType is set to 2 (HttpProxy) or 3 (Socks Proxy).Įnables or disables RDP tunnelling. Only used when ProxyType is set to 2 (HttpProxy) or 3 (Socks Proxy). Tip: Make sure you set this before using the "-connectcode" option. Here is a list of options that NAME can be set to: ComputerName Where NAME is the name of the setting you want to change and VALUE is the value you want to set it to. You can configure Jump Desktop Connect from the command line using -serverconfig command line option: JumpConnect -serverconfig NAME=VALUE How do I change Jump Desktop Connect's settings from the command line? Note: We've added extra backslashes to escape spacesĢ.
#JUMP DESKTOP OUTAGE INSTALL#
The default install path for JumpConnect is: /Applications/Jump\ Desktop\ Connect.app/Contents/MacOS/JumpConnect Powershell: $connectPath = ( Get-ItemProperty "HKLM:\SOFTWARE\Jump Desktop\Connect\Shared ").ConnectPath Key Path: HKEY_LOCAL_MACHINE\SOFTWARE\Jump Desktop\Connect\Sharedįor /f "usebackq tokens=3*" %%a in (`reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Jump Desktop\Connect\Shared" /v ConnectPath`) do ( You can get JumpConnect.exe's path by looking up the following registry key MSI installer: msiexec /i /qn CONNECTCODE=xxxxxxx RDPENABLED=true.Standalone exe: JumpDesktopConnect.exe /qn CONNECTCODE=xxxxxxx RDPENABLED=true.

MSI installer: msiexec /i /qn CONNECTCODE=xxxxxxxĮxample 2: Install Jump Desktop Connect silently, add a remote access user and enable RDP tunnelling:.Standalone exe: JumpDesktopConnect.exe /qn CONNECTCODE=xxxxxxx.Additionally you can turn on/off RDP tunnelling and Fluid Remote Desktop using the RDPENABLED and FLUIDENABLED installer variables.Įxample 1: Install Jump Desktop Connect silently and add a remote access user (xxxxxxx is the user's Connect Code) :
#JUMP DESKTOP OUTAGE CODE#
When deploying to Windows you can pass in the Connect Code directly to the installer via the CONNECTCODE installer variable. Unattended Configuration via installer variables (Windows only) You can double check this by opening the Jump Desktop Connect app.


