Share via

Programs loaded from start menu run as admin does nothing

Nick Strother 0 Reputation points
2026-01-23T01:08:11.5166667+00:00

Programs loaded from start menu run as admin does nothing. For example, typing powershell at the start menu search reveals powershell run as admin, when clicked nothing happens. I am able to run as admin going to the file location. I recently manually updated from 23H2 to 25H2.

Thanks in advance.powershell run as admin

Windows for home | Windows 11 | Windows update
0 comments No comments

1 answer

Sort by: Most helpful
  1. Hendrix-V 15,695 Reputation points Microsoft External Staff Moderator
    2026-01-23T06:54:16.0733333+00:00

    Hi Nick Strother,

    Welcome to the Microsoft Q&A forum.

    Based on what you’re seeing (Run as administrator from Start menu does nothing, but launching the executable directly works), and the fact that this started right after a manual feature update, this strongly points to a Start Menu / UAC integration break rather than a problem with PowerShell itself.

    Here are some troubleshooting steps that you can try in this situation, starting from the top:

    1 - Refresh Start Menu components

    Open Task Manager and end these processes (they will restart automatically):

    • StartMenuExperienceHost
    • ShellExperienceHost
    • Windows Explorer

    2 - Verify UAC is active

    • Press Win + R, type secpol.msc, and press Enter.
    • Go to Local Policies > Security Options.
    • Confirm User Account Control: Run all administrators in Admin Approval Mode is Enabled.

    3 - Install any pending Windows updates

    • Go to Settings > Windows Update
    • Install all pending updates and restart

    If the issue is persistent after the steps taken, please try re‑registering Start menu apps

    • Go to the PowerShell file location: C:\Windows\System32\WindowsPowerShell\v1.0\
    • Right‑click powershell.exe > Run as administrator.
    • Run this command
        Get-AppxPackage -AllUsers | ForEach-Object {
          Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"
        }
      
    • Restart the device then test again.

    You can also repair Windows system files by running sfc /scannow in PowerShell as administrator from the file location then restart when finished.

    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.

    Was 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.