From ecc7706959c07dbadb323dd585363b7e78f63898 Mon Sep 17 00:00:00 2001 From: Marek Kraus Date: Sun, 29 Sep 2024 11:48:54 +0200 Subject: [PATCH] Add extracting command for iTunes downloaded from Microsoft Store --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c6070a9..84839ed 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,10 @@ Simply invoke the following command from shell, remember to replace the username ```sh wtsexporter -i -b "C:\Users\[Username]\AppData\Roaming\Apple Computer\MobileSync\Backup\[device id]" ``` +#### Windows (iTunes downloaded from Microsoft Store) +```sh +wtsexporter -i -b "C:\Users\[Username]\Apple\MobileSync\Backup\[device id]" +``` #### Mac ```sh wtsexporter -i -b ~/Library/Application\ Support/MobileSync/Backup/[device id]