Edit blog post: Setup Windows 11 with local account
This commit is contained in:
parent
091497847f
commit
7007db73f7
@ -1,19 +1,24 @@
|
||||
---
|
||||
title: Windows 11 mit lokalem Konto einrichten
|
||||
date: 2024-04-10
|
||||
lastmod: 2025-04-24
|
||||
description: |
|
||||
Das Setup von Windows 11 verhindert, die Einrichtung ohne eine aktive Internetverbindung fortzusetzen. Mit einem einfachen Trick kann man dies umgehen und weiterhin einen lokalen Account anlegen.
|
||||
categories:
|
||||
- os
|
||||
---
|
||||
|
||||
## Erzwungenes Online-Konto
|
||||
|
||||
Schon seit Windows 10 strebt Microsoft an, dass der Rechner mit einem Microsoft-Account benutzt wird. Während des Setups konnte man kein lokales Konto einrichten, wenn man mit dem Internet verbunden war. Um die Option für das lokale Konto angezeigt zu bekomen, musste man also offline bleiben.
|
||||
|
||||
Im aktuellen Setup von Windows 11 scheint dies nichts mehr zu bringen. Um im Setup fortfahren zu können, fordert Microsoft eine Internetverbindung.
|
||||
|
||||

|
||||
|
||||
Auch wenn es nicht mehr so trivial wie früher ist, lässt sich diese Anforderung immer noch umgehen. Hierfür kann im Setup mit der Tastenkombination <kbd>STRG</kbd> + <kbd>F10</kbd> eine Konsole geöffnet werden. Dort gibt man folgenden Befehl ein und bestätigt ihn:
|
||||
## BYPASSNRO
|
||||
|
||||
Auch wenn es nicht mehr so trivial wie früher ist, lässt sich diese Anforderung immer noch umgehen. Hierfür kann im Setup mit der Tastenkombination <kbd>SHIFT</kbd> + <kbd>F10</kbd> eine Konsole geöffnet werden. Dort gibt man folgenden Befehl ein und bestätigt ihn:
|
||||
|
||||
```
|
||||
OOBE\BYPASSNRO
|
||||
@ -24,3 +29,15 @@ Anschließend startet das System neu. Folgt man dem Assistenten wieder bis zum v
|
||||

|
||||
|
||||
Dadurch kann man mit der "eingeschränkter Einrichtung" fortfahren und ein lokales Konto anlegen.
|
||||
|
||||
## ms-cxh
|
||||
|
||||
`BYPASSNRO` funktioniert auch noch im aktuellen Installer für Windows 11 24H2. In einem neuen Insider-Build hat Microsoft das Skript entfernt und es ist nur eine Frage der Zeit, bis das auch in einem Release umgesetzt wird. Man kann den Online-Zwang durch manuelles Setzen eines Registry-Werts immer noch umgehen, aber der ganze Prozess ist komplexer geworden.
|
||||
|
||||
Es wurde jedoch ein weiterer, komfortabler Befehl entdeckt. Auch hierfür öffnet man mit <kbd>SHIFT</kbd> + <kbd>F10</kbd> eine Konsole und gibt dann folgenden Befehl ein:
|
||||
|
||||
```
|
||||
start ms-cxh:localonly
|
||||
```
|
||||
|
||||
Nach Eingabe des Befehls öffnet sich ein Fenster, in dem die Benutzerdaten des lokalen Kontos abgefragt werden. Anschließend wird Windows 11 direkt eingerichtet.
|
||||
|
@ -1,19 +1,24 @@
|
||||
---
|
||||
title: Setup Windows 11 with local account
|
||||
date: 2024-04-10
|
||||
lastmod: 2025-04-24
|
||||
description: |
|
||||
The Windows 11 setup prevents you from continuing the setup without an active Internet connection. This can be bypassed with a simple trick to still be able to create a local account
|
||||
categories:
|
||||
- os
|
||||
---
|
||||
|
||||
## Forced Online Account
|
||||
|
||||
Since Windows 10, Microsoft has been aiming for the computer to be used with a Microsoft account. During setup, it was not possible to set up a local account when connected to the internet. In order to see the option for the local account, you had to remain offline.
|
||||
|
||||
This no longer seems to work in the current Windows 11 setup. Microsoft requires an Internet connection to continue with the setup.
|
||||
|
||||

|
||||
|
||||
Even if it is no longer as trivial as it used to be, this requirement can still be bypassed. To do this, a console can be opened in Setup by pressing <kbd>CTRL</kbd> + <kbd>F10</kbd>. Enter the following command and confirm:
|
||||
## BYPASSNRO
|
||||
|
||||
Even if it is no longer as trivial as it used to be, this requirement can still be bypassed. To do this, a console can be opened in Setup by pressing <kbd>SHIFT</kbd> + <kbd>F10</kbd>. Enter the following command and confirm:
|
||||
|
||||
```
|
||||
OOBE\BYPASSNRO
|
||||
@ -24,3 +29,16 @@ The system then restarts. If you follow the wizard back to the previous step, th
|
||||

|
||||
|
||||
This allows you to continue with the “restricted setup” and create a local account.
|
||||
|
||||
## ms-cxh
|
||||
|
||||
`BYPASSNRO` still works in the current installer for Windows 11 24H2. Microsoft has removed the script in a new Insider build and it is only a matter of time before this is also implemented in a release. The online requirement can still be bypassed by manually setting a value in the registry, but the whole process has become more complex as a result.
|
||||
|
||||
However, another convenient command was discovered
|
||||
This is also done by opening a console with <kbd>SHIFT</kbd> + <kbd>F10</kbd> and then entering the following command:
|
||||
|
||||
```
|
||||
start ms-cxh:localonly
|
||||
```
|
||||
|
||||
After entering the command, a window opens asking for the user data of the local account. Windows 11 is then set up directly.
|
||||
|
Loading…
x
Reference in New Issue
Block a user