Skip to content

Commit

Permalink
Merge pull request #906 from JustOptimize/fix-folder-structure
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als authored Sep 14, 2023
2 parents 9e76d8f + 445518a commit 5f48d8d
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 5f48d8d

Please sign in to comment.