question

Endr-9743 avatar image
0 Votes"
Endr-9743 asked Castorix31 answered

Can i have a list of the values?

I have the somewhat same issue as this poster dose @Rk56
https://social.technet.microsoft.com/Forums/scriptcenter/en-US/9f3c34be-2d01-416a-8143-c7ff9e325a24/how-to-set-compatibility-mode-of-an-exe-file but i need the value for Windows 8.1, and a list of working values.



Endr

windows-10-application-compatibility
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

Castorix31 avatar image
0 Votes"
Castorix31 answered

You can change Compatibility for an exe file in its properties and check what is added in the registry for this exe at
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers

On Windows 10, I get for OS :

~ WIN8RTM
~ WIN7RTM
~ VISTASP2
~ VISTASP1
~ VISTARTM


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.