Share via

What is this pop-up trying to tell me?

Roger Blair 210 Reputation points
2026-03-05T22:06:40.7866667+00:00

I run Windows 11 Pro on a Dell Inspiron laptop. Whenever I boot up, the following messaqge appears on my screen:

POP-OP 1

What does it mean, and what do I do about it?

Windows for home | Windows 11 | Accounts, profiles, and login
0 comments No comments
{count} votes

Answer accepted by question author
  1. Q&A Assist
    2026-03-05T22:07:03.32+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The pop-up is from Windows Terminal when it tries to start Windows PowerShell with administrator (elevated) rights but is not allowed to. The message

    The requested operation requires elevation

    means the command or profile is configured to run with elevated permissions, but Windows Terminal itself was started as a normal (non‑admin) app.

    What it’s telling:

    • A PowerShell profile or startup command is trying to run something that needs admin rights at logon/startup.
    • Because Windows Terminal is not elevated, PowerShell fails to launch and shows this error.

    What to do:

    1. If elevation is not needed at startup
      • Open Windows Terminal.
      • Open Settings → check the default profile and any PowerShell profile commands.
      • Remove or change any startup command that explicitly requires admin rights (for example, scripts that modify system settings or use Start-Process ... -Verb RunAs).
    2. If elevation is required
      • Close the current Terminal window.
      • Right‑click the Windows Terminal icon → choose “Run as administrator”.
      • The elevated Terminal can then launch the PowerShell profile without this error.
    3. To stop seeing the banner
      • After fixing the profile or choosing to always run Terminal as admin when needed, the error will no longer appear. The “Don’t show again” button only hides the informational banner; it does not fix the elevation requirement.

    References:


1 additional answer

Sort by: Most helpful
  1. Hendrix-V 11,680 Reputation points Microsoft External Staff Moderator
    2026-03-06T06:53:11.7433333+00:00

    Hi Roger Blair,

    Welcome to the Microsoft Q&A forum.

    The error “The requested operation requires elevation (0x800702e4)” indicates that PowerShell is configured to require administrator privileges, but it’s being launched from a non‑elevated session (for example, Windows Terminal opened normally). In this situation, Windows blocks the launch to maintain security boundaries.

    Please try one of the following options to resolve this:

    Option 1: Remove forced elevation from PowerShell

    • Open File Explorer and go to C:\Windows\System32\WindowsPowerShell\v1.0
    • Right‑click powershell.exe > Properties
    • Open the Compatibility tab
    • Uncheck Run this program as an administrator
    • Select Apply, then reopen Windows Terminal (Right-click Start > Terminal)

    Option 2: Configure the PowerShell profile to always run as admin

    • Right‑click Start > Terminal (Admin)
    • Go to Settings (press Ctrl + ,)
    • Under Profiles, choose Windows PowerShell
    • Enable Run this profile as Administrator
    • Save and exit

    If you’re working on a managed or corporate device and the issue persists, your IT administrator can help review device policies that may affect elevation behavior.

    Let me know if you need further assistance, feel free to ask me by clicking "Add Comment" or "Add Answer" if you cannot add comment so your response will be visible. Thanks for your effort.


    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.