camsnawer.blogg.se

Chrome remote desktop curtain mode features
Chrome remote desktop curtain mode features






  1. #Chrome remote desktop curtain mode features windows 10
  2. #Chrome remote desktop curtain mode features code

Try to remotely connect to your host computer from another computer at the same location so that you can verify that the screen blanks out. Please bear in mind that you should always test whether your efforts to enable Chrome remote desktop curtain mode actually works. Reg add HKLM\Software\Policies\Google\Chrome /v RemoteAccessHostRequireCurtain /d 1 /t REG_DWORD /f & reg add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /d 0 /t REG_DWORD /f & reg add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" /v SecurityLayer /d 1 /t REG_DWORD /f & reg add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" /v UserAuthentication /d 0 /t REG_DWORD /f & net stop chromoting & net start chromoting That will set the correct registry entries and restart the service for you.Ĭommand file for Chrome remote desktop curtain mode: bat file and run the command file in an elevated command prompt.

#Chrome remote desktop curtain mode features code

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\UserAuthentication = 0Īnd restart the Chrome remote desktop service.Īlternatively you can copy the following code to a.HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\fDenyTSConnections = 0.HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\RemoteAccessHostRequireCurtain = 1.How to enableChrome remote desktop curtain mode?

#Chrome remote desktop curtain mode features windows 10

Other than that, Chrome remote desktop curtain mode is not available on Windows 10 Home Edition, so you’ll need to have a Professional, Ultimate, Enterprise or Server version. You need to add a couple Windows registry entries and restart the Chrome remote desktop service on the host computer. It’s just a tiny bit inconvenient that there’s no easy, one-click-of-a-button option to enable curtain mode. Chrome remote desktop curtain mode allows you to work remotely on the host computer while the screen on the host computer is blanked out so that no one can watch what you are doing. That may sound a bit uncomfortable or in some cases may even be an outright privacy or security concern.įor every problem there’s a solution and in order to use Chrome remote desktop and hide the screen on the host computer Google has come up with “ Curtain mode”. Whether you are reading emails or working with files or photos, everything that you are doing remotely on the computer will also be visible on the screen of the remote computer. If you are using Chrome remote desktop over the internet, someone who is physically in front of the host computer may be following along with what you are doing on the computer. How to use Chrome remote desktop and hide the screen on the host computer is a question I get asked a lot. How to Use Chrome Remote Desktop and Hide the Screen? With that out of the way, let’s get started and take a look at some common questions around CRD (Chrome Remote Desktop). Before we get started, if you’re not familiar with Chrome remote desktop, or you don’t know how Chrome remote desktop works, you can also check out my previous Chrome remote desktop article to get a better understanding of remote access through google Chrome.








Chrome remote desktop curtain mode features