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

JavaScript file loading and blocking issues: performance optimization case study

Let me start with a question: When writing an HTM...

30 minutes to give you a comprehensive understanding of React Hooks

Table of contents Overview 1. useState 1.1 Three ...

Install mysql5.7.13 using RPM in CentOS 7

0. Environment Operating system for this article:...

Several ways to switch between Vue Tab and cache pages

Table of contents 1. How to switch 2. Dynamically...

Use of Linux xargs command

1. Function: xargs can convert the data separated...

MySQL 5.7.24 installation and configuration graphic tutorial

This article shares the installation and configur...

Common scenarios and avoidance methods for index failure in MySQL

Preface I have read many similar articles before,...

Detailed explanation of the use of Join in Mysql

In the previous chapters, we have learned how to ...

About the problem of writing plugins for mounting DOM in vue3

Compared with vue2, vue3 has an additional concep...

JavaScript event delegation principle

Table of contents 1. What is event delegation? 2....

Analyze the working principle of Tomcat

SpringBoot is like a giant python, slowly winding...

In-depth understanding of the use of Vue

Table of contents Understand the core concept of ...

Docker View Process, Memory, and Cup Consumption

Docker view process, memory, cup consumption Star...

Implementation idea of ​​left alignment of the last row of flex box layout

Using flex layout, if it is a nine-square grid, i...

Tutorial on using iostat command in Linux

Preface It is said that if the people doing opera...