0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Enable curtain mode of the Chrome remote desktop in the MacOS

Posted at

MacでChrome remote desktopをサーバーとして実行するときに、カーテンモード(サーバーの実画面をログイン画面にする)方法。

設定

ターミナルで以下を実行

$ defaults write com.google.Chrome RemoteAccessHostRequireCurtain -bool true

確認

$ defaults read com.google.Chrome

解除

$ defaults delete com.google.Chrome RemoteAccessHostRequireCurtain 

動機

はじめ

$ defaults write com.google.Chrome RemoteAccessHostRequireCurtain -string YES

とやると、うまく起動しなかった。
/var/log/syslogを見ると

Invalid policy contents: RemoteAccessHostRequireCurtain: The value type doesn't match the schema type.

のようなエラーが出ていたので。
バージョンの問題なのか、深追いはしていない。

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?