Glam Prestige Journal

Bright entertainment trends with youth appeal.

Can I setup Chrome Remote Desktop access on a host machine without having to log into Chrome on that machine?

I don't want to sync all of my Google account to the Chrome browser on that machine or even trust it with my Google password.

1 Answer

Yes, just go to on a device that you don't mind signing into with your Google account, and it will walk you through setting up access to the remote machine.

If that doesn't work you can try these manual instructions for Windows:

  1. Install Chrome Remote Desktop on that machine
  2. Get an auth code (note the client ID is from chromium)
  3. Find the auth code from the code= parameter of the blank page you get navigated to. It will look something like 4/gJ_BAIf5ncx7yWD56Zduwv09RLpYQu3lhaPPXTozXi4
  4. On that machine run (in an Administrator shell): "%PROGRAMFILES(X86)%\Google\Chrome Remote Desktop\<VERSION_YOU_INSTALLED>\remoting_start_host.exe" --code="MY_AUTH_CODE" --redirect-url="" --name="MY_REMOTE_NAME"
  5. Pick a PIN and use it to connect later

For manual instructions for Linux try this answer

4

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy