|
Fjern den irriterende Time Machine prompt hver gang man tilslutter en ny disk i Leopard!
Important Note: You must be an Administrative user to apply this command. If you are not an Administrator, please contact your Administrator to have them run this command for you.
- Open the Applications folder.
- Open the Utilities folder.
- Double-click on the "Terminal " icon.
- When the Terminal application appears, execute the following command (you may copy and paste):
$ sudo defaults write com.apple.TimeMachine DoNotOfferNewDisksForBackup -bool YES
When you're prompted for the password, enter your user password and press [ENTER] (a.k.a [RETURN]). Then close the Terminal window and you're done!
There is another method that may be used if the above command does not work. The same steps are taken, but a different command is used, that command is:
$ sudo defaults write /Library/Preferences/com.apple.TimeMachine DoNotOfferNewDisksForBackup -bool YES
To reverse this for either command, simply change "YES" to "NO" in the two commands above.
|