Posted on 03-07-2012 08:55 AM
Hello all. This may be quite simple, but is there a way to have the iWorks '09 Product Registration bypassed after packaging and deploying the iWorks '09 package? For my adult users, this wouldn't bother me so much, but I work in a school district, and I'd like for our young ones to not have to worry about the registration windows.
Thank you in advance!!
Posted on 03-27-2012 08:53 AM
Here's the command line to get rid of the registration:
defaults write /Library/Preferences/com.apple.iWork09 ShouldNotSendRegistration -bool yes
This edits the file:
/Library/Preferences/com.apple.iWork09.plist
which can be added to the install package or pushed out afterwards.
Posted on 07-19-2012 07:08 AM
I had better luck with this:
sudo defaults write /Library/Preferences/com.apple.iWork09 RegistrationHasBeenSent true
Applied to all users.