This is a bug in the windows 11 ARM build, To fix that you need to do as follow
- Press 'fn+shift+f10'
- Press 'option+tab'
- Then you will see a UAC window, move to that window by pressing 'option+tab' and then press 'yes' button
Then CMD will be opened
I'm at the network selection screen in my setup and for some reason, Shift-F10 appears to do nothing. Did they patch that out?
Videos
This is a bug in the windows 11 ARM build, To fix that you need to do as follow
- Press 'fn+shift+f10'
- Press 'option+tab'
- Then you will see a UAC window, move to that window by pressing 'option+tab' and then press 'yes' button
Then CMD will be opened
Hi Robert,
Just checking in with you, were you able to use that shortcut to get into Command Prompt?
If you still cannot get into Command Prompt, when you boot form the USB, select 'Repair This Compute, and Command Prompt should be available from the Recovery Environment.
You can overcome this limitation by also passing in Fn, so in your case you'd press Shift+Fn+F10.
I tried all possible all possible combination of Shift+Fn+F10, but nothing worked.
Then i clicked on that Accessibility icon and enabled on-screen keyboard and then selected Shift+Fn+F10 again and it opened the cmd prompt this time, but it does not come into focus, to do that you can then use option+tab on your physical keyboard.
Latest and fastest way I found to bypass Windows 11 OOBE, no need to run ipconfig /release or setup a Microsoft account.
EDIT:
Even with the latest Windows 11 updates THIS METHOD IS STILL THE BEST!!
Watch this in action: https://youtu.be/MXrYXH-ueIQ
Use a command prompt to create a local account during OOBE and then skip it completely:
-
SHIFT + F10 (or SHIFT + FN + F10 on some Dell PC's)
-
net.exe user 'username' 'password' /add *I recommend entering a password but it is optional*
-
net.exe localgroup Administrators 'username' /add
-
cd oobe
-
msoobe.exe && shutdown.exe -r
Since according to AveYo (thanks for this) this is only temporarily integrated into Windows 11 by Microsoft, one can assume that this command will not work for much longer. I truly hope it remains.
oobe\bypassnro
Then you can reactivate the Internet connection and add a password to the account, as well as make all other settings.
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.
Lets hope the simple oobe\bypassnro stays, as I have used both methods, and the first is by far the easiest.
Regards,
[I edited this message to remove the unnecessary content at the top. Please refrain from the personal attacks. - Jason]
Great piece of info, will save it for future use
This is a bug in the windows 11 ARM build, To fix that you need to do as follow
- Press 'fn+shift+f10'
- Press 'option+tab'
- Then you will see a UAC window, move to that window by pressing 'option+tab' and then press 'yes' button
Then CMD will be opened
Hi Robert,
Just checking in with you, were you able to use that shortcut to get into Command Prompt?
If you still cannot get into Command Prompt, when you boot form the USB, select 'Repair This Compute, and Command Prompt should be available from the Recovery Environment.
Since according to AveYo (thanks for this) this is only temporarily integrated into Windows 11 by Microsoft, one can assume that this command will not work for much longer. I truly hope it remains.
oobe\bypassnro
Then you can reactivate the Internet connection and add a password to the account, as well as make all other settings.
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.
Lets hope the simple oobe\bypassnro stays, as I have used both methods, and the first is by far the easiest.
Regards,
[I edited this message to remove the unnecessary content at the top. Please refrain from the personal attacks. - Jason]
Great piece of info, will save it for future use