10 lines
506 B
Reg
10 lines
506 B
Reg
Windows Registry Editor Version 5.00
|
|
|
|
; Apply the DirectDraw 16-bit mitigation shim to the deployed MW4.exe at the
|
|
; SYSTEM (all-users) level, exactly matching the known-good C:\MW4knowngood entry.
|
|
; Import elevated: reg import c:\VWE\firestorm\build-env\mw4-compat-hklm.reg
|
|
; (HKCU per-user layer is set separately by deploy-mw4.ps1 / already applied.)
|
|
|
|
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers]
|
|
"C:\\VWE\\firestorm\\MW4\\MW4.exe"="$ DWM8And16BitMitigation"
|