Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Espionage724 authored Nov 24, 2024
1 parent fdfc69f commit fea5c46
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
:: Xbox
:: https://www.microsoft.com/store/productId/9N201KQXS5BM
:: bootstrapper.exe
:: cod.exe
:: gamelaunchhelper.exe

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%SystemDrive%\XboxGames\Call of Duty\Content\bootstrapper.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%SystemDrive%\XboxGames\Call of Duty\Content\cod.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%SystemDrive%\XboxGames\Call of Duty\Content\gamelaunchhelper.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES" /f

:: End
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Set-ProcessMitigation -PolicyFilePath "Exploit-Prot-XMLs\CoD Launcher Xbox (Exploit Prot).xml"
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
:: Xbox
:: https://www.microsoft.com/store/productId/9N201KQXS5BM
:: cod23-cod.exe

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%SystemDrive%\XboxGames\Call of Duty\Content\cod23\cod23-cod.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES" /f

:: End
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Set-ProcessMitigation -PolicyFilePath "Exploit-Prot-XMLs\CoD MWIII Xbox (Exploit Prot).xml"

0 comments on commit fea5c46

Please sign in to comment.