Share via

WindowsLicense

IT推進室 靜甲 0 Reputation points
2025-12-04T11:12:11.3966667+00:00

Windowsのライセンス認証の状態が、「アクティブではありません」となっている。

トラブルシューティングを実行したが、ライセンス認証ができない。

「このデバイス上のハードウェアを最近変更しました」を実行し、Microsoftにサインインして、

Windowsを再度ライセンス認証する画面にて、デバイスの一覧に当該PCが表示されない。

表示されたデバイスのうち、当該PCではないある一つを選択して「アクティブ化」を実行しても、

ライセンス認証できない。

当該PCは、Microsoftアカウントの設定をスキップして、ローカルアカウントで使用している。

なので、上記のMicrosoftにサインインする際のアカウントは、当該PCとは紐付いていない。

当該PCのマザーボードが故障し、メーカー修理後にライセンス認証ができなくなった。

現在のバージョンは、Windows11 Pro 25H2 です。

どうしたらWindowsのライセンスが認証されますでしょうか。

Windows for home | Windows 11 | Licensing and activation
0 comments No comments

2 answers

Sort by: Most helpful
  1. DaveM121 891.6K Reputation points Independent Advisor
    2025-12-04T11:47:40.7333333+00:00

    1

    Windows ライセンスはどこで取得しましたか?PC にプリインストールされていましたか?それとも Microsoft またはサードパーティの販売店から正規の Windows ライセンスを購入しましたか?もしそうなら、プロダクトキーをお持ちですか?

    それとも、Windows ライセンスは以前の Windows 7 または 8 のライセンスに基づいていますか?

    2

    スタートボタンをクリックし、「cmd」と入力してコマンドプロンプトを右クリックし、「管理者として実行」を選択します。

    以下のコマンドを実行または貼り付け、Enter キーを押します。

    slmgr.vbs /dlv

    表示されるダイアログのスクリーンショットを投稿してください。

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2025-12-04T11:12:20.33+00:00

    To resolve the issue with Windows activation, consider the following steps:

    1. Check for Firmware-Embedded Activation Key: Ensure that your device has a firmware-embedded activation key. You can verify this by running the following command in an elevated PowerShell prompt:
         (Get-CimInstance -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey
      
      If the output is blank, the device may not have a firmware-embedded key.
    2. Verify Microsoft Entra ID Join Status: Make sure your device is joined to Microsoft Entra ID. You can check this by running the command:
         dsregcmd.exe /status
      
      Look for AzureAdJoined to confirm if it is set to YES.
    3. Use the Correct Microsoft Account: Since you mentioned that the PC is using a local account, ensure you are signing in with the correct Microsoft account that is associated with the device. If the device was previously linked to a different account, you may need to switch to that account.
    4. Troubleshoot the Activation Process: If you have recently changed hardware, you may need to go through the activation process again. Use the option for "I changed hardware on this device recently" and follow the prompts to reactivate Windows.
    5. Contact Microsoft Support: If the above steps do not resolve the issue, consider contacting Microsoft support for further assistance. They can help you with specific activation issues related to hardware changes.
    6. Check Windows Update: Ensure that Windows Update is not blocked, as this can affect activation. You can check this in the group policy settings or the registry.

    Following these steps should help you troubleshoot and resolve the activation issue with your Windows 11 Pro installation.

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.