Forum Discussion

Jrinyu's avatar
Jrinyu
Copper Contributor
Aug 17, 2026

How to bypass or skip login setup in Windows 11 installation?

I don't have a Microsoft account and the Windows 11 installation couldn't continue without a Microsoft account. How can I skip or bypass login in Windows 11 setup?

11 Replies

  • DaxxonFoster's avatar
    DaxxonFoster
    Iron Contributor

    Using setup.exe /product server to install Windows 11 is a command-line workaround that allows you to upgrade from Windows 10 to Windows 11 without a Microsoft account. This method is ideal for a quick upgrade process that does not require modifying the registry. As an effective way to bypass Microsoft sign in Windows 11 setup, the /product server parameter tricks the installer into treating the upgrade as a server installation, thereby eliminating the requirement for a Microsoft account.

    How to Bypass Microsoft sign in during Windows 11 setup

    Step 1: Double-click the Windows 11 ISO file to mount it.

    Step 2: Open Command Prompt as an administrator → Navigate to the mounted drive.

    Step 3: Run the following command:

    setup.exe /product server

    Finally, follow the on-screen prompts; the installer will skip the Microsoft account verification requirement.

    This method does not require modifying the registry or using a USB drive. It provides a simple way for users to upgrade their existing systems.

    Pros

    • No third-party tools required
    • No need to modify the registry
    • No USB drive required

    Cons

    • Works only for system upgrades; does not support clean installations
    • Requires an existing Windows 10 installation
    • The command-line interface is relatively difficult to use