Skip to content

Fixing and Re-implementing Microsoft's removal of BypassNRO with PowerShell and AutoUnattend.

Notifications You must be signed in to change notification settings

Stensel8/BypassNRO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bypass NRO

Download and run the bypass script to skip OOBE.

From CMD (Shift+F10 during OOBE):

powershell -Command "New-Item -ItemType Directory -Path 'C:\Temp' -Force; Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/Stensel8/bypassnro/main/bypass.ps1' -OutFile 'C:\Temp\bypass.ps1'" && powershell -NoProfile -ExecutionPolicy Bypass -File C:\Temp\bypass.ps1

From PowerShell:

New-Item -ItemType Directory -Path 'C:\Temp' -Force | Out-Null; Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/Stensel8/bypassnro/main/bypass.ps1' -OutFile 'C:\Temp\bypass.ps1'; & 'C:\Temp\bypass.ps1'

About

Fixing and Re-implementing Microsoft's removal of BypassNRO with PowerShell and AutoUnattend.

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •