Difference between revisions of "Techwiki:AppCompat"

From ReactOS Wiki
Jump to: navigation, search
(Created page with " == Registry storage The AppCompat settings are stored in the registry in the key 'HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags'. === Per ap...")
 
Line 1: Line 1:
  
  
== Registry storage
+
== Registry storage ==
 
The AppCompat settings are stored in the registry in the key 'HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags'.
 
The AppCompat settings are stored in the registry in the key 'HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags'.
  
=== Per application settings
+
=== Per application settings ===
 
For each program on the system that has been configured with AppCompat settings, there is one TEG_SZ value in the 'Layers' subkey of the AppCompatFlags key.
 
For each program on the system that has been configured with AppCompat settings, there is one TEG_SZ value in the 'Layers' subkey of the AppCompatFlags key.
 
The name of the value is the DOS path of the application, the value contains the settings as a space speparated list.
 
The name of the value is the DOS path of the application, the value contains the settings as a space speparated list.
 
* Compatibility version: WIN95 WIN98 WINNT4SP5 WIN2000 WINXPSP2 WINXPSP3 WINSRV03SP1 WINSRV08SP1 VISTARTM VISTASP1 VISTASP2 WIN7RTM
 
* Compatibility version: WIN95 WIN98 WINNT4SP5 WIN2000 WINXPSP2 WINXPSP3 WINSRV03SP1 WINSRV08SP1 VISTARTM VISTASP1 VISTASP2 WIN7RTM
 
* Compatibility flags: 256COLOR 640X480 DISABLETHEMES DISABLEDWM HIGHDPIAWARE
 
* Compatibility flags: 256COLOR 640X480 DISABLETHEMES DISABLEDWM HIGHDPIAWARE

Revision as of 19:17, 22 May 2016


Registry storage

The AppCompat settings are stored in the registry in the key 'HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags'.

Per application settings

For each program on the system that has been configured with AppCompat settings, there is one TEG_SZ value in the 'Layers' subkey of the AppCompatFlags key. The name of the value is the DOS path of the application, the value contains the settings as a space speparated list.

  • Compatibility version: WIN95 WIN98 WINNT4SP5 WIN2000 WINXPSP2 WINXPSP3 WINSRV03SP1 WINSRV08SP1 VISTARTM VISTASP1 VISTASP2 WIN7RTM
  • Compatibility flags: 256COLOR 640X480 DISABLETHEMES DISABLEDWM HIGHDPIAWARE