tips
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tips [2025/10/07 18:06] – w5ged | tips [2025/10/15 13:37] (current) – w5ged | ||
---|---|---|---|
Line 58: | Line 58: | ||
Disable the blurry background during login | Disable the blurry background during login | ||
REG ADD " | REG ADD " | ||
+ | |||
+ | ==== Install Windows 11 without a Microsoft account ==== | ||
+ | |||
+ | On the install screen where you pick the country, press shift-F10 to open the command prompt. | ||
+ | >net user USERNAME * /add | ||
+ | >net localgroup administrators USERNAME /add | ||
+ | >net user USERNAME /active:yes | ||
+ | >net user USERNAME / | ||
+ | >net user Administrator /active:no | ||
+ | >net user defaultUser0 /delete | ||
+ | >net user | ||
+ | >regedit | ||
+ | Navigate to Computer\HKEY_LOCAL\MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE | ||
+ | Delete keys DefaultAccountAction, | ||
+ | Change LaunchUserOOBE to SkipMachineOOBE | ||
+ | > | ||
===== Helpful internet resources ===== | ===== Helpful internet resources ===== |
tips.1759860413.txt.gz · Last modified: by w5ged