mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
7 lines
301 B
AppleScript
7 lines
301 B
AppleScript
set sh1 to "launchctl unload -w /Library/LaunchAgents/com.carriez.rustdesk.agent.root.plist;"
|
|
|
|
set sh2 to "launchctl unload -w /Library/LaunchAgents/com.carriez.rustdesk.agent.user.plist;"
|
|
|
|
set sh to sh1 & sh2
|
|
|
|
do shell script sh with prompt "RustDesk 需要停止服务" with administrator privileges |