Skip to content
New issue

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

How to use Reset-FullDevice to clear MAC device #39

Open
AsiaKing1103 opened this issue Nov 28, 2023 · 1 comment
Open

How to use Reset-FullDevice to clear MAC device #39

AsiaKing1103 opened this issue Nov 28, 2023 · 1 comment

Comments

@AsiaKing1103
Copy link

您好
,請告訴我是否需要使用 Reset-FullDevice.ps1 來擦除 MAC 裝置
如何設定?
我可以在 IOS 和 Android 裝置上完成此操作
在 MAC 上無法成功完成此操作

@MrTechGadget
Copy link
Owner

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
        }
      }'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants