Method 1: Stop Microsoft Forcing Online Accounts on Windows 11

Learn how to bypass the Microsoft account requirement on Windows 11 25H2. I show you multiple methods to create a local account, from OOBE commands to registry hacks, ensuring you can install without internet.

// HOW TO DO IT //
NOTE: These are my notes. Please let me know if I made a mistake and I will fix them.

Method 1: localonly
Shift F10 to open cmd
start ms-cxh:localonly (Stopped working in latest versions)

Method 2: bypassnro
Shift F10 to open cmd
Turn off internet and then run this: oobe\bypassnro (Stopped working in latest versions)

Method 3: Developer console
Press Control+Shift+J to open Developer Console
and then type this: WinJS.Application.restart(“ms-cxh:localonly”)

Method 4: Registry add BypassNPO
Shift F10 to open cmd
Run regedit
Registry value add:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE
DWord 32-bit value
BypassNRO
Set value to 1
Shutdown /r /t 0

Method 5: Registry HideOnlineAccountScreens
Shift F10 to open cmd
Run regedit
Registry value add:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE
New 32-bit value
HideOnlineAccountScreens
Set value to 1

Method 6: local user:
Shift F10 to open cmd
net user “username” * /add
net localgroup administrators “username” /add
cd oobe
msoobe && shutdown -r

Method 7: local user more complex:
Shift F10 to open cmd
net user “username” * /add
net localgroup administrators “username” /add
net user “username” /active:yes
net user “username” /expires:never
net user “Administrator” /active:no
net user “defaultuser0” /delete
net user
Then go into regEdit HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE
Delete DefaultAccountSAMName, Delete DefaultAccountSID, Delete DefaultAccountAction
Edit LaunchUserOOBE and rename SkipMachineOOBE
Make sure value is 1
Shutdown /r /t 0

Method 8: Copy BypassNRO script into cmd:
Shift F10 to open cmd
Paste in the following commands:
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1 /f
shutdown /r /t 0

Method 9: Create a bat script:
Shift F10 to open cmd
Run a batch script that contains these links:
@echo off
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1 /f
shutdown /r /t 0

Method 10:
Covered in next video
Join a domain. This only applies to Professional Edition

Method 11:
Covered in next video
Use Rufus to create a your own ISO

// David’s Social //

================
Coect with me:
================
Discord: http://discord.davidbombal.com
X: https://www.x.com/davidbombal
Instagram: https://www.instagram.com/davidbombal
LinkedIn: https://www.linkedin.com/in/davidbombal
Facebook: https://www.facebook.com/davidbombal.co
TikTok: http://tiktok.com/@davidbombal
YouTube Main https://www.youtube.com/davidbombal
YouTube Tech: https://www.youtube.com/chael/UCZTIRrENWr_rjVoA7BcUE_A
YouTube Clips: https://www.youtube.com/chael/UCbY5wGxQgIiAeMdNkW5wM6Q
YouTube Emerging Technologies: https://www.youtube.com/chael/UCbY5wGxQgIiAeMdNkW5wM6Q
YouTube Shorts: https://www.youtube.com/chael/UCEyCubIF0e8MYi1jkgVepKg
Apple Podcast: https://davidbombal.wiki/applepodcast
Spotify Podcast: https://open.spotify.com/show/3f6k6gERfuriI96efWWLQQ
SoundCloud: / davidbombal

================
Support me:
================
Or, buy my CCNA course and support me:
DavidBombal.com: CCNA ($10): http://bit.ly/yt999ccna
Udemy CCNA Course: https://bit.ly/ccnafor10dollars
GNS3 CCNA Course: CCNA ($10): https://bit.ly/gns3ccna10

// MY STUFF //
https://www.amazon.com/shop/davidbombal

// SPONSORS //
Interested in sponsoring my videos? Reach out to my team here: sponsors@davidbombal.com

Please note that links listed may be affiliate links and provide me with a small percentage/kickback should you use them to purchase any of the items listed or recommended. Thank you for supporting me and this channel!

Disclaimer: This video is for educational purposes only.

#windows11 #microsoft #localaccount

subscribe
  • David Bombal