Skip to content

Commit

Permalink
Update 1. Template.bat
Browse files Browse the repository at this point in the history
Add path and exe hints
  • Loading branch information
Espionage724 authored May 9, 2024
1 parent 2f4be33 commit b05c304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compat Flags/1. Template.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\" /v "UseLargePages" /t "REG_DWORD" /d "1" /f
::reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "C:\Program Files\devilutionx\devilutionx.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES" /f
::reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\devilutionx.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f

0 comments on commit b05c304

Please sign in to comment.