Kategorier
Mjukvara Windows

Windows 11 – Skip Microsoft login

Open cmd with Shift + F10 and type OOBE\BYPASSNRO.

Your computer will restart and now you will have the “I don’t have Internet” option.


Alternative Workaround that should remain feasible, more trouble than the simple above command:

If the Internet is disabled, you start the reinstallation of Windows 11. You get to the window: “Unfortunately you have lost the Internet connection”. From here it starts. Replace “User Name” with whatever you wish to use for the account:

Press Shift + F10. The command prompt opens

net.exe user “User Name” /add

net.exe localgroup “Administrators” “User Name” /add

cd OOBE

msoobe.exe && shutdown.exe -r

Windows will now restart and start with the other settings until Windows 11 is installed correctly with a local account.

When logging in, “The user name or password is incorrect” now appears.

Simply press OK and select the right account at the bottom left of screen. You should have one for Administrator and one for whatever name you used as “User Name” above.