资 源 简 介
LNK Parser
LNK Parser allows you to view the content of Windows shortcut (.LNK) files.
Command-line Usage
You can run the program from a command-line and supply a shortcut file or a directory. If a directory is supplied, the directory and any sub-directories will be scanned for shortcut files.
Example 1: lnk_parser_cmd.exe shortcut.lnk
Example 2: lnk_parser_cmd.exe C:UsersUserDesktop
There are additional options that can be specified to allow you to generate various reports of the shortcut file information.
The following is a list of supported options:
-o Sets the output directory for reports.
-w Generates an HTML report.
-c Generates a comma-separated values (CSV) report.
-r Remnant and unprocessed data will be dumped to the HTML report.
-s Prevents the console from outputting information.
Example: lnk_parser_cmd.exe -o Output -w -c -r -s shortc