-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fdfc69f
commit fea5c46
Showing
4 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
new exploit prot laa appcompat/Games/CoD Launcher Xbox (AppCompatFlags).bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
1 change: 1 addition & 0 deletions
1
new exploit prot laa appcompat/Games/CoD Launcher Xbox (Exploit Prot).ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
7 changes: 7 additions & 0 deletions
7
new exploit prot laa appcompat/Games/CoD MWIII Xbox (AppCompatFlags).bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
1 change: 1 addition & 0 deletions
1
new exploit prot laa appcompat/Games/CoD MWIII Xbox (Exploit Prot).ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |