Blog

3 Better ways to bypass Microsoft Account during setup on Windows 11

You still have more than one way to skip the Microsoft Account to set up Windows 11 with a local account during the Out-of-box Experience (OOBE), and in this guide, I’ll explain how to complete this process.

Starting with the release of Windows 11 build 26120.3653 (Beta) and build 26200.5516 (Dev), Microsoft has announced that it’s officially removing the ability for users to run the OOBE\BYPASSNRO command to bypass the requirement to create a profile using a Microsoft Account. According to the company, this change was made to enhance security and the experience.

However, you can still bypass this requirement during the initial setup. The only thing that is changing is the steps. For example, you’ll have to create a Registry entry to use the “BypassNRO” workaround.

Alternatively, you can also run a special command to launch the local account creation, and there’s even another method that you can use through the Developer Console experience that allows you to create an offline account with a Windows 10-style account setup screen.

In this guide, I’ll outline the different alternatives for the OOBE\BYPASSNRO command, which skips the creation of a Microsoft Account during Windows 11’s initial setup.

Bypass the Microsoft Account during OOBE using Registry

To bypass the internet and Microsoft Account requirements, in the Out-of-box Experience, follow these steps:

  1. Open Command Prompt using the “Shift + F10” keyboard shortcut on the region settings page.

  2. Type the following command to modify the Registry to bypass the internet and Microsoft Account requirements and press Enter:

    reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1 /f

  3. Type the following command to restart the computer and continue with the local account experience and press Enter:

    shutdown /r /t 0
  4. Upon restart, open Command Prompt again using the “Shift + F10” keyboard shortcut on the region settings page.

  5. Type the ipconfig /release command and press Enter to disconnect from the network.

    OOBE Command Prompt disconnect from network

    Quick tip: You can also disable the Wi-Fi connection, unplug the Ethernet cable from the computer, or power off the router or access point temporarily to disconnect from the internet.

  6. Select your region setting after the installation on the first page of the out-of-the-box experience (OOBE).

    Windows 11 OOBE region

  7. Click the Yes button.

  8. Select your keyboard layout setting.

    Keyboard layout

  9. Click the Yes button.

  10. Click the Skip button if you do not need to configure a second layout.

  11. Click the “I don’t have internet” option.

    Windows 11 OOBE don't have internet

  12. Click the “Continue with limited setup” option.

    Continue with limited setup

  13. Click the Accept button (if applicable).

  14. Confirm the name of the local default account on Windows 11.

  15. Click the Next button.

  16. Create a password for the account.

  17. Click the Next button.

  18. Confirm the account password.

  19. Click the Next button.

  20. Select and complete the three security questions to recover the account.

  21. Click the Next button.

  22. Choose the privacy settings.

    Windows 11 OOBE privacy settings

  23. Click the Next button.

  24. Click the Next button again.

  25. Click the Accept button.

Once you complete the steps, Windows 11 will complete the setup process with the local account.

Bypass the Microsoft Account during OOBE using Account Manager

To skip the Microsoft Account during the setup using the “Create a user for this PC” screen, follow these steps:

  1. Open Command Prompt using the “Shift + F10” keyboard shortcut on the region settings page.

  2. Type the following command to modify the Registry to bypass the internet and Microsoft Account requirements and press Enter:

    start ms-cxh:localonly

    start ms-cxh:localonly

  3. Confirm the name of the local default account on Windows 11.

    OOBE create local account from Account Manager

    Quick tip: You can create an account without a password. However, if you choose to create a password, you will have to configure three security questions to recover your account if the password is lost.

  4. Click the Next button.

  5. Choose the privacy settings.

    Windows 11 OOBE privacy settings

  6. Click the Next button.

  7. Click the Next button again.

  8. Click the Accept button.

After you complete the steps, the Out-of-box Experience will finish the setup, and you will be redirected to the desktop environment.

Bypass the Microsoft Account during OOBE using the Developer Console

To set up Windows 11 without a Microsoft account using the Developer Console, follow these steps:

  1. Open Command Prompt using the “Ctrl + Shift + J” keyboard shortcut to open the Developer Console.

  2. Type the following command to launch the local account creation screen and press Enter:

    WinJS.Application.restart("ms-cxh://LOCALONLY")

    WinJS.Application.restart("ms-cxh://LOCALONLY")

  3. Press the Escape key, but if this action doesn’t close the console, click multiple times anywhere on the screen to dismiss it.

  4. Confirm the name of the local default account on Windows 11.

    Developer Console create local account

    Quick tip: You can create an account without a password. However, if you choose to create a password, you will have to configure three security questions to recover your account if the password is lost.

  5. Click the Next button.

  6. Choose the privacy settings.

    Windows 11 OOBE privacy settings

  7. Click the Next button.

  8. Click the Next button again.

  9. Click the Accept button.

Once you complete the steps, you will be taken straight to the Windows 11 desktop.

Of course, these are not the only ways to set up Windows 11 without a Microsoft Account. The easiest way to bypass the requirements is to create a custom USB bootable flash drive using a third-party tool like Rufus or Ventoy.

If you’re installing Windows 11 Pro, you can choose the “Set up for work or school” option and create a local account using the “Domain join instead” option.

Also, it’s important to note that the OOBE\BYPASSNRO command still works. Microsoft plans to remove this loophole in upcoming updates for the operating system.

Why You Can Trust Pureinfotech

The author combines expert insights with user-centric guidance, rigorously researching and testing to ensure you receive trustworthy, easy-to-follow tech guides. Review the publishing process.


Source link

Related Articles

Back to top button
close