4 NEW tricks to install Windows 11 without Microsoft Account
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
-
Open the Registry Editor:
- Press
Win + Rto open the Run dialog. - Type
regeditand press Enter.
- Press
-
Navigate to the Key:
- Go to
HKEY_LOCAL_MACHINE\SYSTEM\Setup.
- Go to
-
Create a New Key:
- Right-click on the
Setupkey, select New, and then click on Key. - Name the new key
LabConfig.
- Right-click on the
-
Add DWORD Values:
- Inside
LabConfig, right-click and select New > DWORD (32-bit) Value. - Create two values:
- Name one
BypassNROand set its value to1. - Name the other
BypassUserOOBEand set its value to1.
- Name one
- Inside
-
Close Registry Editor:
- Exit the Registry Editor and proceed with the Windows installation.
Step 2: Accessing Account Manager
-
Launch Account Manager:
- At the initial setup screen, press
Shift + F10to open Command Prompt.
- At the initial setup screen, press
-
Enter the Command:
- Type the following command and press Enter:
start ms-cxh:localonly
- Type the following command and press Enter:
-
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
-
Open Command Prompt:
- Again, press
Shift + F10to access Command Prompt during the setup.
- Again, press
-
Execute the Command:
- Enter the following command:
WinJS.Application.restart("ms-cxh://LOCALONLY")
- Enter the following command:
-
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
-
Open Registry Editor:
- Press
Win + R, typeregedit, and hit Enter.
- Press
-
Navigate to the Key:
- Go to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE.
- Go to
-
Change the Value:
- Look for the
HideOnlineAccountScreensvalue. - If it doesn’t exist, create a new DWORD (32-bit) Value with this name and set it to
1.
- Look for the
-
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.