Windows Vistaと同じく、Winodws7においてもexeの互換性(互換性モード)の設定をレジストリでも行えます。
1.設定する場所
HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers
HKEY_LOCAL_MACHINE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers
2.設定できる値
| 値 | 互換モード |
| WIN95 | Windows 95 |
| WIN98 | Windows 98 / Windows Me |
| NT4SP5 | Windows NT 4.0(Service Pack 5) |
| WIN2000 | Windows 2000 |
| WINXPSP2 | Windows XP(Service Pack 2) |
| WINXPSP3 | Windows XP(Service Pack 3) |
| WINSRV03SP1 | Windows Server 2003(Service Pack 1) |
| WINSRV08SP1 | Windows Server 2008(Service Pack 1) |
| VISTARTM | Windows Vista |
| VISTASP1 | Windows Vista(Service Pack 1) |
| VISTASP2 | Windows Vista(Service Pack 2) |






