Made by BO7MEDX 📱 Telegram: @PVT_BO
Bypasses the internet connection requirement during Windows 11 OOBE setup, allowing local account creation without a Microsoft account.
- Windows 11 ISO
- DISM (built into Windows)
- PyInstaller (to build the
.exe)
pyinstaller --onefile --noconsole "BypassNRO.py" -i "icon.ico"dism /Mount-Wim /WimFile:install.wim /index:1 /MountDir:C:\mountcopy BypassNRO.exe C:\mount\Windows\System32\BypassNRO.exedism /Unmount-Wim /MountDir:C:\mount /Commit- Boot from your USB
- When the internet connection screen appears → press Shift + F10
- In the CMD window type:
BypassNRO.exe- Click OK on the popup → system restarts automatically → continue setup as a local account
MIT