Questions tagged [chrome-remote-desktop]

Use this tag when developing with or using the Chrome Remote Desktop Chrome extension.

Chrome Remote Desktop is a chrome extension by Google that allows for remote desktop control through the chrome web browser.

Chrome remote desktop is available at the Chrome Web Store.

It's official description is:

Access other computers or allow another user to access your computer securely over the Internet. Chrome Remote Desktop allows users to remotely access another computer through Chrome browser or a Chromebook. Computers can be made available on an short-term basis for scenarios such as ad hoc remote support, or on a more long-term basis for remote access to your applications and files. All connections are fully secured.

Chrome Remote Desktop is fully cross-platform. Provide remote assistance to Windows, Mac and Linux users, or access your Windows (XP and above) and Mac (OS X 10.6 and above) desktops at any time, all from the Chrome browser on virtually any device, including Chromebooks.

For information about privacy, please see the Google Privacy Policy and the Chrome Privacy Policy.

22 questions
0
votes
1 answer

In awesomewm is it possible to "pass through" all key events to an application?

I use awesomewm with chrome remote desktop which is connected to a linux box with awesomewm as well. For the chrome remote desktop app, I'd like to send all keybindings down to the application. Instead, they get intercepted by the host. Is it…
0
votes
2 answers

Chrome remote desktop Console.ReadKey yelds System.ConsoleKey.Packet instead of keystroke

This is more of a curiosity to be completely honest. Inside a console project I am developing I request input from the user in a looped form of this: ConsoleKey response; Console.Write("Write messages to log? [y/n] "); response =…
Wolfaloo
  • 94
  • 1
  • 13
0
votes
1 answer

Can Chrome Remote Desktop be configured for unattended connections?

There are two parts to my question of "unattenedness". The ability to connect to the remote desktop without also having to magically be at the remote site to click the generate key button. Likewise, not having to be at the remote site to click…
Wolf
  • 21
  • 4
0
votes
1 answer

Authenticate Chrome's remoting( Remote Desktop ) using third party

If yes then how can we achieve this? By third party I mean using customized authentication service other than google accounts. Platform: Browser app & android My question is based on fact that in remoting code repository (…
-1
votes
1 answer

Why can't start Google Remote Desktop?

Also I have infinity loading at https://remotedesktop.google.com/access System Ubuntu 20.04 (zh;sd h;fghdfghidfzghuid ghfdh pugzpoum ifdioug(for edit) Logs: Feb 19 09:41:01 instance-20210501-1727 chrome-remote-desktop[1927244]:…
Timtaran
  • 11
  • 2
-1
votes
1 answer

Setting up chrome remote desktop on google cloud compute vm linux instance

I'm trying to set up GUI access to a linux VM on google compute engine. I've followed the advice here: https://groups.google.com/forum/#!topic/gce-discussion/tN9oZs8xWps I can get as far as getting the instance to show up on the "My Computers"…
Steven Scott
  • 481
  • 3
  • 14
-3
votes
1 answer

C# showwindow is not working(#32770 (Dialog))

32770 The class for a dialog box. I connect to the my pc with chrome remote desktop. img : https://social.msdn.microsoft.com/Forums/getfile/1410849 How can I hide it? Process[] Memory = Process.GetProcesses(); foreach (Process prc in…
1
2