I found this command to disable app nap through terminal:
defaults write NSGlobalDomain NSAppSleepDisabled -bool YES
It seems to work if I manually type it into terminal but not if I put it in a policy to execute the command. Is it because Casper runs it as root?
How can I push it out and be effective for all users?
Thanks
