15 lines
451 B
Markdown
15 lines
451 B
Markdown
# bypassnro
|
|
|
|
Fixing Microsoft's removal of BypassNRO. Inspired by [ChrisTitusTech](https://github.com/ChrisTitusTech/bypassnro)
|
|
|
|
> [Generate autounattend.xml files for Windows 10/11](https://schneegans.de/windows/unattend-generator/)
|
|
|
|
From the OOBE Screen press `Shift + F10`
|
|
|
|
```cmd
|
|
curl -L christitus.com/bypass -o skip.cmd
|
|
skip.cmd
|
|
```
|
|
|
|
This will skip the entire OOBE process including Microsoft account and ANY questions during the setup process.
|