Šis straipsnis padėtas į archyvą ir „Apple“ jo nebeatnaujina.

Naudokite komandinę eilutę „kickstart“ programoje „Apple Remote Desktop“

Galite naudoti „kickstart“, „Apple Remote Desktop“ komandoms vykdyti nepaleisdami nuotolinio kompiuterio iš naujo.

Naudokite „kickstart“ „Apple Remote Desktop“ pirmenybinėms nuostatoms nustatyti. Pavyzdžiui, galite diegti, šalinti, aktyvinti, nustatyti ir paleisti iš naujo „Apple Remote Desktop“ komponentus.

Sužinokite, kaip valdyti nuotolinį „Mac“ su „Screen Sharing“ su komandine eilute „kickstart“ sistemoje „macOS Mojave 10.14“ ir naujesnėse versijose.

Pradžia

Įrankį „kickstart“ rasite:

/System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart

Įveskite šio straipsnio komandas kaip vieną teksto eilutę. Jei įvedant tekstą eilutė perkeliama, nekreipkite dėmesio. Nespauskite mygtuko „Return“, kol neįvesite visos komandos.

Jei reikia daugiau informacijos apie „kickstart“ komandą, naudokite žymę -help:

sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -help

Komandų pavyzdžiai

Šio straipsnio komandos veikia su „Apple Remote Desktop 3.2“ ir naujesnėmis versijomis.

Štai komandos, kurias galite naudoti:

  • Iš naujo paleiskite „ARD Agent“ ir pagalbinę programą:

    sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -restart -agent

  • Įjunkite nuotolinio darbalaukio bendrinimą, leiskite prieigą visiems naudotojams ir įjunkite papildomą meniu:

    sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate -configure -allowAccessFor -allUsers -privs -all -clientopts -setmenuextra -menuextra yes

  • Įjunkite nuotolinio darbalaukio bendrinimą, leiskite prieigą nurodytiems naudotojams:

    sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate -configure -allowAccessFor -specifiedUsersYou must use the -configure, -access, and -privs options in a separate command to specify the set of users and their access privileges. For example, this command is for users with the short names "teacher" and “student." It gives them access to observe (but not control) the computer, and to send text messages:

    sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -configure -users teacher,student -access -on -privs -ControlObserve -ObserveOnly -TextMessagesUnlike other kickstart options, you can’t combine the allowAccessFor options with other kickstart options. You must use it as in the last two samples above. You might have to call kickstart more than once to finish a computer’s setup.

  • Pašalinktie nurodytų naudotojų („student“ šiame pavyzdyje) prieigos teises:

    sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -configure -users student -access -off

  • Išjunkite „ARD Agent“ ir panaikinkite visų naudotojų prieigos teises:

    sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -deactivate -configure -access -off

Publikavimo data: