Releases: rhsCZ/steamrun
Releases · rhsCZ/steamrun
Function release version
This release request UAC (important for me) and run steam with -noverify and -silent arguments and exits.
contains check of running steam already.
youn can disable UAC by removing
if(IsRunAsAdministrator())
{
goto main;
}
else ElevateNow();
main:
and you should remove whole void ElevateNow(); and BOOL IsRunAsAdministrator(); functions
source.zip
release.zip