Wednesday, February 20, 2013

Set Windows Compatibility Mode from the Command Line

Problem: I need to set an executable to compatibility mode to Windows XP SP3.

Soltuion:
reg.exe Add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "C:\Path\To\Executable.exe" /d "WINXPSP3" /f

No comments: