Skip to content

Commit

Permalink
Add Process Hacker to utilities download
Browse files Browse the repository at this point in the history
  • Loading branch information
clong authored Feb 26, 2021
1 parent 9b597c9 commit 606dfe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrant/scripts/install-utilities.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If ($(hostname) -eq "win10") {
& "C:\Program Files\Classic Shell\ClassicStartMenu.exe" "-xml" "c:\vagrant\resources\windows\MenuSettings.xml"
regedit /s c:\vagrant\resources\windows\MenuStyle_Default_Win7.reg
}
choco install -y --limit-output --no-progress NotepadPlusPlus WinRar
choco install -y --limit-output --no-progress NotepadPlusPlus WinRar processhacker

# This repo often causes failures due to incorrect checksums, so we ignore them for Chrome
choco install -y --limit-output --no-progress --ignore-checksums GoogleChrome
Expand Down

0 comments on commit 606dfe1

Please sign in to comment.