add MS FS fix STEAM crash

This commit is contained in:
Alexander Popov 2021-09-03 21:18:53 +03:00
parent 2ae7575612
commit 0e7a960ebd
Signed by: iiiypuk
GPG Key ID: 398FC73478D97286
1 changed files with 10 additions and 0 deletions

10
games/fsx/README.md Normal file
View File

@ -0,0 +1,10 @@
Got the same problem. This is a big major issue. I don't have administrative privileges myself (security concerns). But the game forces me to run with high rights. But Steam is not running with the Administrator account.
So this is why the error comes. How to fix it? Stop asking Windows for higher rights for this game. You really must fix that issue!
PLEASE change the manifest information (contained in the fsx.exe) from:
`<requestedExecutionLevel level="requireAdministrator" uiAccess="false"></requestedExecutionLevel>`
to
`<requestedExecutionLevel level="asInvoker" uiAccess="false"></requestedExecutionLevel>`
You might need to change the initial installation process on Steam when running the game the first time. The folder C:\ProgramData\Microsoft\FSX-SE need to be created and proper security rights must be set (write access to users). Then everything should be fine - even with normal rights.