From 931258888d271b1cf6454770ea97e06f62e79d08 Mon Sep 17 00:00:00 2001 From: tiyn Date: Sun, 23 Mar 2025 01:43:40 +0100 Subject: [PATCH] windows: disable network setup during installation --- wiki/windows.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/wiki/windows.md b/wiki/windows.md index 6b8b6d8..2183897 100644 --- a/wiki/windows.md +++ b/wiki/windows.md @@ -26,3 +26,14 @@ reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation ``` Disabling of UTC time is done with the same command with a `0` instead of a `1`. + +## Installation + +This section focusses on topics that are related to the installation of Windows. + +### Bypass Network Setup During Installation + +To bypass the setup of a network during the installation process `Shift` and `F10` need to be +pressed. +By putting in `oobe/bypassnro` into the command line and pressing `Enter` the computer will restart +and will display an option to bypass the network setup during the corresponding step.