Articles on: Game-Specific Support

Fix: "Game should not run as admin" error

If you are encountering the "Game should not run as admin" error or your game is launching with administrator privileges despite using command-line methods to prevent it, follow these steps to adjust your system settings and resolve the issue.


Step 1: Modify Steam launch command


  1. Open Steam.
  2. Right-click Marvel Rivals in your library.
  3. Select Properties.
  4. Under the General tab, locate Launch Options.
  5. Enter the following command:


cmd /min /C "set __COMPAT_LAYER=RUNASINVOKER && start "" %command%"


Step 2: Modify Registry settings


You need to adjust some registry settings related to User Account Control (UAC) to prevent the game from running with administrator privileges.


  1. Open the Windows Registry Editor:


  • Press Win + R, type regedit, and hit Enter.


  • Click Yes if prompted by User Account Control (UAC).
  1. Navigate to the following path:


HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System

  1. Modify the following registry values:


  • EnableLUA → Set this to 1.


  • ConsentPromptBehaviorAdmin → Set this to 5.


  • ConsentPromptBehaviorUser → Set this to 5.


  • PromptOnSecureDesktop → Set this to 1.


Step 3: Restart Your PC


  • After making these changes, restart your computer for the settings to take effect.


Updated on: 02/07/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!