1

I am installing Windows 11 24H2 Pro on my computer. It asks me to sign into some Microsoft account:

enter image description here

How can I install Windows 11 without a Microsoft account?


Notes:

Franck Dernoncourt
  • 24,246
  • 64
  • 231
  • 400

3 Answers3

9

I found a way to finish Windows 11 Setup without a Microsoft Account.

  1. Disconnect internet connection before starting. If you forgot this step - just reboot and try again without internet.
  2. Press Shift+F10 to open CMD.
  3. Run OOBE\BYPASSNRO.
  4. If using Windows 11 Latest Beta/Dev/Canary builds. run reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1 /f && shutdown /r /t 0
3

I would recommend checking out Tiny11.

https://github.com/ntdevlabs/tiny11builder

It will allow you to customize additional things. It specifically includes adding the bypass mentioned above.

I also recommend using VenToy to create a custom boot disk image with Tiny11.iso and an original Windows11.iso.

It allows you to have multiple installations on a single USB stick.

https://www.ventoy.net/en/index.html

Ramhound
  • 44,080
-1

One solution is to select "Set up for work or school":

enter image description here

Then "Domain join instead":

enter image description here

That'll give the option to create a local user without signing into some Microsoft account:

enter image description here

Franck Dernoncourt
  • 24,246
  • 64
  • 231
  • 400