Skip to main content

Chrome Remote Desktop - A Better VPN and RDP Solution

About Chrome Remote Desktop

Remote desktop is one of the great ways to access data from offsite because it not only gives you access to your data, it also gives you access to your applications. So, if you've got applications which you don't have at home, on your laptop, phone, android or ipad, then remote desktop is the answer.

Unfortunately, the key to remote desktop is (usually) having a good VPN.  VPNs rely upon infrastructure and they need to be secure. For example PPTP VPNs are so insecure that they typically last under a minute in the wild.

The more secure VPNs, like Shrew, are more robust but offer little compatibility for other types of devices, like Macs, iOS, Linux and Android.

There's a few good point to point remote desktop solutions about though and these don't need a VPN. Even better, some, like the Google Chrome Remote Desktop are constantly being updated (as if simply being "free" wasn't good enough.

The other thing that I like about Chrome Remote Desktop is that it has three factor authentication;

  • You have to be logged into your Google Account in order to see the remote PC
  • You have to enter a pin number
  • You have to enter the password for the PC or Domain.

Sure, there are some limitations, such as sloppy copy and paste between the systems, some less than intuitive controls and some refresh delays but overall it's a quick and easy way to get a remote session going.

Getting Chrome Remote Desktop

To get Chrome remote desktop, use the Chrome Browser and browse  to the Chrome Web Store. Type in Chrome Remote Desktop and it should be the first item you see.  Click Add to Chrome and follow the prompts.

You'll want to install it on the computer to be controlled AND the computer you'll be controlling from. If you're using a phone or a tablet, you'll want to get it from the relevant App Store or Google Play store.

Enabling Your Computer for Remote Desktop

On the computer to be controlled, click on the Google Apps Bar.  If you have a lot of apps, you might have to do some scrolling.

Locate the Chrome Remote Desktop App and choose it.

It will open to a dialog screen.

If you're doing a one-off share, perhaps helping a family member, then you should teach them to get to that screen and click Share this computer.  They'll be able to do a temporary share (it will generate a pin and ask the remote user to enter it).

For a permanent share, you need to put your own pin in. I'd suggest that it should be more than 4 digits long.




Enabling Curtain Mode

One of the troubling things about Chrome Remote Desktop is that by default it shows your screen to others while you are working. This is by design because it's primarily an instructional screen-sharing tool.

One your home computer, this probably doesn't matter.  In fact, you're probably using C.R.D. to help the less computer literate members of your family.  In the workplace however, this is a different matter altogether.

In order to use Chrome Remote desktop in the workplace, you really need to enable "Curtain Mode". Unfortunately the instructions for this aren't very clear -- hence this post.

First of all you'll need admin rights to your Windows computer.

Next, fire up the Registry editor (if you don't know that you can click Start, Run  and type Regedit, then maybe you shouldn't be in the registry -- it's a dangerous place to be).

Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome

Chances are, you won't find it. In fact, you'll probably only get as far as

HKEY_LOCAL_MACHINE\SOFTWARE\Policies

That's okay.  We can create it from there.


Right-click on Policies and Choose New, Key.  Name the Google (and press Enter).
You now have a Google Key.

Click on the Google Key.
Right-click on the Google Key and choose New, Key.  Name the new key Chrome (and press Enter).
Now we need to create the DWORD Value. 


Find some space in the right hand pane and right click on it.
Choose New, DWORD Value.
If you're running on a 64 bit system, it will probably say DWORD (32-bit) Value.

This creates a new value.
Name it.  RemoteAccessHostRequireCurtain

Now, double-click on the new DWORD value and a dialog box will appear.
Type 1 as the value and click Okay.

Now, you'll just need to reboot your machine and it should all work.




Comments

Unknown said…
Thanks for the clear instructions. I
t does seem a bit difficult to use the curtain mode. I Wonder why Google has not made it easy?
At any rate, I appreciate your time.
Amit Misra said…
Yeah, chrome remote desktop is good. Additionally, you may also try alternatives such as R-HUB remote support servers http://www.rhubcom.com/v5/remote-support.html. It provides a simple and easy to use interface and works on all platforms viz Windows, MAC, Android, iOS etc.
Gadget Store said…
Thanks, hope it will work

Popular posts from this blog

How to Change Your Notification Options for New Lotus Notes Mail in version 8.x

Don't worry, I'm not patronizing you (my readers), I just decided to re-document this for one of our internal users and thought you might want to be able to use it in your own user documentation. WHAT IS THIS DOCUMENT ABOUT? Some people who don't get a lot of mail, like to be notified when such an event occurs. Notification can be; via a sound via a pop-up box via the system tray (where the computer clock is) The pop up box looks like this; Other people, who like myself, get too much mail would rather not be notified. The aim of this document is to tell you how (and where) to turn these options on and off. CHANGING YOUR SETTINGS To change your settings from the Notes 8.x client; On the Menu, click File , then Preferences... On the left hand side , click on the little plus sign to the left of Mail to expand the options. Click on the option marked Sending and Receiving . In the middle section, under receiving, you can control your notifications. If you untick the box mark

How to Create an Auto-Response Mail Message in Lotus Notes 8.5.3+

Why would you do this? Suppose that you have an externally accessible generic email address for your company; support@mycompany.com or info@mycompany.com. You might expose this to the web and allow people to send messages to you. Setting up an auto-response email will tell the senders that their message reached its destination and that it will be dealt with accordingly.  It's also good practice to include links to FAQs or other useful information. Why 8.5.3 The techniques we'll be using here work in older versions of Notes but some of the options seem to have moved around in 8.5.3.  I figured it was a good time to show you where they've moved to. The Procedure Start Domino Designer and open the Mail file to be modified.  A really quick way to do this is to right-click on the application tab and choose "Open in Designer". In the Left hand panel of designer, expand Code and then double-click Agents.  A new window should appear. Click the action

How to Do a Mail Merge to Email using Lotus Notes

Why do one? In today's "green" world, it makes much better sense to send out emails than letters but you still want to personalize them. Sadly, by itself Lotus Notes doesn't support mail merge to email. Of course, we know that outlook does (but then it lets anyone and anything send emails for you - even when you don't want them to). So, how to do it in Notes? OpenNTF The first port of call is OpenNTF ( http://www.openntf.org/ ). This place is full of great things but most of them are really badly documented. Still, these guys give things away for free and they develop in their spare time, so we should be grateful for what we get. There's a great little project there called MailMerge Excel to Notes . Go there, click on releases and download the ZIP file. Getting to the Code The installation is tricky though I've noted that since I asked the author about the install, it's been updated (so maybe these steps are less necessary). Unzip the files to somewher