Procedure
- Download and extract the Hash Generator tool.
- Run the Command Prompt or PowerShell as an administrator.
- Go to the location of the Hash Generator tool.
- Run the command using the following:
TMiACHashGen.exe -<command> [<args>]
CommandDescription-o
The location to save the generated CSV fileDefault: The working directory-n
The name of the generated CSV fileDefault: The time when the CSV file is generated-d
The directory to scan for installed applicationsDefault: All hard disks-?
HelpExamples:-
Use default settings:
TMiACHashGen.exe
Output file:<working dir>\1545015023.csv
-
Use specified settings:
TMiACHashGen.exe -o "C:\temp" -n testFileName -d "C:\Users"
Output file:C:\temp\testFileName.csv
-