4 NEW tricks to install Windows 11 without Microsoft Account

3 min read 3 months ago
Published on Nov 17, 2025 This response is partially generated with the help of AI. It may contain inaccuracies.

Table of Contents

Introduction

This tutorial will guide you through four new methods to install Windows 11 without requiring a Microsoft account. These techniques are particularly useful for users who prefer to set up their systems with a local account, especially as Microsoft continues to enhance its account requirements. By following these steps, you can bypass the Microsoft account setup during the Out-Of-Box Experience (OOBE) and enjoy a more straightforward installation process.

Step 1: Using the Registry to Bypass Microsoft Account Setup

  1. Open the Registry Editor:

    • Press Win + R to open the Run dialog.
    • Type regedit and press Enter.
  2. Navigate to the Key:

    • Go to HKEY_LOCAL_MACHINE\SYSTEM\Setup.
  3. Create a New Key:

    • Right-click on the Setup key, select New, and then click on Key.
    • Name the new key LabConfig.
  4. Add DWORD Values:

    • Inside LabConfig, right-click and select New > DWORD (32-bit) Value.
    • Create two values:
      • Name one BypassNRO and set its value to 1.
      • Name the other BypassUserOOBE and set its value to 1.
  5. Close Registry Editor:

    • Exit the Registry Editor and proceed with the Windows installation.

Step 2: Accessing Account Manager

  1. Launch Account Manager:

    • At the initial setup screen, press Shift + F10 to open Command Prompt.
  2. Enter the Command:

    • Type the following command and press Enter:
      start ms-cxh:localonly
      
  3. Follow On-Screen Instructions:

    • This will initiate the setup for a local account. Follow the prompts to complete the installation.

Step 3: Using Developer Console

  1. Open Command Prompt:

    • Again, press Shift + F10 to access Command Prompt during the setup.
  2. Execute the Command:

    • Enter the following command:
      WinJS.Application.restart("ms-cxh://LOCALONLY")
      
  3. Complete the Setup:

    • This command will restart the setup process, allowing you to create a local account.

Step 4: Modifying Registry to Hide Online Account Screens

  1. Open Registry Editor:

    • Press Win + R, type regedit, and hit Enter.
  2. Navigate to the Key:

    • Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE.
  3. Change the Value:

    • Look for the HideOnlineAccountScreens value.
    • If it doesn’t exist, create a new DWORD (32-bit) Value with this name and set it to 1.
  4. Finalize and Exit:

    • Close the Registry Editor and continue with the installation.

Conclusion

By following these four methods, you can successfully install Windows 11 without a Microsoft account. Each approach allows you to create a local account during the setup process, giving you more control over your installation. Remember to adjust the Registry settings carefully, as incorrect changes can affect system functionality. For further information or more advanced techniques, consider visiting the official guides or communities dedicated to Windows installations.