Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
For instance if OnceHuman.exe is launched with this command, it will run without a prompt, if OnceHuman.exe does not require elevation it will remain non-elevated, but if OnceHuman.exe requires elevated permissions, this command line is simply suppressing the warning (It will still run as an Elevated Process!).
If you are running this command and are the admin of your computer, this will just suppress the message, I'd be interested to see how a restricted user goes with this command line and what the game does when launched with this
If it blocks the prompt it means that it cannot get permission so it will run without the elevated permissions.
I refuse to play games that (appear to) require administrative privileges to run so I was very pleased to find this post after a quick search!
I adapted the solution slightly by creating a shortcut named "Once Human" with the following properties:
Target = C:\Windows\System32\cmd.exe /c "set __COMPAT_LAYER=RunAsInvoker && ONCE_HUMAN.exe --start_from_launcher=1"
Start in = "C:\Program Files (x86)\Steam\steamapps\common\Once Human"
Through "Change Icon" I pointed to ONCE_HUMAN.EXE and pinned it to my Start menu.
Worked perfectly!
I don't see a reason for Once Human to add malware, but they don't necessarily have to knowingly add it in. Their dev accounts could be compromised, or a library they use for building a game has malware.
It's just a good practice to not run applications downloaded from the internet with escalated privileges when possible.