how to run powershell

Phillip Richcreek 890 Reputation points
2026-08-17T09:40:29.34+00:00

I want to run Get-StartApps in powershell. (it says details must be 50 characters.)

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

2 answers

Sort by: Most helpful
  1. Marcin Policht 104.2K Reputation points MVP Volunteer Moderator
    2026-08-17T11:25:27.4866667+00:00

    The command is valid as simply:

    Get-StartApps
    

    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-08-17T09:40:39.6166667+00:00

    To run Get-StartApps:

    1. Open the Start menu.
    2. Type Windows PowerShell.
    3. Select Windows PowerShell and choose Open.
    4. In the PowerShell window, run:
    Get-StartApps
    

    Get-StartApps gets the names and AppIDs of installed apps for the current user.

    To find one app by name, run:

    Get-StartApps -Name "AppName"
    

    If no name is specified, it displays all installed apps.


    AI-generated content may be incorrect. Read our transparency notes for more information.

    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.