How to modify iTunes backup path under Windows

How to modify iTunes backup path under Windows

0. Preparation:

• Close iTunes
• Kill the service starting with iTunes in Task Manager

1. Find the default iTunes backup path: C:\Users\xxx\AppData\Roaming\Apple Computer\MobileSync

xxx is the user name

2. Delete the MobileSync folder in the default path. If you have backed up the folder before, you can rename it.

3. Open CMD under win10

4. Run the following command: (modify according to your actual situation)

mklink/j "C:\Users\xthua\AppData\Roaming\Apple Computer\MobileSync" "H:\MobileSync"

If there is an old backup after success, copy it to H:\MobileSync and reopen it

You may also be interested in:
  • Mysql5.7 my.ini file loading path and data location modification method under windows7
  • C language to obtain the current working path implementation code (windows/linux)
  • How to enable parent path in Windows server 2008 iis7/iis7.5
  • Windows and Linux path regular expression writing
  • The VBS script cannot be run and it prompts that Windows cannot access the specified device path or file
  • The absolute path of each item in the control panel under Windows

<<:  Summary of MySQL's commonly used SQL statements for creating tables, adding fields, modifying fields, and adding indexes

>>:  Mini Programs enable product attribute selection or specification selection

Recommend

Vue backend management system implementation of paging function example

This article mainly introduces the implementation...

CentOS7 deploys version 19 of docker (simple, you can follow it)

1. Install dependency packages [root@localhost ~]...

Detailed explanation of the use of various MySQL indexes

1. Slow query log 1.1 MySQL log types Logs are us...

HTML line spacing setting methods and problems

To set the line spacing of <p></p>, us...

Detailed explanation of MySQL's MERGE storage engine

The MERGE storage engine treats a group of MyISAM...

Getting the creation time of a file under Linux and a practical tutorial

background Sometimes we need to get the creation ...

Vue implements three-dimensional column chart based on echarts

The three-dimensional column chart consists of th...

Commands to find domain IP address in Linux terminal (five methods)

This tutorial explains how to verify the IP addre...

Improvements to the web server to improve website performance

<br />In the first section of this series, w...

A detailed introduction to wget command in Linux

Table of contents First install wget View Help Ma...

MySQL 5.7.20 Green Edition Installation Detailed Graphic Tutorial

First, let’s understand what MySQL is? MySQL is a...

Understanding and usage scenarios of ES6 extension operators

Table of contents 1. Replace the apply method, ge...

Use semantic tags to write your HTML compatible with IE6,7,8

HTML5 adds more semantic tags, such as header, fo...

How to add default time to a field in MySQL

Date type differences and uses MySQL has five dat...

Detailed explanation of how to quickly build a blog website using Docker

Table of contents 1. Preparation 2. Deployment Pr...