1 Star 0 Fork 2

Alex/macOS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
screen_share.sh 608 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alex 提交于 2022-02-19 14:45 . update screen_share.sh.
#!/bin/bash
# 系度偏好设置 / 共享 / 屏幕共享
KPWD=P@33w0rd
KCMD=/System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart
# 用于开启屏幕共享
sudo $KCMD -activate -configure -access -on -clientopts -setvnclegacy -vnclegacy yes -clientopts -setvncpw -vncpw $KPWD -restart -agent -privs -all
# 授权用于,设置为允许所有用户连接
sudo $KCMD -activate -configure -access -off -restart -agent -privs -all -allowAccessFor -allUsers
# 为了安全起见,用完后,建议关闭远程连接
sudo $KCMD -deactivate -configure -access -off
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/suzhen99/macos.git
[email protected]:suzhen99/macos.git
suzhen99
macos
macOS
master

搜索帮助