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
- moved UAC to security folder
  • Loading branch information
JustOptimize committed Sep 13, 2023
1 parent 9e76d8f commit 445518a
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 2 deletions.
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'
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "Ena
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "PromptOnSecureDesktop" /t REG_DWORD /d "0" /f > nul

:: Lock UserAccountControlSettings.exe - users can enable UAC from there without luafv enabled, which breaks UAC completely and causes issues
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\UserAccountControlSettings.exe" /v "Debugger" /t REG_SZ /d "\"C:\Windows\AtlasDesktop\3. Configuration\User Account Control (UAC)\Enable UAC (default).cmd\" /uacSettings" /f > nul
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\UserAccountControlSettings.exe" /v "Debugger" /t REG_SZ /d "\"C:\Windows\AtlasDesktop\7. Security\User Account Control (UAC)\Enable UAC (default).cmd\" /uacSettings" /f > nul

call setSvc.cmd luafv 4

Expand Down

0 comments on commit 445518a

Please sign in to comment.