Skip to content

Releases: rhsCZ/steamrun

Function release version

01 Mar 18:19

Choose a tag to compare

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