diff --git a/content/guides/anvil/connecting_to_windows_instances.md b/content/guides/anvil/connecting_to_windows_instances.md index 327a9f1963e00e007286c9509a532cbec5c4285a..a5ebc13c083b787e88a40c84d5063495951a5196 100644 --- a/content/guides/anvil/connecting_to_windows_instances.md +++ b/content/guides/anvil/connecting_to_windows_instances.md @@ -50,7 +50,7 @@ The randomly generate password should appear in the *Password* field. Copy and paste this password into a convenient text editor. Next, start your Remote Desktop client. If you are using Windows, you -will already have the Windows-provided client program installed. For +will already have the Windows-provided client program installed. For Windows 10 users, the [Microsoft Remote Desktop](https://www.microsoft.com/store/productId/9WZDNCRFJ3PS) is available for download. For Mac users, there is a free [Microsoft client](https://itunes.apple.com/us/app/microsoft-remote-desktop/id714464092?mt=8") in the app store. @@ -66,7 +66,38 @@ column entry on the *Instances* page: {{< figure src="/images/13042890.png" width="900" >}} -Start your Remote Desktop client, enter the IP address in the name (or +#### Microsoft Remote Desktop - Windows 10 + +Start the Microsoft Remote Desktop client, click on "Add" in the upper right corner. Enter the IP address into the PC Name field, and optionally enter in a name into the display name field, and click Save. + +On the main screen, double click the box with either the address or display name. + +{{< figure src="/images/RDPHost.png" height="400">}} + +When prompted, enter **cloud-user** for the username if connecting to a +Windows 7 instance; **.\\cloud-user** if connecting to a Windows 10 +instance, and the previously recovered password. + +{{% notice info %}} +For Windows 7, the username used to connect is always `cloud-user` + +For Windows 10, the username used to connect is always `.\cloud-user` +{{% /notice %}} + +You may see a warning box about the certificate of the remote computer. +To avoid this warning in the future, check the box that says "Don't ask +me again for connections to this computer". + +{{< figure src="/images/RDPWarn.png" height="400" >}} + +Click "Yes" to continue connecting. The Remote Desktop session should +then start and you will be connected to your instance. + + +#### Built-In Remote Desktop Client + + +Start the Remote Desktop client, enter the IP address in the name (or address) field, and click "Connect": {{< figure src="/images/13042879.png" >}} diff --git a/static/images/RDPHost.png b/static/images/RDPHost.png new file mode 100755 index 0000000000000000000000000000000000000000..32e82eef8407d90b4aa2a3abbafece041f89ce86 Binary files /dev/null and b/static/images/RDPHost.png differ diff --git a/static/images/RDPWarn.png b/static/images/RDPWarn.png new file mode 100755 index 0000000000000000000000000000000000000000..bad0807de32090de9b4a76ee285ee3d4eca02cb8 Binary files /dev/null and b/static/images/RDPWarn.png differ