| 214 | |
| 215 | On the “Let’s connect you to a network” screen, press Shift + F10 to open Command Prompt. |
| 216 | Type regedit to open the Registry Editor. |
| 217 | In Registry Editor, navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE |
| 218 | Right-click on the blank space in the right panel and select |
| 219 | New > DWORD (32-bit) Value |
| 220 | Name it exactly: BypassNRO |
| 221 | Double-click BypassNRO, and set the value data to 1. |
| 222 | Close Registry Editor. |
| 223 | Restart. |
| 224 | If that’s too much for you, you can just press Shift + F10 to open Command Prompt and run the following script: |
| 225 | |
| 226 | |
| 227 | reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE" /v BypassNRO /t REG_DWORD /d 1 /f |