The WTFupdated.exe file in all downloads - regardless of filehoster - requests elevated privileges.
There are different ways to disable a program from automatically requesting admin-level privileges when it runs on Windows:
You must be registered to see the links
----------------------------------------------
Guidance below was added to the Installation spoiler in the OP
One of the easiest ways to disable the game from running with admin-level privileges is to create a .bat file with the following sample content:
Code:
@echo off
set __COMPAT_LAYER=RunAsInvoker
WTFupdated.exe
Run the batch file and it will start the game without elevated privileges.
----------------------------------------------