Posted On March 31, 2019

How to Change iTunes Backup Location of Storage In Windows

kimconnect 0 comments
blog.KimConnect.com >> Windows >> How to Change iTunes Backup Location of Storage In Windows
  1. Make a directory junction after moving the backup storage location
    • robocopy “C:\Users\%USERNAME%\AppData\Roaming\Apple Computer\MobileSync” “D:\iphone_backups” /E /R:0 /NP /MOVE
    • mklink /J “%APPDATA%\Apple Computer\MobileSync\Backup” “D:\iphone_backups”
  2. Move iPhone Software Updates location
    • robocopy “C:\Users\%USERNAME%\AppData\Roaming\Apple Computer\iTunes\iPhone Software Updates” “D:\iphone_backups\iPhone Software Updates” /E /R:0 /NP /MOVE
    • mklink /J “%APPDATA%\Apple Computer\iTunes\iPhone Software Updates” “D:\iphone_backups\iPhone Software Updates”
  3. Change iTunes Media Location
    • Run iTunes > Edit > Preferences > Advanced > click on “Change” of iTunes Media folder location
    • Navigate to the new location (e.g. D:\iphone_backups) > Select Folder > OK

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

GPO Logon Banner

Update: this information is outdated. Use this link for the current method of creating Logon…

Remote Desktop: change default listening port

1. Start Registry Editor. 2. Locate and then click the following registry subkey: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp\PortNumber 3.…

Windows XP and Browser Compatibilities

1. Internet Explorer: The highest IE version that a machine running on Windows XP would…