Skip to content

Commit

Permalink
Add icon to capa Explorer Web shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
reuteras committed Oct 6, 2024
1 parent ed8b3ff commit c9686a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/dfirws_folder.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Add-Shortcut -SourceLnk "${HOME}\Desktop\dfirws\Files and apps\PDF\qpdf.lnk" -De
New-Item -ItemType Directory "${HOME}\Desktop\dfirws\Files and apps\PE" | Out-Null
Add-Shortcut -SourceLnk "${HOME}\Desktop\dfirws\Files and apps\PE\4n4lDetector.lnk" -DestinationPath "${env:ProgramFiles}\4n4lDetector\4N4LDetector.exe"
Add-shortcut -SourceLnk "${HOME}\Desktop\dfirws\Files and apps\PE\capa.lnk" -DestinationPath "${POWERSHELL_EXE}" -WorkingDirectory "${HOME}\Desktop" -Iconlocation "${TOOLS}\capa\capa.exe" -Arguments "-NoExit -command capa.exe -h"
Add-Shortcut -SourceLnk "${HOME}\Desktop\dfirws\Files and apps\PE\capa Explorer Web.lnk" -DestinationPath "${TOOLS}\capa-explorer-web\index.html"
Add-Shortcut -SourceLnk "${HOME}\Desktop\dfirws\Files and apps\PE\capa Explorer Web.lnk" -DestinationPath "${TOOLS}\capa-explorer-web\index.html" -Iconlocation "${TOOLS}\capa\capa.exe"
Add-Shortcut -SourceLnk "${HOME}\Desktop\dfirws\Files and apps\PE\Debloat.lnk" -DestinationPath "${TOOLS}\bin\debloat.exe"
Add-shortcut -SourceLnk "${HOME}\Desktop\dfirws\Files and apps\PE\dll_to_exe.lnk" -DestinationPath "${POWERSHELL_EXE}" -WorkingDirectory "${HOME}\Desktop"
Add-shortcut -SourceLnk "${HOME}\Desktop\dfirws\Files and apps\PE\ExeinfoPE.lnk" -DestinationPath "${TOOLS}\ExeinfoPE\exeinfope.exe"
Expand Down

0 comments on commit c9686a9

Please sign in to comment.