ホームページ  >  記事  >  システムチュートリアル  >  Windows 11でメモリ整合性エラーを修正する5つの方法

Windows 11でメモリ整合性エラーを修正する5つの方法

WBOY
WBOYオリジナル
2024-06-19 09:08:30341ブラウズ

Windows セキュリティで「メモリの整合性がオフです」というメッセージが表示され、トグルがグレー表示になっているため有効にできませんか?この機能を無効にすると、システムがマルウェアに侵入される危険があることを意味します。この問題の原因とその解決方法については、以下をお読みください。

Windows でのメモリ整合性エラーの原因

メモリ整合性は、Windows カーネルを悪用しようとするマルウェアからコンピュータを保護する仮想化ベースのセキュリティ機能です。 Windows セキュリティ アプリのコア分離セクションでオンまたはオフにできます。 Windows セキュリティ アプリを開き、左側の [デバイス セキュリティ] タブをクリックし、[コア分離] までスクロールします。

場合によっては、メモリ整合性の切り替えがグレー表示になり、「メモリ整合性がオフになっています。デバイスは脆弱である可能性があります。」というメッセージが表示されることがあります。

5 Ways to Fix Memory Integrity Errors on Windows 11

この問題はドライバーに関連していることがよくあります。不適切なシステムのシャットダウンや BSOD などの理由でドライバーが破損した場合、この問題が発生する可能性があります。

この問題が発生する可能性があるもう 1 つの状況は、新しいデバイスをコンピューターに接続する場合です。このような場合にこのメッセージが表示された場合は、お使いのコンピューターが新しく接続したデバイスのドライバーと互換性がない可能性があることを示唆しています。

これらすべてのシナリオに加えて、単にインターフェイスの問題である可能性もあります。これは、機能がバックグラウンドで正しく機能しているにもかかわらず、Windows 11 のインターフェイスのバグが原因でメッセージが表示されていることを意味します。

Windows 11 でメモリ整合性エラーが発生する通常の原因を理解したところで、いくつかの点を確認してみましょう。問題を解決するための解決策。

互換性のないドライバーを確認して更新する

[コア分離] ウィンドウで、[メモリの整合性がオフです] メッセージが表示され、メッセージの下に [互換性のないドライバーを確認する] オプションがあります。このオプションをクリックすると、問題の原因となっている互換性のないドライバーが表示されます。

5 Ways to Fix Memory Integrity Errors on Windows 11

製品名、ドライバーのバージョン、公開名など、互換性のないドライバーに関する情報が表示されます。

5 Ways to Fix Memory Integrity Errors on Windows 11

ドライバーの名前をクリックしてもこれらの詳細がすべて表示されない場合は、DISM コマンドを実行して詳細を取得できます。 DISM コマンドを実行するには、[スタート] メニューを開き、検索バーに「コマンド プロンプト」と入力し、[管理者として実行] を選択します。

管理者特権のコマンド プロンプト ウィンドウで、次のコマンドを入力して Enter キーを押します:

<code class="hljs javascript">dism /online /get-drivers /format:table</code> 
5 Ways to Fix Memory Integrity Errors on Windows 11

このコマンドは、コンピューターにインストールされているすべてのドライバーとその他の情報を一覧表示します。 Windows セキュリティの [公開名] 列でフラグが立てられた互換性のないドライバーを見つける必要があります。

見つけたら、プロバイダー名をメモします。その後、互換性のないドライバーを更新する必要があります。これは、ドライバーが破損しているか古いために問題が発生する可能性があるためです。どちらの状況でも、ドライバーを更新すると問題が解決されるはずです。

ドライバーを更新するには、デバイスマネージャーを開き、「表示」をクリックして「ドライバー別デバイス」を選択します。

5 Ways to Fix Memory Integrity Errors on Windows 11

互換性のないドライバーを見つけてダブルクリックし、関連するデバイスを右クリックして [ドライバーの更新] を選択します。

5 Ways to Fix Memory Integrity Errors on Windows 11

「ドライバーを自動的に検索」を選択します。次に、Windows はそのデバイス用の最新ドライバーを検索してダウンロードしようとします。 Windows で更新プログラムが見つからない場合は、デバイスの製造元の Web サイトにアクセスして、最新のドライバーの更新プログラムをダウンロードできます。

たとえば、問題がキーボード ドライバーに関連している場合は、キーボードの製造元の Web サイトにアクセスし、キーボードの最新のドライバー アップデートをダウンロードします。アップデートは .exe 形式なので、他の Windows アプリケーションと同様にインストールできます。ドライバーを更新した後、コンピューターを再起動し、メモリ整合性エラーが引き続き発生するかどうかを確認します。

Delete the Incompatible Driver

If updating the incompatible driver was unable to fix the problem, you should consider deleting it completely. Don't worry, deleting the driver will not have any adverse effects, as Windows will automatically reinstall the driver once you use the related device again. However, this time Windows will install the newest working driver for that device.

To delete the incompatible driver, open Command Prompt as an administrator and execute the following command to view the list of installed drivers.

<code class="hljs javascript">dism /online /get-drivers /format:table</code> 

Type the command below and press Enter. Make sure to replace with the published name of the incompatible driver.

<code class="hljs sql">pnputil /delete-driver <Publisher Name> /uninstall /force​</code> 

For example, if the published name of the incompatible driver is oem58.inf, then the command will be:

<code class="hljs sql">pnputil /delete-driver oem58.inf /uninstall /force​</code> 
5 Ways to Fix Memory Integrity Errors on Windows 11

Once the command is executed, you'll see the "Driver Package Uninstalled" message. After that, restart your computer and then check if you're still facing the problem.

Download Any Available Windows Updates

The issue can also occur due to a bug in the Windows version you are currently using. A bug in the Windows Security app could also be the reason behind the problem.

Either way, you should check for and download any available Windows updates. Downloading Windows updates will not only update the Windows version but may also include updates for the Windows Security app that could resolve the issue.

Once you have downloaded the available updates for your Windows PC, open the Windows Security app and check if the "Memory integrity is off" message still appears.

Perform a Clean Boot

Your computer has numerous processes and services running in the background that help the operating system run smoothly. Sometimes, these processes or services may interfere with other programs, which may lead to various issues, including the one at hand.

You can identify that problematic agent by performing a clean boot. Once you have identified the problematic service or process, you can either delete it or download any available driver updates for it.

Enable Core Integrity Using the Registry Editor

If none of the above solutions were helpful, the last step you can take is to use the Registry Editor to forcibly enable the memory integrity feature. However, you must be very careful when applying this fix, as a single incorrect edit in the registry can make your system unstable.

To be on the safe side, you must back up the registry and create a restore point. This way, you can easily restore your computer to a working state in case any issues arise during the registry editing process.

Once you have taken these essential safety measures, let's begin. First, open the Start menu, type Registry Editor in the search bar, and press Enter.

In the Registry Editor, navigate to the following location:

<code class="hljs ">HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlDeviceGuardScenariosHypervisorEnforcedCodeIntegrity</code> 

Double-click the "Enabled" key, type 1 in the Value data field, and click "OK."

5 Ways to Fix Memory Integrity Errors on Windows 11

Restart your computer, and you will find that you can activate the memory integrity toggle without any problems.


We hope the above solutions were helpful in fixing the problem. Memory integrity is an important security feature, and now that you have enabled it, you shouldn't worry about malicious agents exploiting critical parts of your Windows operating system.

以上がWindows 11でメモリ整合性エラーを修正する5つの方法の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。

声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。