Support
All support resources for our products. Here you can find answers to frequently asked questions, discuss with other users, recover a lost license code or file a support request.
Forum closed
This forum was closed and turned into an archive effective April 21, 2018. It is no longer possible to create new topics or reply to existing topics.

Thanks everyone for all the great questions and contributions over the years.

Please use the Contact form to get in touch.

Remote Buddy Forum

Overview 

AuthorThread
User

01.02.2008 23:56:04
Re: Graceful Reboot

This posting is older than 6 months and can contain outdated information.
you can also make an applescript to do that and not require you to enter the admin password.

here is the script, just paste it in the script editor, change your admin password and save as an application. 
To make sure that no one can read the content of the script and find out your password save it with the "run only" option also.

------------------------------------------------

do shell script "shutdown -r now" ¬ 
password "yourAdminPassword" with administrator privileges

Thread-display::