GeeksforGeeks

これらはプリフェッチとしてシステム フォルダー名に格納される一時的なファイルです。 プリフェッチは、メモリ管理機能の 1 つです。 マシン上で頻繁に実行されるアプリケーションに関するログは、プリフェッチ フォルダーに保存されます。 ログはハッシュ形式で暗号化されているので、誰も簡単にアプリケーションのデータを解読することはできません。 これらのファイルは、ファイルが実行されたときに消費されたタイムスタンプや他のリソースを抽出するために使用できます。

Prefetch ファイルの機能と形式

  • これらのファイルはすべて ROOT/Windows/Prefetch フォルダーに格納され、ほとんどのファイルには PF 拡張子があります
  • forg: PYTHON_3.6.1-AMD64.EXE-6F01AFF6.pf.PF. PYTHON_3.6.1-AMD64.EXE のプリフェッチ ファイルは PYTHON_3.6.1-AMD64.EXE-6F01AFF6.pf として表示されます。
  • 6F01AFF6 はファイルが実行されたパスのハッシュ値です。 このパスは、さまざまな種類のハッシュ関数で暗号化されます。
  • Prefetchcount.py スクリプトは、プリフェッチ ファイルを圧縮解除するために使用することができます。 Decompressed files can be easily converted into understandable String format
  • Maximum number of prefetch files
    1. Windows XP to Windows 7 =128
    2. Windows 8 to Windows 10=1024
  • 6. On reaching the limit it automatically deletes from the folder.

    How To Check Prefetch Files

    Step 1: Press the Windows+R button and search prefetch.

    Search Prefetch

    Press Window+R Search prefetch

    Step 2: C:\Windows\Prefetch –This location folder contains all the prefetch files in your local machine.

    Location Folder Pretch Files

    These Files are the Prefetch Files

    Information Stored In Prefetch Files

    Prefetch files stored all the necessary information regarding the executable application. So, that will help to decrease the booting time of the application. Like cache memory in your machine

    1. Run Count:
    2. Prefetch Hash: プリフェッチ バージョンに依存する異なるハッシュ関数によって生成されたハッシュ値/ログ値
    3. Resources Loaded: プリフェッチファイルと一緒にロードされた追加ファイル
    4. バージョン。 プリフェッチのバージョンは、プリフェッチファイルを作る際にどのように暗号化を行うかを意味する
    5. Timestamp: ファイルがシステム上で実行された最後の時間
    6. ボリュームデバイスパス。

    Prefetch versions

    プリフェッチ ファイルの安定性を高めるために、プリフェッチ ファイルの異なるバージョンを導入する背後にある主な目的:

    いくつかのバージョンです:

    1. 17: Windows XP および Windows 2003
    2. 23: Vista および Windows 7
    3. 26: Windows 8.0
    4. 17: Windows Vista および Windows 7
    5. 26: Windows 8.1
    6. 30: Windows 10

    Prefetch ファイルの用途

    1. これらのファイルは、アプリケーションの動作を研究するために使用されます。
    2. ウイルスの分析は、プリフェッチ ファイルの助けを借りて研究することができます。

    プリフェッチ ファイルの長所

    1. ウィンドウのユーティリティ機能として、プリフェッチ ファイルの非常に少ない長所があります。 これは、システムをより速くしますが、プリフェッチが再びそこに work.
    2. Prefetch ファイルの容量制限に達したとき、それは自動的にすべての情報とプリフェッチ ファイルを削除します。

    Cons Of Prefetch Files

    1. 実行可能なアプリケーションに暗号化された情報を提供します。 So that no one can easily access the information.
    2. Processing Power of the CPU increases as well as decrease the disk read and write speed.
    3. We can change the activity of the prefetch easily
      1. The EnablePrefetcher value can set to be one of the following:
        • 0 = Disabled
        • 1 = Application launch prefetching enabled
        • 2= Boot prefetching enabled
        • 3 = Applaunch and Boot enabled (Optimal and Default

    EnablePrefetcher

    Article Tags :

    コメントを残す

    メールアドレスが公開されることはありません。