Need a batch script to run in terminal - tired of typing in all the time
I would like to be able to just "double click" to deploy a batch file to run in terminal to remove remote management - here is what I'm having to type in: (Running on Macbook Air 2013-2017)
sudo - s
(asks for password, which I can still do - doesn't have to be automated)
/system/library/coreservices/remotemanagement/ardagent.app/contents/resources/kickstart -deactivate -stop
That is all I need it to do.... I don't know any programming at all so this is pretty frustrating for me and my typing isn't perfect ~I truly hope someone can help thank you! : )