Monday, April 29, 2019

8 Tips for Fixing Remote Desktop Connection and Screen Issues

remote-desktop-screen

The phone rings. You pick it up. It’s Aunty Ethel again. “Just nip around again, young Gavin, the computer is doing that Thing.” Cursing, you look to the sky, wondering if there is an easier way to help. Other than bumping your poor Aunt off. Eureka! You can use a remote desktop connection to fix the computer from the comfort of your own chair.

Remote desktop connections don’t always work how you want. Here are several tips on fixing remote desktop issues so you can continue your role as the family system admin, no matter where you are.

1. You Can’t Connect to the Remote Computer

The inability to connect to the remote computer is a common problem.

First, check your network settings. Do both computers have a network connection? It is always the easiest connection issues that sneak under the radar! If both computers have a network connection, you can move on. The Windows Remote Desktop Connection requires either an IP address or a name for the console you are attempting to view.

remote desktop connection user name

Make sure you have the correct IP address for the remote computer. On the remote computer, you can browse to whatismyip and copy down the address. If you are not with the remote computer, you must ask someone at the location to do this for you, then send you the IP address.

Similarly, to find out the computer name of the remote device, head to Start Menu > Control Panel > System, and view the computer name and workgroup.

2. Remote Connections Not Allowed

You might find that remote connections are disabled on the terminal you are trying to reach. You can alter this setting on the same System page as above. To the right of the computer name and workgroup, select Change Settings to open the System Properties menu. Select the Remote tab.

remote desktop connection properties allow connection

Windows 10 offers the same Remote Desktop Connection options as older Windows versions. Under Remote Desktop, there are two options:

  • Allow remote connections to this computer
  • Allow connections only from computers running Remote Desktop with Network Level Authentication (recommended)

Once you allow remote connections, you also have the option of only accepting remote connections using Network Level Authentication. Network Level Authentication is “an authentication method that completes user authentication before you establish a full Remote Desktop connection and the logon screen appears.”

It provides an additional layer of security from malicious software and users while using fewer resources in the process.

However, if you struggle to create a remote desktop connection after switching Network Level Authentication on, try turning it off.

You can check if your version of Remote Desktop supports Network Level Authentication by clicking the top-left of the dialog box, as seen below, and select About.

remote desktop connection show version

3. Remote Desktop Connection for Windows 10 Home Using RDP Wrapper Library

Windows 10 Home users struggle with Remote Desktop. Why? Because Windows 10 Home doesn’t support incoming connections. At least, not natively. Windows 10 Home users can make an outgoing Remote Desktop connection to a different computer (not running Windows 10 Home!), but not vice versa. Thankfully, there’s a simple, software-based fix that works around the issue: the RDP Wrapper Library.

(Alternatively, check out the 7 best screen sharing and remote desktop tools!)

The RDP Wrapper Library uses the existing Windows Terminal Service and adds new Windows Firewall rules to allow a remote desktop connection. The RDP Wrapper Library also provides an interface to manage remote desktop connections through (as Windows 10 Home doesn’t have an integrated solution.

Here’s how you allow remote desktop connections on Windows 10 Home using RDP Wrapper Library:

  1. Head to the RDP Wrapper Library GitHub Releases page.
  2. Download the RDPWInst.zip file. After downloading, right-click the file and extract the archive to a new folder. For instance, using 7-Zip, I would select 7-Zip > Extract to RDPWrap-v1.6.2.
  3. Open the new folder, then run bat.
  4. After installation, run bat.
  5. Now, run exe to make sure the process is working.
  6. You can use exe to manage advanced configuration settings.

Confused? Check out the following video. It will guide you through the tricky bits of the installation, as well as how to set up your Windows 10 Home RDP Wrapper Library remote connection.

4. You Can’t Copy Text From the Remote Computer

You can use Remote Desktop Connection to copy text from one terminal to your own. If the copy text feature isn’t working, you need to enable the Clipboard redirect function so you can use it on the remote computer.

Open the Remote Desktop Connection dialog box by typing “remote” in your Start menu search bar, then selecting the best match. Select Show Options. Head to the Local Resources tab. Under Local devices and resources, put a check in the Clipboard box. The option should be turned on by default.

5. The Remote Window Isn’t the Correct Size

Incorrect window size is another common Remote Desktop Connection issue. When you create the remote desktop connection, the window is too large, too small, or doesn’t correlate to the settings you input.

You have two potential fixes here.

First, you can force the Remote Desktop connection to use a specific size via the Run function. Hit Windows key + R, then input:

mstsc.exe /h:X /w:X

Where “X” is the height and width of the Remote Desktop viewing window you desire. Remote Desktop will remember your settings for future remote viewing settings.

The Remote Desktop Connection client has a handy screen resolution slider that scrolls from 640×480 up to Full Screen for your screen. Make sure to set the slider to Full Screen if you want a full-screen remote connection for each connection.

remote desktop connection adjust screen size

6. Delete Your Credentials to Reset Remote Desktop Connection Login

At times, Windows Remote Desktop Connection finds your login details confusing. There is also the chance the login details for your system or the remote system are different from your last remote connection. You can remove and replace your existing credentials to try and fix the issue.

In the Remote Desktop Connection client, head to the Advanced tab. Select Settings, then make sure Automatically detect RD Gateway server settings is selected.

7. How to Save Your Remote Desktop Connection Custom Settings

If you regularly connect to several different servers or clients, saving a custom configuration for each Remote Desktop will save time in the future. You can set the optimum width, height, and color settings for each server or terminal.

Open the Remote Desktop Connection dialog, then select Show Options. You will now see the Connection settings options. Select Save As, specify your save location, then select Save to create a custom Remote Desktop Connection file (.RDP).

Now, browse to the Remote Desktop Connection configuration file. You can edit the configuration file using a text editor, such as Notepad or Notepad++. Right-click the configuration file and select Open with…, then select your text editor.

remote desktop connection custom configuration notepad++

The first four lines show your remote connection screen size options (plus whether multi-monitor mode is available). You can edit the screen mode to set whether the remote window session appears full screen. For instance, “id:i:2” sets full screen, whereas “id:i:1” sets the remote connection to appear in a window.

If you set the screen mode to “2” for full screen, the desktopwidth and desktopheight automatically match the screen size of the host client. However, if you are using screen mode “1,” you can use the desktopwidth and desktopheight settings to set a specific window size.

After you confirm your settings, add the following string to the end of the file:

smart sizing:i:1

Smart sizing allows you to dynamically alter your screen settings without messing around with configuration files while the Remote Desktop connection is active. However, you must add the string for each custom configuration you create.

If you want to customize your remote desktop configuration file further, check out Donkz Remote Desktop file setting overview.

8. Handy Remote Desktop Connection Shortcuts

You can boost your Remote Desktop Connection productivity using a handful of keyboard shortcuts. These shortcuts are designed to work when you access Remote Desktop using the Run dialog.

  • Start Remote Desktop in full-screen mode: mstsc /f
  • Start Remote Desktop in Admin Mode: mstsc /admin
  • Matches your Remote Desktop session with the local virtual desktop: mstsc /span
  • Matches your Remote Desktop session to the Client Layout: mstsc /multimon
  • Open the .RDP file for editing—change “connection file” to your file name before running the command: mstsc /edit “connection file”

You can use the following Remote Desktop shortcuts once your Remote Desktop connection is live:

  • Switches your Remote Desktop client between full-screen and windowed mode: Ctrl + Alt + Pause
  • Force the Remote Desktop into full-screen mode: Ctrl + Alt + Break
  • Takes a screenshot of the active Remote Desktop window: Ctrl + Alt + Minus
  • Takes a screenshot of the entire Remote Desktop: Ctrl + Alt + Plus
  • Reboots the remote computer: Ctrl + Alt + End

Resolving Remote Desktop Connection Issues for Windows 10

You can now connect to dear Aunty Ethel’s computer from the comfort of your own home. You are saving yourself time and effort, while hopefully lining you up for another sensational hand-knitted jumper.

Of course, remote connections are not always from a Windows computer to another Windows computer. Here is how you establish remote desktop access to Ubuntu from Windows, and here’s how to access Windows directly from your Mac.

Read the full article: 8 Tips for Fixing Remote Desktop Connection and Screen Issues

http://bit.ly/2VCV5dd

via MakeUseOf

0 comments:

Post a Comment