Some applications read the process performance data registry value to determine if they are the only instance of the application running at any one time. This value was locked down, so that processes that try to open it for write will fail. Handle the failure case and fake the value so that the application thinks it is the only instance.
Some applications may use dynamically loaded DLLs, which could potentially issue calls to static DLLs before the application ...
Some applications may use static DLLs, which could potentially issue calls to APIs before the application is ready. This ...
Some applications obtain the shell desktop folder and invoke the Release() method too many times, resulting in the object ...
Some applications perform non-standard admin checks such as calling GetTokenInformation to retrieve TokenGroups then compare ...
Some applications read the process performance data registry value to determine if they are the only instance of the application ...
Some applications require that a block of memory be mapped at B0000 as it is on Windows 9x. This compatibility fix will map ...
Some applications require that the CloseProfileUserMapping API call fail. On Windows XP, there is no way for this API to ...
Some applications test for the existence of a component using CoCreateInstance. If that component is incompatible, it may ...
Some applications that use the ExtractAssociatedIcon API call do not handle the 32bpp icons correctly. This compatibility ...