We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好 ,請告訴我是否需要使用 Reset-FullDevice.ps1 來擦除 MAC 裝置 如何設定? 我可以在 IOS 和 Android 裝置上完成此操作 在 MAC 上無法成功完成此操作
The text was updated successfully, but these errors were encountered:
I need to add this option into the script and I am sorry for the delay in response to this issue.
The issue with macOS is that it requires an unlock PIN to be sent in the payload.
Line 68-72 ($json) needs to be modified as follows (with your own choice of pin)
$json = '{ "deviceWipe": { "disableActivationKey": true, "unlock_pin": 123789 } }'
Sorry, something went wrong.
No branches or pull requests
您好
,請告訴我是否需要使用 Reset-FullDevice.ps1 來擦除 MAC 裝置
如何設定?
我可以在 IOS 和 Android 裝置上完成此操作
在 MAC 上無法成功完成此操作
The text was updated successfully, but these errors were encountered: