Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding new method of bypassing networking on windows 11 installation #1445

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions user/templates/windows/windows-qubes-4-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,16 +155,28 @@ These parameters are set for the following reasons:
- Close the registry editor and console windows.
- In the setup window, hit the left arrow in the left upper corner. You will then return into the setup, which will continue normally and install Windows 11 without TPM 2.0.

:warning: **Caution:** This temporary patch may cease to work if it so pleases Microsoft some time.
<div class="alert alert-warning" role="alert">
<i class="fa fa-exclamation-circle"></i>
<b>Caution:</b> This temporary patch may cease to work if it so pleases Microsoft some time.
</div>

The installation of Windows 11 may require an internet connection to grab a Microsoft ID. This is currently true only for the home addition, but will probably extend to the Pro edition, too. A workaround to bypass the internet connection requirements of the Windows 11 setup has been published that currently works for version 21H2 but may be blocked some time in the future by Microsoft:
The installation of Windows 11 may require an internet connection to grab a Microsoft ID. This is currently true only for the Home Edition, but will probably extend to the Pro Edition too. A workaround to bypass the internet connection requirements of the Windows 11 setup has been published that currently works for version 21H2 but may be blocked some time in the future by Microsoft:

- When you reach the “Let’s Connect You To A Network” page, type Shift-F10 to open a console window.
- Here you type `taskmgr` to start the Task Manager window so you can see all running processes.
- Expand the Task Manager by clicking the “More Details” button, and then find “Network Connection Flow.”
- Select this process and then hit the “End Task” button.
- Now you can close these newly opened windows and return to the Windows 11 setup, where you will enter local account information.


<div class="alert alert-info" role="alert">
<i class="fa fa-info-circle"></i>
<b>Note:</b> As of version 24H2 the above is not working anymore, instead use <a href="https://learn.microsoft.com/en-us/answers/questions/1179311/windows-11-setup-without-internet" target="_blank">these instructions</a>:
</div>

- Hold the SHIFT key and press F10 to open the command prompt at any moment in the installation process;
- Click on the command prompt window to change the focus to it and type the command `oobe\bypassnro`, and hit ENTER;
- The Windows system will reboot immediately and at next boot the instalator (OOBE) will override the networking requirement.

For Windows 11 version 22H2, the following sequence of actions to use a local account instead of a Microsoft account has been published:

- Enter `[email protected]` (or some other senseless address) as the email address and click `Next` when Windows 11 setup prompts you to log into your Microsoft account.
Expand Down