Hello guys,
Like all techies who install Windows 11 regularly on computers for other users, installing Windows 11 without creating an online account is important. So far hitting shift-F10, entering the command oobe\bypassnro and then rebooting has been a very minor hassle. However it seems in the next build Microsoft will be blocking this option. According to articles online there is a way to unblock it:
When faced with the Microsoft Account sign-in screen, users need to open a command prompt (Shift + F10) and type:
reg add “HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE” /v BypassNRO /t REG_DWORD /d 1 /f
shutdown /r /t 0
On restart, the Shift + F10 and typing OOBE/BYPASSNRO trick will again work its magic. By this, we mean you will restart again and be able to finalize the installation offline and without a Microsoft Account.
This now becomes a real irritation. I have to enter a long command (will probably save in a text file on install media to execute, maybe even build a batch file that I can run?). But I also have to reboot twice now if I understand the procedure correctly. First boot to bring the feature back, second to execute it.
My question is this: Surely there must be a way to edit the install media so that when installing Windows 11 the above key is already present in the resigtry and does not have to be added manually? Even better, the command is pre-run and I dont' even have to enter oobe\bypassnro and reboot at all?
Obviously the easiest way to get around all of this is to keep using older install media where it is not blocked. But that will require more time wasted on Windows updates, which really slows down the process of getting a PC ready.
I'm hopeful that there are people on this forum with the skills to accomplish this. It is way above my skill level. Cheers.
Like all techies who install Windows 11 regularly on computers for other users, installing Windows 11 without creating an online account is important. So far hitting shift-F10, entering the command oobe\bypassnro and then rebooting has been a very minor hassle. However it seems in the next build Microsoft will be blocking this option. According to articles online there is a way to unblock it:
When faced with the Microsoft Account sign-in screen, users need to open a command prompt (Shift + F10) and type:
reg add “HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE” /v BypassNRO /t REG_DWORD /d 1 /f
shutdown /r /t 0
On restart, the Shift + F10 and typing OOBE/BYPASSNRO trick will again work its magic. By this, we mean you will restart again and be able to finalize the installation offline and without a Microsoft Account.
This now becomes a real irritation. I have to enter a long command (will probably save in a text file on install media to execute, maybe even build a batch file that I can run?). But I also have to reboot twice now if I understand the procedure correctly. First boot to bring the feature back, second to execute it.
My question is this: Surely there must be a way to edit the install media so that when installing Windows 11 the above key is already present in the resigtry and does not have to be added manually? Even better, the command is pre-run and I dont' even have to enter oobe\bypassnro and reboot at all?
Obviously the easiest way to get around all of this is to keep using older install media where it is not blocked. But that will require more time wasted on Windows updates, which really slows down the process of getting a PC ready.
I'm hopeful that there are people on this forum with the skills to accomplish this. It is way above my skill level. Cheers.