Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PowerShell_Execute-ThumbcacheViewer.mkape module #833

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions Modules/Apps/GitHub/PowerShell_Execute-ThumbcacheViewer.mkape
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Description: Execute-ThumbcacheViewer.ps1 - Recursively process the source directory to execute thumbcache_viewer_cmd.exe over each thumbcache subfolder(s) found.
Category: FileKnowledge
Author: Thomas DIOT (Qazeer)
Version: 1.0
Id: c53c0e53-8c81-4e03-8140-890c745142b0
BinaryUrl: https://gist.github.com/Qazeer/cb3a0cf306bc1f75a2d5a8cef5b9ffa9
ExportFormat: CSV
Processors:
-
Executable: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
CommandLine: "& '%kapeDirectory%\\Modules\\bin\\Execute-ThumbcacheViewer.ps1' -thumbcacheViewerBinary '%kapeDirectory%\\Modules\\bin\\thumbcache_viewer_cmd.exe' -InputDir '%sourceDirectory%' -OutputDir %destinationDirectory%"
ExportFormat: CSV

# Documentation
# Recursively process the source directory to execute thumbcache_viewer_cmd.exe over each thumbcache subfolder(s) found.
# Execute-ThumbcacheViewer.ps1 is basically a wrapper to make thumbcache_viewer_cmd.exe recursive, as the tool can natively only process a thumbcache subfolder
# and not multiple thumbcache subfolder(s) from the drive root or user profile folders.
# https://gist.github.com/Qazeer/cb3a0cf306bc1f75a2d5a8cef5b9ffa9
# thumbcache_viewer_cmd.exe (https:/thumbcacheviewer/thumbcacheviewer/releases/download/v1.0.1.8/thumbcache_viewer_cmd.zip) must be placed under "%kapeDirectory%\Modules\bin\thumbcache_viewer_cmd.exe".