mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-14 00:31:01 +03: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 |