This shows you the differences between two versions of the page.
| — |
windows_11 [2026-03-07 18:56:14] (current) mi created |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | =Install with local account | ||
| + | |||
| + | To install Windows 11 without a Microsoft account, the easiest is to use [[https://rufus.ie/en/ | Rufus]] to make a USB installer. | ||
| + | |||
| + | Alternatives that can be tried are, according to [[https://ideasawakened.com/post/microsoft-windows-11-local-account-oobe-bypassnro-fails|this page]]: | ||
| + | |||
| + | Hit Shift-F10 to reach a command prompt and then run the following command to create a local-only account: | ||
| + | |||
| + | <code>start ms-cxh:localonly</code> | ||
| + | |||
| + | |||
| + | or this: | ||
| + | |||
| + | <code>reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1 /f | ||
| + | shutdown /r /t 0 | ||
| + | </code> | ||
| + | |||
| + | And more or less the same from [[https://www.journaldugeek.com/2026/03/05/windows-11-voici-comment-contourner-lobligation-de-creer-un-compte-microsoft/ | Journal du Geek]] | ||
| + | |||
| + | Sur l’écran de sélection de région pendant l’OOBE, appuyez sur Maj + F10 pour ouvrir un invite de commandes, puis entrez : | ||
| + | |||
| + | <code>reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1 /f</code> | ||
| + | |||
| + | Ensuite, redémarrez votre machine avec la commande suivante : shutdown /r /t 0 | ||
| + | |||
| + | Après le redémarrage, déconnectez-vous d’internet (Wi-Fi ou câble Ethernet), puis suivez l’assistant normalement : vous verrez apparaître le bouton “Je n’ai pas accès à internet”, suivi de “Continuer avec une configuration limitée”. Vous pouvez alors créer votre compte local classique, avec mot de passe et questions de sécurité. | ||