From 046609da01d9a8781fe978f1c3c578ab050ad318 Mon Sep 17 00:00:00 2001 From: Dejan Date: Sat, 21 Feb 2026 16:48:58 +0000 Subject: [PATCH] Add Bypass Windows 11 Microsoft Account Requirement.md --- ...indows 11 Microsoft Account Requirement.md | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 Bypass Windows 11 Microsoft Account Requirement.md diff --git a/Bypass Windows 11 Microsoft Account Requirement.md b/Bypass Windows 11 Microsoft Account Requirement.md new file mode 100644 index 0000000..7856df8 --- /dev/null +++ b/Bypass Windows 11 Microsoft Account Requirement.md @@ -0,0 +1,60 @@ +# Bypass Windows 11 Microsoft Account Requirement (Local Account Setup) + +This guide explains how to bypass the Microsoft Account requirement during the initial Windows 11 setup (OOBE) and create a local account instead. + +Tested on Windows 11 (2024 builds). + +--- + +# Method 1 — Simple (Disconnect Internet) + +## Steps + +1. Boot Windows 11 normally. +2. Proceed through setup until you reach: + + "Let's connect you to a network" + +3. Disconnect internet: + + - Unplug Ethernet cable + - OR do not select a Wi-Fi network + +4. Click: + + **I don't have internet** + +5. Then click: + + **Continue with limited setup** + +6. Create your local account. + +7. Finish setup. + +8. Reconnect internet after reaching the desktop. + +--- + +# Method 2 — Command Prompt Bypass (Reliable) + +Use this method if Windows refuses offline setup. + +--- + +## Step 1 — Open Command Prompt + +During setup press: + +Shift + F10 + +Command Prompt will open. + +--- + +## Step 2 — Run Bypass Command + +Type: + +```cmd +OOBE\BYPASSNRO \ No newline at end of file