Skip Internet Setup in Windows 10

26 May 2026 / 1 min read

# Introduction

I notice some versions of Windows 10 require an internet connection during the initial setup process. In certain installations, the “I don’t have internet” option may not appear, even if the Ethernet cable is unplugged or Wi-Fi is disconnected.

Here how you can bypass it.

# Steps

  1. On the network setup screen, press SHIFT + F10 to open Command Prompt.
  2. In the Command Prompt window, run the following command:
OOBE\BYPASSNRO

Windows will automatically reboot. After restarting, the setup process will continue, and the “I don’t have internet” option should now be available.

You can then proceed with creating a local account without connecting to the internet.

# References