Some applications test for the existence of a component using CoCreateInstance. If that component is incompatible, it may crash the application. This compatibility fix fails the CoCreateInstance call, thereby allowing an application to gracefully handle the error. The command line is a semi-colon delimited list of class ids of the form {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}.
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 ...
Some applications that use the SetSystemCursor() function to restore the system cursor may encounter problems in Windows ...
Some applications use the USERPROFILE environment variable to find the location of the user's directory. This would limit ...
Some applications written for Windows 9x may expect to be able to use a device context that has already been released through ...