Yeah, no. I'd rather play Overwatch.
Caution
Everything appears to work fine, and the anti-cheat system at least starts. However, I am not responsible for any bans or suspensions that may occur. Proceed at your own risk.
Tip
Might be best to uninstall the game before toggling on or off.
Steam Launch Command (source)
- Add this as Steam launch command:
cmd /min /C "set __COMPAT_LAYER=RUNASINVOKER && start "" %command%"
- Launch the game
- Remove the launch command later if needed
Registry (source)
Caution
Always backup your registry before making changes. Proceed at your own risk.
-
Figure out your game executable path
e.g.,
C:\Program Files (x86)\Steam\steamapps\common\MarvelRivals\MarvelRivals_Launcher.exe
-
Manually escape the backslashes (add another one...), or use this:
e.g.,
C:\\Program Files (x86)\\Steam\\steamapps\\common\\MarvelRivals\\MarvelRivals_Launcher.exe
-
Replace your path below, and save/run
disable-uac.reg
orenable-uac.reg
as needed:disable-uac.reg
:
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers] "C:\\Program Files (x86)\\Steam\\steamapps\\common\\MarvelRivals\\MarvelRivals_Launcher.exe"="RUNASINVOKER"
enable-uac.reg
:
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers] "C:\\Program Files (x86)\\Steam\\steamapps\\common\\MarvelRivals\\MarvelRivals_Launcher.exe"=-
-
Launch the game