Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| games:windows:halo_1_ce [2026/08/10 01:36] – Sean Rhone | games:windows:halo_1_ce [2026/08/10 02:49] (current) – Sean Rhone |
|---|
| |
| "%ProgramFiles(x86)%\Microsoft Games\Halo\halo.exe" | "%ProgramFiles(x86)%\Microsoft Games\Halo\halo.exe" |
| | |
| | CD "%ProgramFiles(x86)%\Microsoft Games\Halo" && "%ProgramFiles(x86)%\Microsoft Games\Halo\halo.exe" |
| |
| ====== Compat Settings ====== | ====== Compat Settings ====== |
| |
| REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles(x86)%\Microsoft Games\Halo\halo.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES NoDTToDITMouseBatch" /f | "%SystemRoot%\System32\reg.exe" ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles(x86)%\Microsoft Games\Halo\halo.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES NoDTToDITMouseBatch" /f |
| |
| REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\halo.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f | "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\halo.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f |
| |
| ====== Scripts ====== | ====== Scripts ====== |