Windows 11 Local Account
Testing something in a virtual machine on my local Windows 11 setup proved to be tricky, especially when I encountered the requirement to log into a Microsoft account. This was frustrating because I needed to use a local account.
Even disconnecting the network adapter didn’t bypass this requirement. In this post, I’ll show you the straightforward method I used to set up a local account without needing to log into a Microsoft account.
Steps to Bypass Microsoft Account Requirement:
- During the Out-of-box experience (OOBE), press Shift + F10 to open the Command Prompt.
- Type the following command and press Enter:
OOBE\BYPASSNRO
. The PC will reboot. - Once the PC reboots and you’re back in the OOBE, press Shift + F10 again to open the Command Prompt.
- Type
ipconfig /release
and press Enter. This will disconnect your PC from the network. - Proceed with the installation and select “I don’t have internet” followed by “Continue with limited setup”.
- Complete the rest of the installation process.
- Once you’re on the desktop, open the Command Prompt again and type
ipconfig /renew
to reconnect to the network.
Congratulations! You now have a local account set up on your Windows 11 virtual machine.