mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
10 lines
433 B
AppleScript
10 lines
433 B
AppleScript
set sh to "
|
|
launchctl disable system/com.carriez.rustdesk.daemon;
|
|
launchctl stop system/com.carriez.rustdesk.daemon;
|
|
launchctl disable system/com.carriez.rustdesk.agent.root;
|
|
launchctl stop system/com.carriez.rustdesk.agent.root;
|
|
launchctl disable system/com.carriez.rustdesk.agent.user
|
|
launchctl stop system/com.carriez.rustdesk.agent.user
|
|
"
|
|
|
|
do shell script sh with prompt "RustDesk需要停止服务" with administrator privileges |