Re: Automating some preferences
Re: Automating some preferences
- Subject: Re: Automating some preferences
- From: Rob Morton <email@hidden>
- Date: Tue, 30 Dec 2003 16:09:48 -0500
Easiest means is probably using the do shell script command. In the
terminal
sudo pmset -c spindown 5
will set the spin downtime to 5 minutes
sudo pmset -c spindown 0
will set the spindown time to never
Kind of cool that you can control it more precisely as well. The
commands above are when attached to power. do a man pmset to find the
rest.
Rob Morton
On Dec 19, 2003, at 1:48 PM, Curtis Perry wrote:
I would like to automate the Energy Saver in System Preferences and
toggle the 'Put the hard disk to sleep when possible' check box. So I
can easily change modes. What are the hooks to control that feature?
Thanks,
Curtis
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.