S.T.A.L.K.E.R.: Call of Pripyat

S.T.A.L.K.E.R.: Call of Pripyat

29 lượt đánh giá
Simplest Steam Overlay Fix (Run as non-admin)
Bởi Chromium
You can just click Play, and have the Steam overlay work! No hassle, one copy and paste command!
   
Giải thưởng
Yêu thích
Đã yêu thích
Bỏ thích
How To Do It
One magic command pasted in your launch options will fix it instantly.

C:\Windows\System32\cmd.exe /min /C set __COMPAT_LAYER=RUNASINVOKER && start "" "%command%"

When done, it'll look like this.



Ta-da. The Steam overlay will now work, and the game won't stupidly request admin rights. You don't need to change any paths in that code, unless you have Windows installed on a drive other than C: (and if you do, you'd know).
How It Works
This launches the Windows command prompt, cmd.exe, with a special compatibility option (not available in the Compatibility Options dialog!) that tells Windows that it can only run programs as the user that opened the prompt (that is, you) with non-elevated credentials.

The %command% part is a useful variable that works in the launch options of every Steam game, and just contains the command used to launch the game.
5 bình luận
vads1 27 Thg06, 2023 @ 4:34pm 
weren i start it it say windows cannot find c:program . make sure you typed the name correcty and then try again
torekk 7 Thg01, 2023 @ 3:37am 
If anyone else is struggling, this is what worked for me. Replace D: with wherever your game is installed on.

C:\Windows\System32\cmd.exe /min /C set __COMPAT_LAYER=RUNASINVOKER && start "D:\SteamLibrary/steamapps/common/Stalker Call of Pripyat/" %command%
quirkchungus homunculi 4 Thg07, 2021 @ 11:04am 
Thank you, this worked perfectly.
Chromium  [tác giả] 4 Thg07, 2021 @ 10:09am 
Yep, just replace %command% with X:\Path\To\Your\Game.exe . If there are spaces in the game path that might cause problems; if so, try enclosing the game path in quotes.
quirkchungus homunculi 26 Thg06, 2021 @ 11:16pm 
It tells me that it can't find the folder "stalker", is there a way to point it at my COP installation?