hacxx
VIP
- Joined
- May 29, 2021
- Messages
- 1,077
This prevents the User Account Control (UAC) prompt from appearing and forces the installer to run with the same permissions as the current user.
cmd.exe /c "Set __COMPAT_LAYER=RunAsInvoker && Start SteamSetup.exe"
- Will be added to Web Admin from Hacxx
- Change SteamSetup.exe to a location or exe you want to execute and avoid UAC
cmd.exe /c "Set __COMPAT_LAYER=RunAsInvoker && Start SteamSetup.exe"
- Will be added to Web Admin from Hacxx
- Change SteamSetup.exe to a location or exe you want to execute and avoid UAC