|
Application Installation or Compatibility Scripts
|
bet | 14/49 | Sana | 29.03.2021 | Hajmi | 197,5 Kb. | | #13691 |
If an older application does not install properly, an Application Compatibility Script may be needed to correct installation problems with the registry or other issues. Scripts for many popular applications such as Microsoft Office are included with Windows 2000 Server Terminal Services. Additional information on these scripts can be found on the Microsoft Web site in the white paper "Using and Developing Applications Compatibility Scripts."
Separation of Local and Global Data Use the HKEY_LOCAL_MACHINE Properly
In the Terminal Services environment, each user receives a HKEY_CURRENT_USER registry hive at logon time that stores user-specific information; however, all users share the HKEY_LOCAL_MACHINE hive. This means that any information placed in the HKEY_LOCAL_MACHINE hive affects all users, while information placed in the HKEY_CURRENT_USER hive affects only one user session.
Some applications make the assumption that one machine equates to one user, and they store user information in the HKEY_LOCAL_MACHINE hive. This practice can create serious problems in a multiuser environment. With this in mind, applications should properly separate global registry information from local (user) registry information, and store information in the correct hive.
|
| |