Skip to content

Commit

Permalink
Update World of Warcraft (3.3.5).bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Espionage724 authored May 27, 2024
1 parent e2c7ba0 commit ea3f235
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Compat Flags/World of Warcraft (3.3.5).bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "C:\Program Files (x86)\World of Warcraft 3.3.5\Wow.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Wow.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f

:: WARNING: Retail WoW uses the same Wow.exe exectuable name and is not compatible with UseLargePages
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Wow.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f

0 comments on commit ea3f235

Please sign in to comment.