Will Cheyney
Jan 6, 2006, 05:51 AM
So, I want to disable 'Nap mode' automatically on start up on my G5.
I came across the following AppleScript code but can't get it to work!
do shell script "hwprefs cpu_nap=1"
I have also tried the variation of that:
do shell script "hwprefs cpu_nap=false"
I compiled them and saved as an application, but get this error message whenever they are set to run:
hwprefs: PERMISSION DENIED: effective user id MUST be root user to run
Can anyone offer a helping hand?
Thanks
I came across the following AppleScript code but can't get it to work!
do shell script "hwprefs cpu_nap=1"
I have also tried the variation of that:
do shell script "hwprefs cpu_nap=false"
I compiled them and saved as an application, but get this error message whenever they are set to run:
hwprefs: PERMISSION DENIED: effective user id MUST be root user to run
Can anyone offer a helping hand?
Thanks
