SUMMARY
Compatibility mode provides an environment for running programs that more closely reflects the behavior of either Microsoft Windows 95 or Microsoft Windows NT 4.0. These modes resolve several of the most common issues that prevent older programs from working correctly with Windows 2000. Programs that experience issues after migration may benefit from being started in one of these compatibility environments.
The Compatibility-mode technology is currently used by Windows 2000 to ensure built-in compatibility for many popular programs. With Windows 2000 Service Pack 2 (SP2) and Service Pack 3 (SP3), administrators can manually enable and use this technology to provide solutions for their own programs. Only administrators can enable this technology for users.
back to the top
Enable Compatibility Mode Properties
The Compatibility-mode technology is not exposed by default. To enable an interface so that you can use this technology for your programs after you apply Windows 2000 SP2 or SP3:
- Log on as Administrator.
- Click Start, and then click Run.
- In the Open box, type the following command, and then click OK, where %SystemRoot% is the drive and folder in which Windows is installed:
regsvr32 %systemroot%\apppatch\slayerui.dll
back to the top
Use Compatibility Mode Properties
Administrators can use a program shortcut to set the compatibility mode for a target program. This requires that the Compatibility-mode properties be correctly installed and registered on the computer by using the previous steps. To enable Compatibility mode by using a program shortcut:
- Log on as Administrator.
- Right-click the shortcut, and then click Properties.
- Click Compatibility. This tab appears only if the Compatibility-mode interface has been properly enabled on the computer.
- Click to select the Run in Compatibility Mode check box to enable Compatibility-mode support for the program.
- Click either Windows 95 or Windows NT 4.0 compatibility mode in the drop-down box.
- Click OK to save the changes.
- Double-click the shortcut to run the program.
NOTE: Be careful if you use Compatibility mode to bypass version warnings in Setup or installation programs. Some programs are designed for a specific operating system and intentionally prohibit use on future versions. These are frequently system-level programs that run at a very low level and have the potential to cause serious problems if installed.
back to the top
Disable Compatibility Mode
Because you enable Compatibility mode independent of the Windows 2000 SP2 or SP3 installation process, removing Windows 2000 SP2 or SP3 does not remove Compatibility mode. To remove Compatibility mode:
- Log on as Administrator.
- Click Start, and then click Run.
- In the Open box, type the following command, and then click OK, where %SystemRoot% is the drive and folder in which Windows 2000 is installed:
regsvr32 /u %systemroot%\apppatch\slayerui.dll
Administrators can enable and disable the mechanism that improves compatibility with older platforms (also known as Shim Technology) by using the Compatibility Layer Tab. After a shortcut has a Compatibility Layer enabled, the user also runs the program under the compatibility layer, however, the user cannot see the settings in the Compatibility Layer Tab.
back to the top
How to Enable Application Compatibility-Mode Technology in Windows 2000 Server SP3
- Start Registry Editor (Regedt32.exe).
- Locate and then click the following key in the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\AppCompatibility
- On the Edit menu, click Add Value, and then add a registry value named Explorer.exe.
- Under the Explorer.exe key that you just created, create a new string value (REG_SZ) named DllPatch-x. Do not assign a value to this new string value.
- Under the Explorer.exe key that you just created, create a new binary value (REG_BINARY) named x.
- Edit the x binary value to enter the following value:
0c 00 00 00 00 00 00 00 06 00 00 00 00 00 00 00
- Quit Registry Editor.
back to the top