Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

BypassNRO Tool for Windows 11 25H2

Made by BO7MEDX 📱 Telegram: @PVT_BO


What It Does

Bypasses the internet connection requirement during Windows 11 OOBE setup, allowing local account creation without a Microsoft account.


Requirements

  • Windows 11 ISO
  • DISM (built into Windows)
  • PyInstaller (to build the .exe)

Build

pyinstaller --onefile --noconsole "BypassNRO.py" -i "icon.ico"

Inject into install.wim

dism /Mount-Wim /WimFile:install.wim /index:1 /MountDir:C:\mount
copy BypassNRO.exe C:\mount\Windows\System32\BypassNRO.exe
dism /Unmount-Wim /MountDir:C:\mount /Commit

Usage During OOBE

  1. Boot from your USB
  2. When the internet connection screen appears → press Shift + F10
  3. In the CMD window type:
BypassNRO.exe
  1. Click OK on the popup → system restarts automatically → continue setup as a local account

License

MIT

About

Bypass the internet requirement during Windows 11 OOBE setup — local account without Microsoft account

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages