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!
I have also tried the variation of that:
I compiled them and saved as an application, but get this error message whenever they are set to run:
Can anyone offer a helping hand?
Thanks
I came across the following AppleScript code but can't get it to work!
Code:
do shell script "hwprefs cpu_nap=1"
I have also tried the variation of that:
Code:
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