Skip to content

Instantly share code, notes, and snippets.

@a-bode
Last active November 4, 2022 22:46
Show Gist options
  • Save a-bode/f20fc97abf2e7b127b3476dbd6b53ae8 to your computer and use it in GitHub Desktop.
Save a-bode/f20fc97abf2e7b127b3476dbd6b53ae8 to your computer and use it in GitHub Desktop.
Install Windows 11 without Internet

On the “Oops, you’ve lost internet connection” or “Let’s connect you to a network” page, use the Shift + F10 keyboard shortcut.

In Command Prompt, type the OOBE\BYPASSNRO command to bypass network requirements on Windows 11 and press Enter.

The computer will restart automatically and the out-of-box experience (OOBE) will start again.

Install driver

“bcdedit /debug on”

Open control panel, then select Device Manager:

Device Manager > Other Devices > Ethernet Controller > Update Driver > Browse my computer for drivers > Let me pick from a list of available drivers on my computer > Network Adapters > Microsoft > Microsoft Kernel Debug Network Adapter.

In CMD type:

bcdedit /dbgsettings net hostip:xxx.xxx.xxx.xxx port:yyyyy”

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment