1

I want to see how Windows 11 works before upgrading but I hate logging in with a microsoft account. This is because of privacy reasons. How can I create a local account instead of a microsoft account?

(I know there is an official way using Windows 11 Pro but I don't have the money for that)

Thanks

Irsu85
  • 155

3 Answers3

0

When you are asked to connect to the internet, just connect your ethernet cable, then click "continue". While its checking for updates, immediately unplug the ethernet cable, and let it do its thing. After the reboot, it will let you create a local account.

Irsu85
  • 155
0

For you to log in in Windows 11 Home without MS account? follow this steps below

  1. Run the installation process as usual, and press Shift+F10 when it asks for an internet connection.
  2. Type taskmgr and press the Enter button.
  3. Click on the More details button find out the Network Connection Flow process.
  4. Click it and select End task button.
  5. Close all windows and enter your name and password to continue

This is all you need to login Windows 11 Home without MS account.

0

When installing Windows 11, many users do not realize the requirement of needing a Microsoft account until asked to sign in. This answer explains a procedure for creating a local account instead. This procedure is to be used at the point where the user is asked to sign in.

This answer was tested using Windows 11 Home version 24H2.

When you reach this screen shown below, select "Sign in".

The next screen is shown below. At this point press the key combination shift+F10

A Command Prompt window should open, as shown below.

Enter the commands shown below.

type oobe\bypassnro.cmd
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1 /f
netsh interface show interface

Enter the command shown below. If you are using an interface other than Ethernet (such as WiFi), then make the appropriate substitution for the name when entering the command.

netsh interface set interface name="Ethernet" admin=disable

An example is shown below.

While holding down the alt key, press the tab key once. Afterwards, release the alt key. The Command Prompt window should be hidden, as shown below. Next, select the back arrow shown in the upper left portion of the screen. In the image below, this arrow has been circled in red.

The following screen should appear.

While holding down the alt key, press the tab key twice. Afterwards, release the alt key. The Command Prompt window should reappear, as shown below.

Enter the commands show below. If you are using an interface other than Ethernet (such as WiFi), then make the appropriate substitution for the name when entering the first command.

netsh interface set interface name="Ethernet" admin=enable
exit

An example is shown below.

The Command Prompt window should close, as shown below. Proceed and create a local account.