以下の手順を試してください。
1. Windows セキュリティの修復/リセット
Win + I
キーで設定を開きます。「アプリ」 > 「インストールされているアプリ」に進みます。「Windows セキュリティ」を検索します。3点リーダーをクリックし、「詳細オプション」を選択します。次のページで、「修復」をクリックし、その後「リセット」をクリックします。2. コマンドプロンプトでポリシー関連のレジストリを削除
Win + R
キーで「ファイル名を指定して実行」を開き、cmd
と入力してコマンドプロンプトを起動します。以下のコマンドをコピー&ペーストして実行してください。
reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies" /f
reg delete "HKLM\Software\Microsoft\WindowsSelfHost" /f
reg delete "HKLM\Software\Policies" /f
reg delete "HKLM\Software\WOW6432Node\Microsoft\Policies" /f
reg delete "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Policies" /f
reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v DisableAntiSpyware
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies" /f
reg delete "HKCU\Software\Microsoft\WindowsSelfHost" /f
reg delete "HKCU\Software\Policies" /f
reg delete "HKLM\Software\Microsoft\Policies" /f
3. PowerShellでWindows セキュリティアプリをリセット
Win + X
キーを押し、管理者としてPowerShellを起動します。以下のコマンドを1行ずつコピー&ペーストして実行してください。
Get-AppxPackage Microsoft.Windows.SecHealthUI | Reset-AppxPackage
PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage Microsoft.Windows.SecHealthUI).InstallLocation + '\\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
PCを再起動して再度確認してください。