<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
    <channel>
        
        <title>
            <![CDATA[ SECURITY - freeCodeCamp.org ]]>
        </title>
        <description>
            <![CDATA[ エキスパートの手によるプログラミングチュートリアル記事を幅広く掲載。ウェブ開発、データサイエンス、DevOps、セキュリティ、開発者としてのキャリアなどについて学びましょう。 ]]>
        </description>
        <link>https://www.freecodecamp.org/japanese/news/</link>
        <image>
            <url>https://cdn.freecodecamp.org/universal/favicons/favicon.png</url>
            <title>
                <![CDATA[ SECURITY - freeCodeCamp.org ]]>
            </title>
            <link>https://www.freecodecamp.org/japanese/news/</link>
        </image>
        <generator>Eleventy</generator>
        <lastBuildDate>Mon, 22 Jun 2026 12:22:25 +0000</lastBuildDate>
        <atom:link href="https://www.freecodecamp.org/japanese/news/tag/security/rss.xml" rel="self" type="application/rss+xml" />
        <ttl>60</ttl>
        
            <item>
                <title>
                    <![CDATA[ Antimalware Service Executable とは？CPU やディスクの使用率が高いのはなぜ？ ]]>
                </title>
                <description>
                    <![CDATA[ Antimalware Service Executable とは、バックグラウンドで実行される Windows セキュリティのコンポーネントです。 しかし、時に Antimalware Service Executable が CPU を過剰に使用して、Windows 10 マシンに悪影響を与えることがあります。 この記事では、Antimalware Service Executable とは何か、なぜ CPU 使用率が高いのか、Windows 10 マシンを最適化して CPU 使用率を抑えるにはどうしたら良いかを解説します。 Antimalware Service Executable とは？ Antimalware Service Executable は、不正なプログラムに対するリアルタイム保護を実行する Windows セキュリティのプロセスです。 msmpeng.exe と呼ばれることもあり、ファイルやプログラムを随時スキャンできるようにバックグラウンドで実行されています。 ウイルスやその他悪意のある攻撃を検出すると、Antimalware Service Exe ]]>
                </description>
                <link>https://www.freecodecamp.org/japanese/news/what-is-antimalware-service-executable-why-is-it-high-cpu-disk-usage/</link>
                <guid isPermaLink="false">643f0f4de5e4fe05af4957c3</guid>
                
                    <category>
                        <![CDATA[ SECURITY ]]>
                    </category>
                
                    <category>
                        <![CDATA[ Windows 10 ]]>
                    </category>
                
                    <category>
                        <![CDATA[ Windows ]]>
                    </category>
                
                <dc:creator>
                    <![CDATA[ まつだようこ ]]>
                </dc:creator>
                <pubDate>Wed, 19 Apr 2023 23:30:00 +0000</pubDate>
                <media:content url="https://www.freecodecamp.org/japanese/news/content/images/2023/04/cpu-4393376_1920.jpg" medium="image" />
                <content:encoded>
                    <![CDATA[ <p data-test-label="translation-intro">
        <strong>原文:</strong> <a href="https://www.freecodecamp.org/news/what-is-antimalware-service-executable-why-is-it-high-cpu-disk-usage/" target="_blank" rel="noopener noreferrer" data-test-label="original-article-link">What is Antimalware Service Executable? Why is it High CPU Disk Usage?</a>
      </p><p>Antimalware Service Executable とは、バックグラウンドで実行される Windows セキュリティのコンポーネントです。</p><p>しかし、時に Antimalware Service Executable が CPU を過剰に使用して、Windows 10 マシンに悪影響を与えることがあります。</p><p>この記事では、Antimalware Service Executable とは何か、なぜ CPU 使用率が高いのか、Windows 10 マシンを最適化して CPU 使用率を抑えるにはどうしたら良いかを解説します。</p><h2 id="antimalware-service-executable-">Antimalware Service Executable とは？</h2><p>Antimalware Service Executable は、不正なプログラムに対するリアルタイム保護を実行する Windows セキュリティのプロセスです。</p><p>msmpeng.exe と呼ばれることもあり、ファイルやプログラムを随時スキャンできるようにバックグラウンドで実行されています。</p><p>ウイルスやその他悪意のある攻撃を検出すると、Antimalware Service Executable はそれを削除または隔離します。</p><h2 id="antimalware-service-executable-cpu-">Antimalware Service Executable の CPU 使用率が高いのはなぜ？</h2><p>Antimalware Service Executable の CPU 使用率が高くなる主な理由は、バックグラウンドで常に実行されているからです。</p><p>バックグラウンド実行中、Antimalware Service Executable はプログラムやファイルをスキャンして適切なアクションを取ります。</p><p>さらに、Antimalware Service Executable 自体のフォルダーである <code>C:\Program Files\Windows Defender</code> までもスキャンしているために、必要以上の CPU が使われます。</p><p>つまり、Antimalware Service Executable が自身のフォルダーをスキャンしないようにするのも CPU 使用率を下げる 1 つの方法です。</p><h2 id="antimalware-service-executable-cpu--1">Antimalware Service Executable の CPU 使用率を抑えるには</h2><p>Antimalware Service Executable が過剰に CPU を使うのを止める方法は、主に 2 つあります。Windows セキュリティによるスキャンのスケジュールを変更することと、自身のフォルダーをスキャンしないようにすることです。</p><p>スケジュールを変更して常時のスキャン実行を停止し、さらに自身のフォルダーはスキャンしないようリアルタイム保護を無効にします。</p><h2 id="-1-antimalware-service-executable-">対策 1: Antimalware Service Executable 自体のフォルダーをスキャンしないようにする</h2><p><strong>手順 1</strong>: キーボードの <code>Win</code> (Windows) キーを押し、歯車のアイコンを選択して設定アプリを開きます。</p><figure class="kg-card kg-image-card"><img src="https://www.freecodecamp.org/japanese/news/content/images/2023/04/opensettings.jpg" class="kg-image" alt="opensettings" srcset="https://www.freecodecamp.org/japanese/news/content/images/size/w600/2023/04/opensettings.jpg 600w, https://www.freecodecamp.org/japanese/news/content/images/2023/04/opensettings.jpg 648w" width="648" height="644" loading="lazy"></figure><p><strong>手順 2</strong>: メニューから「更新とセキュリティ (Update and Security)」をクリックします。</p><figure class="kg-card kg-image-card"><img src="https://www.freecodecamp.org/japanese/news/content/images/2023/04/ss-2-3.png" class="kg-image" alt="ss-2-3" srcset="https://www.freecodecamp.org/japanese/news/content/images/size/w600/2023/04/ss-2-3.png 600w, https://www.freecodecamp.org/japanese/news/content/images/size/w1000/2023/04/ss-2-3.png 1000w, https://www.freecodecamp.org/japanese/news/content/images/2023/04/ss-2-3.png 1043w" sizes="(min-width: 720px) 720px" width="1043" height="536" loading="lazy"></figure><p><strong>手順 3</strong>:「Windows セキュリティ (Windows Security)」を選択し、「ウイルスと脅威の防止 (Virus and threat protection)」をクリックします。</p><figure class="kg-card kg-image-card"><img src="https://www.freecodecamp.org/japanese/news/content/images/2023/04/ss-3-2.png" class="kg-image" alt="ss-3-2" srcset="https://www.freecodecamp.org/japanese/news/content/images/size/w600/2023/04/ss-3-2.png 600w, https://www.freecodecamp.org/japanese/news/content/images/size/w1000/2023/04/ss-3-2.png 1000w, https://www.freecodecamp.org/japanese/news/content/images/2023/04/ss-3-2.png 1144w" sizes="(min-width: 720px) 720px" width="1144" height="643" loading="lazy"></figure><p><strong>手順 4</strong>: Windows セキュリティアプリが開きます。「ウイルスと脅威の防止の設定 (Virus &amp; threat protection settings)」の下にある「設定の管理 (Manage Settings)」というリンクをクリックします。</p><figure class="kg-card kg-image-card"><img src="https://www.freecodecamp.org/japanese/news/content/images/2023/04/ss-4-2.png" class="kg-image" alt="ss-4-2" srcset="https://www.freecodecamp.org/japanese/news/content/images/size/w600/2023/04/ss-4-2.png 600w, https://www.freecodecamp.org/japanese/news/content/images/size/w1000/2023/04/ss-4-2.png 1000w, https://www.freecodecamp.org/japanese/news/content/images/2023/04/ss-4-2.png 1280w" sizes="(min-width: 720px) 720px" width="1280" height="800" loading="lazy"></figure><p><strong>手順 5</strong>:「除外 (Exclusions)」という項目までスクロールし、「除外の追加または削除 (Add or remove exclusions)」というリンクをクリックします。</p><figure class="kg-card kg-image-card"><img src="https://www.freecodecamp.org/japanese/news/content/images/2023/04/ss-5-2.png" class="kg-image" alt="ss-5-2" srcset="https://www.freecodecamp.org/japanese/news/content/images/size/w600/2023/04/ss-5-2.png 600w, https://www.freecodecamp.org/japanese/news/content/images/size/w1000/2023/04/ss-5-2.png 1000w, https://www.freecodecamp.org/japanese/news/content/images/2023/04/ss-5-2.png 1280w" sizes="(min-width: 720px) 720px" width="1280" height="711" loading="lazy"></figure><p><strong>手順 6</strong>: 次の画面で「除外の追加 (Add an exclusion)」をクリックして、「フォルダー (Folder)」を選択します。</p><figure class="kg-card kg-image-card"><img src="https://www.freecodecamp.org/japanese/news/content/images/2023/04/ss-6.png" class="kg-image" alt="ss-6" srcset="https://www.freecodecamp.org/japanese/news/content/images/size/w600/2023/04/ss-6.png 600w, https://www.freecodecamp.org/japanese/news/content/images/size/w1000/2023/04/ss-6.png 1000w, https://www.freecodecamp.org/japanese/news/content/images/2023/04/ss-6.png 1280w" sizes="(min-width: 720px) 720px" width="1280" height="460" loading="lazy"></figure><p><strong>手順 7</strong>: 入力欄に <code>C:\Program Files\Windows Defender</code> と入力し、「フォルダーの選択 (Select Folder)」をクリックします。</p><figure class="kg-card kg-image-card"><img src="https://www.freecodecamp.org/japanese/news/content/images/2023/04/ss-7.png" class="kg-image" alt="ss-7" srcset="https://www.freecodecamp.org/japanese/news/content/images/size/w600/2023/04/ss-7.png 600w, https://www.freecodecamp.org/japanese/news/content/images/2023/04/ss-7.png 625w" width="625" height="464" loading="lazy"></figure><p><strong>手順 8</strong>:「フォルダーの選択」をクリックすると重々しいモーダルが表示されますが、「はい (Yes)」をクリックしてください。</p><p>選択したフォルダーが除外する項目として追加され、スキャンされなくなります。</p><figure class="kg-card kg-image-card"><img src="https://www.freecodecamp.org/japanese/news/content/images/2023/04/ss-8.png" class="kg-image" alt="ss-8" srcset="https://www.freecodecamp.org/japanese/news/content/images/size/w600/2023/04/ss-8.png 600w, https://www.freecodecamp.org/japanese/news/content/images/size/w1000/2023/04/ss-8.png 1000w, https://www.freecodecamp.org/japanese/news/content/images/2023/04/ss-8.png 1206w" sizes="(min-width: 720px) 720px" width="1206" height="481" loading="lazy"></figure><h2 id="-2-">対策 2: リアルタイム保護を無効にしてスキャンのスケジュールを変更する</h2><p><strong>手順 1</strong>: <code>WIN + R</code> キーを押下して、「ファイル名を指定して実行 (Run)」画面を開きます。</p><p><strong>手順 2</strong>:「taskschd.msc」と入力し、「OK」をクリックします。すると「タスク スケジューラ (Task Scheduler)」アプリが開きます。</p><figure class="kg-card kg-image-card"><img src="https://www.freecodecamp.org/japanese/news/content/images/2023/04/ss-9.png" class="kg-image" alt="ss-9" width="397" height="204" loading="lazy"></figure><p><strong>手順 3</strong>:「タスク スケジューラ ライブラリ (Task Scheduler Library)」、「Microsoft」、「Windows」の項目を展開します。</p><figure class="kg-card kg-image-card"><img src="https://www.freecodecamp.org/japanese/news/content/images/2023/04/ss-10.png" class="kg-image" alt="ss-10" srcset="https://www.freecodecamp.org/japanese/news/content/images/size/w600/2023/04/ss-10.png 600w, https://www.freecodecamp.org/japanese/news/content/images/size/w1000/2023/04/ss-10.png 1000w, https://www.freecodecamp.org/japanese/news/content/images/2023/04/ss-10.png 1280w" sizes="(min-width: 720px) 720px" width="1280" height="800" loading="lazy"></figure><p><strong>手順 4</strong>: 下にスクロールして、「Windows Defender」を選択します。</p><figure class="kg-card kg-image-card"><img src="https://www.freecodecamp.org/japanese/news/content/images/2023/04/ss-11.png" class="kg-image" alt="ss-11" srcset="https://www.freecodecamp.org/japanese/news/content/images/size/w600/2023/04/ss-11.png 600w, https://www.freecodecamp.org/japanese/news/content/images/size/w1000/2023/04/ss-11.png 1000w, https://www.freecodecamp.org/japanese/news/content/images/2023/04/ss-11.png 1280w" sizes="(min-width: 720px) 720px" width="1280" height="800" loading="lazy"></figure><p><strong>手順 5</strong>:「Windows Defender Scheduled Scan」を右クリックして、「プロパティ (Properties)」を選択します。</p><figure class="kg-card kg-image-card"><img src="https://www.freecodecamp.org/japanese/news/content/images/2023/04/ss-12.png" class="kg-image" alt="ss-12" srcset="https://www.freecodecamp.org/japanese/news/content/images/size/w600/2023/04/ss-12.png 600w, https://www.freecodecamp.org/japanese/news/content/images/size/w1000/2023/04/ss-12.png 1000w, https://www.freecodecamp.org/japanese/news/content/images/2023/04/ss-12.png 1280w" sizes="(min-width: 720px) 720px" width="1280" height="800" loading="lazy"></figure><p><strong>手順 6</strong>:「全般 (General)」タブで「最上位の特権で実行する (Run with highest privileges)」のチェックを外します。</p><figure class="kg-card kg-image-card"><img src="https://www.freecodecamp.org/japanese/news/content/images/2023/04/ss-13.png" class="kg-image" alt="ss-13" srcset="https://www.freecodecamp.org/japanese/news/content/images/size/w600/2023/04/ss-13.png 600w, https://www.freecodecamp.org/japanese/news/content/images/size/w1000/2023/04/ss-13.png 1000w, https://www.freecodecamp.org/japanese/news/content/images/2023/04/ss-13.png 1280w" sizes="(min-width: 720px) 720px" width="1280" height="800" loading="lazy"></figure><p><strong>手順 7</strong>:「条件 (Conditions)」タブに移動し、すべての項目のチェックを外します。</p><figure class="kg-card kg-image-card"><img src="https://www.freecodecamp.org/japanese/news/content/images/2023/04/ss-14.png" class="kg-image" alt="ss-14" srcset="https://www.freecodecamp.org/japanese/news/content/images/size/w600/2023/04/ss-14.png 600w, https://www.freecodecamp.org/japanese/news/content/images/size/w1000/2023/04/ss-14.png 1000w, https://www.freecodecamp.org/japanese/news/content/images/2023/04/ss-14.png 1280w" sizes="(min-width: 720px) 720px" width="1280" height="800" loading="lazy"></figure><p><strong>手順 8</strong>:「トリガー (Triggers)」タブに移動し、「新規 (New)」をクリックします。</p><figure class="kg-card kg-image-card"><img src="https://www.freecodecamp.org/japanese/news/content/images/2023/04/ss-15.png" class="kg-image" alt="ss-15" srcset="https://www.freecodecamp.org/japanese/news/content/images/size/w600/2023/04/ss-15.png 600w, https://www.freecodecamp.org/japanese/news/content/images/size/w1000/2023/04/ss-15.png 1000w, https://www.freecodecamp.org/japanese/news/content/images/2023/04/ss-15.png 1280w" sizes="(min-width: 720px) 720px" width="1280" height="800" loading="lazy"></figure><p><strong>手順 9</strong>: Windows Defender のスキャンを実行したいスケジュールを設定します。頻度や日時を選択し、「OK」をクリックします。次の画面も「OK」で閉じます。</p><figure class="kg-card kg-image-card"><img src="https://www.freecodecamp.org/japanese/news/content/images/2023/04/ss-16.png" class="kg-image" alt="ss-16" srcset="https://www.freecodecamp.org/japanese/news/content/images/size/w600/2023/04/ss-16.png 600w, https://www.freecodecamp.org/japanese/news/content/images/size/w1000/2023/04/ss-16.png 1000w, https://www.freecodecamp.org/japanese/news/content/images/2023/04/ss-16.png 1280w" sizes="(min-width: 720px) 720px" width="1280" height="800" loading="lazy"></figure><p><strong>手順 10</strong>: コンピューターを再起動します。これで Antimalware Service Executable の CPU 使用率を抑えることができるでしょう。</p><h2 id="-">まとめ</h2><p>Antimalware Service Executable が提供する保護機能は言うまでもなく重要です。この機能が不正プログラムの攻撃を防いでくれるおかげで、Windows 10 マシンを安心して使えるのです。</p><p>この記事で説明した 2 つの方法で Antimalware Service Executable の CPU 使用率を下げようとしても変化が見られない場合には、Windows セキュリティプログラムを完全に無効化してみる必要があるかもしれません。</p><p>しかしその場合は、コンピューターが攻撃にさらされることのないよう、他のウイルス対策ソフトを導入してください。</p><p>お読みいただきありがとうございました。</p> ]]>
                </content:encoded>
            </item>
        
    </channel>
</rss>
