Skip to content

Commit

Permalink
Improved Process mitigations CSV
Browse files Browse the repository at this point in the history
Removed extra words from the CSV
Changed the CSV mitigations file link temporarily to the test branch
  • Loading branch information
HotCakeX committed Sep 6, 2023
1 parent 080df16 commit 000f7df
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 172 deletions.
2 changes: 1 addition & 1 deletion Harden-Windows-Security.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ try {

# Download Process Mitigations CSV file from GitHub or Azure DevOps
try {
Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/HotCakeX/Harden-Windows-Security/main/Payload/ProcessMitigations.csv' -OutFile '.\ProcessMitigations.csv' -ErrorAction Stop
Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/HotCakeX/Harden-Windows-Security/Harden-Windows-Security-Update/Payload/ProcessMitigations.csv' -OutFile '.\ProcessMitigations.csv' -ErrorAction Stop
}
catch {
Write-Host 'Using Azure DevOps...' -ForegroundColor Yellow
Expand Down
Loading

0 comments on commit 000f7df

Please sign in to comment.