Community
User Guides
Support
Community
Help Forums
English Forum
General
About our Community
General Discussion
News and Feedback
Products
F-Secure SAFE
F-Secure FREEDOME
F-Secure KEY
F-Secure SENSE Router
F-Secure ID PROTECTION
Other products
Beta programs
Feature Requests
Finnish Forum (Tukifoorumi)
Tuotteet Kotiin
F-Secure SAFE
F-Secure FREEDOME
F-Secure KEY
F-Secure SENSE Router
F-Secure ID PROTECTION
Muut tietoturvatuotteet
Support Articles
Language
English
Suomi
Deutsch
Français
日本語
Svenska
Dansk
Italiano
Nederlands
Norsk
Polski
中文 (繁體)
Products & Services
F-Secure TOTAL
F-Secure SAFE / Internet Security / Anti-Virus
F-Secure FREEDOME
F-Secure KEY
F-Secure SENSE Router
F-Secure ID PROTECTION
Other products
Common topics
User Guides
Support
Login
|
Register
リアルタイムスキャンの除外でワイルドカードを使用する - F-Secure Community
<main> <article class="userContent"> <p> </p>リアルタイムスキャンの除外でワイルドカードを使用する <p>この記事では、ワイルドカード文字を使用してF-Secureウイルス対策製品の<strong>リアルタイム</strong>スキャンからファイルを除外する方法について説明します。</p> <h3 data-id="n-a">ワイルドカードの構文について</h3> <div>除外で使用される構文は、製品が古いバージョンであるか新しいバージョンであるかによって、F-Secure製品間で異なります。 <ul><li>古い製品バージョン:Server Security 12.x、Email and Server Security 12.x、Client Security 12.x、およびそれらのプレミアムバージョン。</li> <li>新しい製品バージョン:Client Security 13.x、Client Security 14.x、およびそれらのプレミアムバージョン。</li> </ul></div> <p>覚えておくべきこと</p> <div> <ul><li>古い製品バージョンでは、二重円記号を使用します:「<code class="code codeInline" spellcheck="false" tabindex="0">\\</code>」(エスケープ文字として使用)。パス内のすべてのスラッシュは、この方法で2回入力する必要があります。パスでは大文字と小文字は区別されません。 <br><strong>注:</strong> 二重円記号の付いた古い形式は、古い製品バージョンと新しい製品バージョンの両方で機能します。ただし、円記号が1つある新しい形式は、新しい製品バージョンでのみ機能します。 </li> <li>古い製品バージョンでは、次のようにデバイス名を使用します。 <ul><li><code class="code codeInline" spellcheck="false" tabindex="0">*\\HarddiskVolume1\\*\\eicar.com</code></li> </ul><p>古い製品バージョンでは、リアルタイムスキャンでドライブ文字が表示されません。ドライブ文字を使用した除外は、ワイルドカードが除外で使用されていない限り、古い製品バージョンでも引き続きサポートされます。 </p> <p><strong>ヒント:</strong> デバイス名が実際にどのようにドライブの文字にマッピングされているかを理解するには、<strong>fltmc</strong>ユーティリティを使用します。これを行うには、管理者としてコマンドラインから<code class="code codeInline" spellcheck="false" tabindex="0">fltmc volumes</code>を実行します。</p> </li> <li>新しい製品バージョンでは、次のようにドライブ文字を使用します。 <ul><li><code class="code codeInline" spellcheck="false" tabindex="0">C:\*\eicar.com</code></li> </ul><strong>注:</strong> <code class="code codeInline" spellcheck="false" tabindex="0">\Device\HarddiskVolume1</code>(新しい製品バージョン)と<code class="code codeInline" spellcheck="false" tabindex="0">\\Device\\HarddiskVolume1</code>(古い製品バーション)」を使用すると、サーバが「Device」で共有が「HarddiskVolume1」であるネットワークの除外設定と競合してしまいます。そのため、ローカルでの除外はアスタリスク(<code class="code codeInline" spellcheck="false" tabindex="0">*</code>)で開始してください。 </li> <li>1文字のワイルドカード「<code class="code codeInline" spellcheck="false" tabindex="0">?</code>」を使用する場合は、除外文字の先頭に必ずアスタリスクを付けてください。例: <ul><li><code class="code codeInline" spellcheck="false" tabindex="0">*\\eica?.com</code>(古い製品バージョン)</li> <li><code class="code codeInline" spellcheck="false" tabindex="0">*\eica?.com</code>(新しい製品バージョン)</li> </ul></li> </ul></div> <div><h3 data-id="n-a-1">リアルタイムスキャンのシナリオ</h3> <div>次の例では、ワイルドカードを使用して、次のフォルダ構造のリアルタイムスキャンからすべての <code class="code codeInline" spellcheck="false" tabindex="0">* .ini</code> ファイルを除外します。 <ul><li><code class="code codeInline" spellcheck="false" tabindex="0">C:\Documents and Settings\User1\MyApplication\</code></li> <li><code class="code codeInline" spellcheck="false" tabindex="0">C:\Documents and Settings\User2\MyApplication\</code></li> <li><code class="code codeInline" spellcheck="false" tabindex="0">C:\Documents and Settings\UserNN\MyApplication\</code></li> </ul></div> <p>ワイルドカードを使用すると、これらのフォルダ構造は次のように表示されます。</p> <div><u>古い製品バージョン</u> <ul><li>オプションA:<code class="code codeInline" spellcheck="false" tabindex="0">*\\HarddiskVolume1\\documents and settings\\*\\MyApplication\\*.ini</code></li> <li>オプションB:<code class="code codeInline" spellcheck="false" tabindex="0">*\\documents and settings\\*\\MyApplication\\*.ini</code></li> </ul></div> <p>2つのオプションAとBは、ボリューム名が含まれている場合、デバイス名を使用して除外を構成することもできることを強調しています(<code class="code codeInline" spellcheck="false" tabindex="0">HarddiskVolume1</code>)。ボリューム名はマシン間で異なる可能性があるため、オプションBをお勧めします。</p> <div><u>新しい製品バージョン</u> <ul><li><code class="code codeInline" spellcheck="false" tabindex="0">C:\documents and settings\*\MyApplication\*.ini</code></li> </ul></div> </div> <div><h3 data-id="n-a-2">フォルダを除外する</h3> <div>次のようにワイルドカードを使用してフォルダ全体を除外します。 <ul><li><code class="code codeInline" spellcheck="false" tabindex="0">*\\MyFolder\\*</code>(古い製品バージョン)</li> <li><code class="code codeInline" spellcheck="false" tabindex="0">*\MyFolder\*</code>(新しい製品バージョン)</li> </ul></div> <p><strong>注:</strong> サブフォルダを含め、指定したフォルダ内のすべてが除外されます。</p> </div> <h3 data-id="n-a-3">オブジェクトを除外する</h3> <div>次のように、名前に文字列「<code class="code codeInline" spellcheck="false" tabindex="0">eicar</code>」を含むワイルドカードを使用してオブジェクトを除外します。 <ul><li><code class="code codeInline" spellcheck="false" tabindex="0">*eicar*</code></li> </ul></div> <div>また、以下のように「<code class="code codeInline" spellcheck="false" tabindex="0">?</code>」を1文字のワイルドカードとして使うこともできます。 <ul><li><code class="code codeInline" spellcheck="false" tabindex="0">*eic??.com</code></li> </ul></div> <p>これは、古い製品バージョンと新しい製品バージョンの両方で機能します。</p> <div id="related"> <strong>関連情報</strong> <ul><li><a rel="nofollow" href="https://community.f-secure.com/business-suite-en/kb/articles/5622">ポリシーマネージャのリアルタイムスキャンからファイルまたはフォルダを除外する方法</a></li></ul></div> <br> </article> </main>