1. Open NetInfo Manager
2. Click the lock at the bottom of the window to authenticate
3. Click on the "users" directory, and then on the short name of the user you wish to change.
4. In the "Directory" menu, choose "New Property"
5. Name the property exactly mcx_flags
6. Paste the lines of XML below into the value of that property.
PHP:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>has_mcx_settings</key>
<true/>
<key>simultaneous_login_enabled</key>
<true/>
</dict>
</plist>
7. In the "Directory" menu, choose "New Property" again.
8. Name the property exactly mcx_settings
9. Paste the lines below into the value of that property:
PHP:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>mcx_application_data</key>
<dict>
<key>com.apple.finder</key>
<dict>
<key>Forced</key>
<array>
<dict>
<key>mcx_preference_settings</key>
<dict>
<key>ProhibitBurn</key>
<false/>
<key>ProhibitConnectTo</key>
<false/>
<key>ProhibitEject</key>
<true/>
<key>ProhibitGoToFolder</key>
<false/>
<key>ProhibitGoToiDisk</key>
<false/>
</dict>
</dict>
</array>
</dict>
<key>com.apple.loginwindow</key>
<dict>
<key>Forced</key>
<array>
<dict>
<key>mcx_preference_settings</key>
<dict>
<key>PowerOffDisabledWhileLoggedIn</key>
<false/>
</dict>
</dict>
</array>
</dict>
</dict>
</dict>
</plist>
Save, quit, and logout. You can change some of the <false/> keys to <true/> keys to modify other behaviors. To undo these changes, delete the two properties you added, save, quit, and logout/login.
*The only problem with this (That I have found) is that you can still eject the CD through iTunes, but other than that it works perfectly
-Juxel