Compare commits
2 Commits
2ae7575612
...
b770c34cde
Author | SHA1 | Date | |
---|---|---|---|
b770c34cde | |||
0e7a960ebd |
@ -33,6 +33,7 @@
|
|||||||
| Nightmares from the Deep: The Cursed Heart | PC (Steam) | 11-04-2014 | |
|
| Nightmares from the Deep: The Cursed Heart | PC (Steam) | 11-04-2014 | |
|
||||||
| Portal | PC (Steam) | 13-01-2013 | |
|
| Portal | PC (Steam) | 13-01-2013 | |
|
||||||
| Portal 2 | PC (Steam) | 13-07-2013 | |
|
| Portal 2 | PC (Steam) | 13-07-2013 | |
|
||||||
|
| Pretty Angel | PC (Steam) | 30-09-2021 | |
|
||||||
| Resident Evil Revelations 2 | PC (Steam) | 27 -03-2018 | ⭐ Favorite |
|
| Resident Evil Revelations 2 | PC (Steam) | 27 -03-2018 | ⭐ Favorite |
|
||||||
| Serious Sam 3: BFE | PC (Steam) | 01-01-2014 | ❤ |
|
| Serious Sam 3: BFE | PC (Steam) | 01-01-2014 | ❤ |
|
||||||
| Serious Sam HD: The First Encounter | PC (Steam) | 15-03-2014 | |
|
| Serious Sam HD: The First Encounter | PC (Steam) | 15-03-2014 | |
|
||||||
|
10
games/fsx/README.md
Normal file
10
games/fsx/README.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user