mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-04-25 07:21:36 +00:00
Add extracting command for iTunes downloaded from Microsoft Store
This commit is contained in:
@@ -106,6 +106,10 @@ Simply invoke the following command from shell, remember to replace the username
|
|||||||
```sh
|
```sh
|
||||||
wtsexporter -i -b "C:\Users\[Username]\AppData\Roaming\Apple Computer\MobileSync\Backup\[device id]"
|
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
|
#### Mac
|
||||||
```sh
|
```sh
|
||||||
wtsexporter -i -b ~/Library/Application\ Support/MobileSync/Backup/[device id]
|
wtsexporter -i -b ~/Library/Application\ Support/MobileSync/Backup/[device id]
|
||||||
|
|||||||
Reference in New Issue
Block a user