Skip to content

Commit

Permalink
Reorder and add php
Browse files Browse the repository at this point in the history
  • Loading branch information
reuteras committed Nov 20, 2023
1 parent 72a0bda commit ab5b6bc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup/start_sandbox.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,8 @@ Add-ToUserPath "$TOOLS\malcat\bin"
Add-ToUserPath "$TOOLS\lessmsi"
Add-ToUserPath "$TOOLS\nmap"
Add-ToUserPath "$TOOLS\node"
Add-ToUserPath "$TOOLS\systeminformer\x64"
Add-ToUserPath "$TOOLS\systeminformer\x86"
Add-ToUserPath "$TOOLS\pev"
Add-ToUserPath "$TOOLS\php"
Add-ToUserPath "$TOOLS\procdot\win64"
Add-ToUserPath "$TOOLS\pstwalker"
Add-ToUserPath "$TOOLS\qpdf\bin"
Expand All @@ -185,6 +184,8 @@ Add-ToUserPath "$TOOLS\ripgrep"
Add-ToUserPath "$TOOLS\scdbg"
Add-ToUserPath "$TOOLS\sqlite"
Add-ToUserPath "$TOOLS\ssview"
Add-ToUserPath "$TOOLS\systeminformer\x64"
Add-ToUserPath "$TOOLS\systeminformer\x86"
Add-ToUserPath "$TOOLS\sysinternals"
Add-ToUserPath "$TOOLS\thumbcacheviewer"
Add-ToUserPath "$TOOLS\trid"
Expand Down Expand Up @@ -447,6 +448,7 @@ Add-Shortcut -SourceLnk "$HOME\Desktop\dfirws\OS\Windows\Registry\RegShot.lnk" -
New-Item -ItemType Directory "$HOME\Desktop\dfirws\Programming"
Add-Shortcut -SourceLnk "$HOME\Desktop\dfirws\Programming\java.lnk" -DestinationPath "$POWERSHELL_EXE" -WorkingDirectory "$HOME\Desktop"
Add-Shortcut -SourceLnk "$HOME\Desktop\dfirws\Programming\node.lnk" -DestinationPath "$TOOLS\node\node.exe"
Add-Shortcut -SourceLnk "$HOME\Desktop\dfirws\Programming\php.lnk" -DestinationPath "$POWERSHELL_EXE" -WorkingDirectory "$HOME\Desktop"
Add-Shortcut -SourceLnk "$HOME\Desktop\dfirws\Programming\Python.lnk" -DestinationPath "$VENV\default\Scripts\python.exe"
new-item -ItemType Directory "$HOME\Desktop\dfirws\Programming\dotNET"
Add-Shortcut -SourceLnk "$HOME\Desktop\dfirws\Programming\dotNET\dotnetfile_dump.py.lnk" -DestinationPath "$POWERSHELL_EXE" -WorkingDirectory "$HOME\Desktop"
Expand Down

0 comments on commit ab5b6bc

Please sign in to comment.