Saturday, February 26, 2022

Windows 11 Setup Local Account

Setting up Windows 11 Local Account
At sign in setup page
1. Disconnect internet
2. Press shift + F10 for command prompt
taskkill /F /IM oobenetworkconnectionflow.exe
. . . or
shift f10
ipconfig /release
Continue through process without internet connection and local account setup will be enabled. 
ipconfig /renew
. . . or
At country or region page
Shift + F10
net user George /add
net localgroup Administrators George /add
cd OOBE
msoobe.exe && shutdown.exe /r


Curl, Wget, Winget & Powershell Install or Download Commands

After the mess I made in previous posts this summary might be useful.     Thanks PatchMyPC, the great and powerful program downloader and up...