Skip to content

Commit

Permalink
fix: update folder structure
Browse files Browse the repository at this point in the history
- moved mitigations to security folder
- moved firewall to security folder
- moved troubleshooting to troubleshooting\service
- moved `Run with RunAsTI.lnk` to troubleshooting
  • Loading branch information
JustOptimize committed Sep 13, 2023
1 parent 9e76d8f commit fed2a5a
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Disables mitigations in Windows dependant on the user's options
privilege: TrustedInstaller
actions:
- !run:
exe: 'C:\Windows\AtlasDesktop\3. Configuration\Mitigations\Disable All Mitigations.cmd'
exe: 'C:\Windows\AtlasDesktop\7. Security\Mitigations\Disable All Mitigations.cmd'
args: '/silent'
wait: true
option: 'mitigations-disable'

0 comments on commit fed2a5a

Please sign in to comment.