Skip to content

Instantly share code, notes, and snippets.

@Trefex
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Trefex/f58ac5a2592e9030a451 to your computer and use it in GitHub Desktop.
Save Trefex/f58ac5a2592e9030a451 to your computer and use it in GitHub Desktop.
Windows 8 configurations
  • To move iTunes backup to another HDD, create a Junction in an elevated prompt
mklink /J "%APPDATA%\Apple Computer\MobileSync\Backups" "F:\_Backups\iPhoneBackups"
  • Move the Outlook data folder to another HDD / partition, also create a Junction in an elevated prompt
mklink /J "C:\Users\Christophe\AppData\Local\Microsoft\Outlook" "F:\_Backups\Outlook"
  • Disable hibernation and free up SSD space, do this in elevated prompt
powercfg -h off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment