Skip to content

Commit

Permalink
Create FlightGear (2024.2).bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Espionage724 authored Nov 7, 2024
1 parent 1f4a416 commit 33df554
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Compat Flags/FlightGear (2024.2).bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
:: 2024.2

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles%\FlightGear 2024.2\bin\fgfs.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\fgfs.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f

:: End

0 comments on commit 33df554

Please sign in to comment.