Windows 10: What's the PowerShell command to re-install the preinstalled UWP apps on W11?

Discus and support What's the PowerShell command to re-install the preinstalled UWP apps on W11? in Windows 10 Gaming to solve the problem; I'd like to know what's the command to re-install all the preinstalled UWP apps? The single line of PowerShell code that worked just fine for W10 no... Discussion in 'Windows 10 Gaming' started by Epsilons, Oct 17, 2021.

  1. Epsilons Win User

    What's the PowerShell command to re-install the preinstalled UWP apps on W11?


    I'd like to know what's the command to re-install all the preinstalled UWP apps? The single line of PowerShell code that worked just fine for W10 no longer work at all on W11.I'm asking because I deleted an apps i ended up needing and now i'm unable to find said apps on the Microsoft Store. For some reasons somes built-in apps are not publicly available and are "hidden" on the Microsoft Store, which is an awful design if you ask me.I want to re-install the "ms-people" UWP app the People app, which is available from within Mail and from CalendarThe W10 PowerShell code

    :)
     
    Epsilons, Oct 17, 2021
    #1
  2. IngeAgly Win User

    How to kill a UWP app using Command Prompt or Powershell on Windows 10?

    Besides clicking End Task via Task Manager to kill/terminate UWP apps running on Windows 10, are there any ideas on how to kill/terminate a UWP app running on Windows 10 using Command Prompt or Powershell (in case Task Manager is inaccessible or you have
    to use loop commands to terminate it)?

    ***Post has been moved by the moderator to the appropriate forum category.***
     
    IngeAgly, Oct 17, 2021
    #2
  3. Pavan_N Win User
    Uninstall Photo app by using Powershell command

    Hi Lorraine,

    Thank you for posting your response.

    I apologize for the miscommunication. Follow the steps below and check if that helps.


    • 1. Open the Start menu, type Windows PowerShell in the search bar.

      2. Right click on the Windows PowerShell and select Run as administrator.

      3. Enter the below command to uninstall the Photo app.

      • get-appxpackage *Microsoft.Windows.Photos* | remove-appxpackage ( check the spacing)
    After performing the above steps, install the Photo app from the Windows store.

    Hope this information is helpful. Please do let us know if you need further assistance, we’ll be glad to assist you.

    Thanks
     
    Pavan_N, Oct 17, 2021
    #3
  4. Kari Win User

    What's the PowerShell command to re-install the preinstalled UWP apps on W11?

    PowerShell PackageManagement (OneGet) - Install Apps from Command Line


    New OneGet experimental build released, tutorial (step 3.2) updated:

    Tweet



    — Twitter API (@User) View on Twiiter
     
Thema:

What's the PowerShell command to re-install the preinstalled UWP apps on W11?

Loading...
  1. What's the PowerShell command to re-install the preinstalled UWP apps on W11? - Similar Threads - What's PowerShell command

  2. Powershell command

    in Windows 10 Customization
    Powershell command: Hi How can i get a list via powershell commandof expired users password in AD like this screenshot.Thanks https://answers.microsoft.com/en-us/windows/forum/all/powershell-command/54833831-89ba-4641-a5b2-2d55e848aab8
  3. Powershell command

    in Windows 10 Gaming
    Powershell command: Hi How can i get a list via powershell commandof expired users password in AD like this screenshot.Thanks https://answers.microsoft.com/en-us/windows/forum/all/powershell-command/54833831-89ba-4641-a5b2-2d55e848aab8
  4. What's the PowerShell command to re-install the preinstalled UWP apps on W11?

    in Windows 10 Software and Apps
    What's the PowerShell command to re-install the preinstalled UWP apps on W11?: I'd like to know what's the command to re-install all the preinstalled UWP apps? The single line of PowerShell code that worked just fine for W10 no longer work at all on W11.I'm asking because I deleted an apps i ended up needing and now i'm unable to find said apps on the...
  5. What Does This Command Do In Powershell?

    in Windows 10 Customization
    What Does This Command Do In Powershell?: Get-AppXPackage -AllUsers Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$$_.InstallLocation\AppXManifest.xml"} https://answers.microsoft.com/en-us/windows/forum/all/what-does-this-command-do-in-powershell/1ff83e7f-2e15-4208-83ba-008423895b13
  6. powershell commands

    in Windows 10 Software and Apps
    powershell commands: I would like a PowerShell ISE command to open a .flac file at a certain time https://answers.microsoft.com/en-us/windows/forum/all/powershell-commands/ea3b6d02-cddd-419d-9ba5-a18f14e67ba5
  7. Issues with UWP Apps/Powershell

    in Windows 10 Installation and Upgrade
    Issues with UWP Apps/Powershell: Hello! Recently I resetted my PC using the Reset this PC feature. I noticed that all of my UWP apps are gone. Does anyone know how I can fix this? https://answers.microsoft.com/en-us/windows/forum/all/issues-with-uwp-appspowershell/a0524ef2-c5ab-4a52-bf34-0f0b4b66e475
  8. Preinstalled UWP thumbnails not showing up.

    in Windows 10 Drivers and Hardware
    Preinstalled UWP thumbnails not showing up.: All (i think all) my default app's thumbnails aren't showing up properly They all show up like this. [img] Paint 3d microsoft store connect (all the office apps) photos etc show up like that without a thumbnail Windows 1903 142646
  9. Preinstalled UWP thumbnails not showing up.

    in Windows 10 Support
    Preinstalled UWP thumbnails not showing up.: All (i think all) my default app's thumbnails aren't showing up properly They all show up like this. [img] Paint 3d microsoft store connect (all the office apps) photos etc show up like that without a thumbnail Windows 1903 142646
  10. PowerShell PackageManagement (OneGet) - Install Apps from Command Line

    in Windows 10 Tutorials
    PowerShell PackageManagement (OneGet) - Install Apps from Command Line: How to: PowerShell PackageManagement (OneGet) - Install Apps from Command Line [img] Note If you are not familiar with package managers I recommend you read first the short Chocolatey package manager tutorial at our sister site Windows Eight Forums as an introduction to...