Skip to content

Commit

Permalink
Remove shortcut for peepdf since it isn't installed
Browse files Browse the repository at this point in the history
  • Loading branch information
reuteras committed Nov 22, 2023
1 parent 1227796 commit 7a579d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup/start_sandbox.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ if ($WSDFIR_PDFSTREAM -eq "Yes") {
}
Add-Shortcut -SourceLnk "$HOME\Desktop\dfirws\Files and apps\PDF\pdf-parser.py.lnk" -DestinationPath "$POWERSHELL_EXE" -WorkingDirectory "$HOME\Desktop"
Add-Shortcut -SourceLnk "$HOME\Desktop\dfirws\Files and apps\PDF\pdfid.py.lnk" -DestinationPath "$POWERSHELL_EXE" -WorkingDirectory "$HOME\Desktop"
Add-Shortcut -SourceLnk "$HOME\Desktop\dfirws\Files and apps\PDF\peepdf.lnk" -DestinationPath "$POWERSHELL_EXE" -WorkingDirectory "$HOME\Desktop"
Add-Shortcut -SourceLnk "$HOME\Desktop\dfirws\Files and apps\PDF\qpdf.lnk" -DestinationPath "$POWERSHELL_EXE" -WorkingDirectory "$HOME\Desktop"
New-Item -ItemType Directory "$HOME\Desktop\dfirws\Files and apps\PE"
Add-Shortcut -SourceLnk "$HOME\Desktop\dfirws\Files and apps\PE\4n4lDetector.lnk" -DestinationPath "$env:ProgramFiles\4n4lDetector\4N4LDetector.exe"
Expand Down

0 comments on commit 7a579d0

Please sign in to comment.