Replies: 1 comment 2 replies
-
Does Python Script directory's path include in your environment? You can check the environment variables in Powershell with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to run the program for a decryped iphone backup, yet after following the last step:
wtsexporter -i -b "C:\Users[Username]\AppData\Roaming\Apple Computer\MobileSync\Backup[device id]"
I get this message on powershell.
wtsexporter : The term 'wtsexporter' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Is there any way to fix this?
Beta Was this translation helpful? Give feedback.
All reactions