Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.76 KB

readme.md

File metadata and controls

25 lines (14 loc) · 1.76 KB
  • PowerShell script that reads the contents the location:
    'HKCU -> Software\Microsoft\Windows\CurrentVersion\Search\JumplistData'
    from a precollected (not live) NTUser.dat file.

    • Note: must be run in a PowerShell console with Administrator privileges.

    • Note: Updated to include option to load JumplistData from the Currect User's registry HKCU key. 'Enter' loads the default (L) which is the current user's reg key data

      option

    • Starts by allowing user to select NTUser.dat file:

      File selection

    • Calculates the SHA256 hash of the NTUSer.dat hive file and opens it (Read Only). The results are shown in a popup window with Filestamp in user localtime. User can select all lines (Ctrl+A) or specific lines (Ctrl+click) and copy/paste (Ctrl+C and Ctrl+V) the data to a text file or MS Excel spreadsheet. The Selected lines are also displayed in the console after the user presses the OK button.

      Jumplist data

    • After the result window is closed (user presses the OK button), a new SHA256 hash of the NTUSer.dat hive is calculated and checked against the original:

      Hash Check