Windows 11 の Microsoft アカウント要件を無効にする最も簡単な方法は次のとおりです
<本文>![]()
Since Windows 11’s release, Microsoft has gradually been closing the loopholes and methods that allowed users to bypass the Microsoft account requirement.
Initially, it was as simple as disconnecting your PC from the internet before you began the installation process, but now you have to (at a minimum) edit the registry or use a special tool instead.現時点で最善の方法は次のとおりです。
Rufus を使用して Windows 11 の Microsoft アカウント要件を回避する
Rufus is a free and open-source tool that allows you to create bootable media, like USB drives and CDs, for operating systems like Windows and Linux.
また、Microsoft アカウント要件と Windows 11 の過剰なハードウェア要件を完全に回避する機能も備えています。必要なのはインターネット接続とフラッシュ ドライブだけです。 16GB以上のものをおすすめします。
最初に行う必要があるのは、フラッシュドライブを接続することです。処理を少し速くするには、USB 2.0 ポートではなく USB 3.0 ポートを使用してみてください。 USB 2.0 ポートは通常黒ですが、高速な USB ポートは青や赤などの他の色になる傾向があります。
2 番目に行う必要があるのは、Windows 11 のイメージを取得することです。公式 ISO は Microsoft Web サイトから入手できます。

それが完了したら、Rufus を起動し、選択 をクリックして、ダウンロードしたばかりの Windows 11 ISO を選択します。あるいは、Rufus を使用して Microsoft からコピーを取得することもできます。 選択 をクリックする代わりに、選択 の横にある矢印をクリックして、ダウンロード を選択します。
それが完了したら、「ダウンロード」をクリックし、「Windows 11」を選択していることを確認します(デフォルトのオプションであるはずです)。ここで、必要な言語バージョンなど、いくつかのカスタム選択を行うことができます。必要なことはデフォルトで実行できるため、私はそのままにしておきました。

ダウンロードが完了したら、開始 をクリックします。本当に重要な部分は、Windows ユーザー エクスペリエンス ポップアップです。 オンライン Microsoft アカウントの要件を削除する の横にあるボックスにチェックを入れてください。

内部では、Rufus は通常 Windows 11 の「無人」インストールに使用される特別なファイルを使用しています。これは、インストール プロセスにレジストリにいくつかのキーを追加するように指示するだけです。
必要に応じて、Windows 11 のハードウェア要件の一部を無効にすることもできます。ただし、これらの要件の一部 (RAM 要件など) には正当な理由があることを覚えておくことが重要です。 Additionally, some software will also require those things to run correctly, so even if you manage to bypass it for now, it may become a problem later.
一例として、TPM 2.0 とセキュア ブートの両方を必要とするアンチチートを使用するゲーム (イライラすることにシングル プレイヤー ゲームでも) が増えています。それらがなければ、あなたは運が悪いです。

開始 をクリックしたら、Rufus がドライブのフォーマットを完了するまで待つだけです。通常は数分しかかかりませんが、正確な時間は、USB ドライブの速度と USB ポートの速度によって異なります。
After the drive is done, you can use it to install Windows 11. Just plug it into your PC, change the boot device to your newly-made Windows 11 installation drive, and follow whatever steps you’re presented with.
It is important to note that Microsoft could theoretically close this method of bypassing the account requirement in the future, or at least make it more difficult for home users to use. Windows 11 を再インストールするために使用する必要がある場合に備えて、この USB ドライブを安全な場所に保管しておくことをお勧めします。
Microsoft アカウント要件を手動で回避する
Rufus works by adding a few registry keys to a file called autounattend.xml, which provides a pre-set series of registry keys during the installation process.自動ツールが苦手な場合は、いつでも手動で行うことができます。厳密に必要というわけではありませんが、最初にインターネットから切断する必要があります。
During the regular Windows 11 installation process, once you reach the screen that prompts you for a country or region, press Shift+F10 to open up Command Prompt.次のコマンドを入力して、Microsoft アカウントの要件を無効にするレジストリ キーを追加します。
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1 /f

それが完了すると、インストールを通常どおり続行できるようになります。
Microsoft is intent on pushing people into using Microsoft accounts for anything and everything Windows, and it seems likely that the few other remaining ways to bypass the Microsoft account are going to take some hits in the coming years.
I’d recommend keeping a copy of this version of Windows 11 around as an ISO for future use, and I’d also recommend hanging on to any bootable media you create—they may be handy in the future.
*️⃣ 出典リンク:
Rufus , get an official ISO from the Microsoft website , add a few keys to the registry. 、起動デバイスを変更します、