Anybody aware of a way to change the emulation settings, for a specific shortcut on Windows for ARM, similar to what is described on the following MS page? I am trying to implement a workaround for customers, as long as there is no permanent fix on the application side.
Program Compatibility/Emulation Settings on Windows for ARM
3 posts
\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags in the registry maybe? Probably in the Layers subkey. If not, search the registry for the .exe name.
I doubt it is stored in the shortcut itself but to be sure you could compare a before and after file with fc.exe.
I doubt it is stored in the shortcut itself but to be sure you could compare a before and after file with fc.exe.
Good call! This revealed an undocumented parameter (neither Google, nor Bing show a result). The Layers subkey contained "ARM64CHPEDISABLED" which should be it.
Thank you! Much appreciated.
Thank you! Much appreciated.