Windows 10: App removal with PowerShell !

Discus and support App removal with PowerShell ! in Windows 10 Gaming to solve the problem; Most apps you can right click and uninstall using Windows 10. The Photo app and Windows media player you seem to need PowerShell! Is there a reason for... Discussion in 'Windows 10 Gaming' started by BRIAN LOFTHOUSE, Jun 25, 2023.

  1. App removal with PowerShell !


    Most apps you can right click and uninstall using Windows 10. The Photo app and Windows media player you seem to need PowerShell! Is there a reason for this ? maybe a silly question. I removed the Windows photo app yesterday using PowerShell. I have been having problems with this app and tried most things "Reset and Repair" etc. I installed again from the "Store" but it hasn't cured the problem! When I use the app it doesn't seem to work first time. It either "locks up or I can't save". I go back in again and it works perfectly strange!!Just thought I would ask!PS always doing maintenanc

    :)
     
    BRIAN LOFTHOUSE, Jun 25, 2023
    #1
  2. Brink Win User

    Mail app will not open on 10041.

    Hello Adam,

    This is the suggested solution below if you haven't already tried it. App removal with PowerShell ! :)

    In this Windows 10 build 10041, the Mail, Calendar, and People apps may be broken due to a licensing issue with the Store Beta. To get these apps working again, you need to follow these steps:

    • Open powershell as administrator
    • Run the command Get-appxprovisionedpackage –online | where-object {$_.packagename –like “*windowscommunicationsapps*”} | remove-appxprovisionedpackage –online
    • Re-install Mail, People and Calendar from the Store (green tile)
     
    Brink, Jun 25, 2023
    #2
  3. kronflux Win User
    Powershell removal of ALL modern apps EXCEPT specified.


    Looking for a way to use powershell to remove every modern/metro app except those specified in a list.
    I assume you'd have to use get-appxpackage to list all apps installed, then select ones that aren't in the list.
    (the list would just include what's included by Windows by default)

    The purpose is for removal of OEM installed apps from new laptops.
     
    kronflux, Jun 25, 2023
    #3
  4. Pavan_N Win User

    App removal with PowerShell !

    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, Jun 25, 2023
    #4
Thema:

App removal with PowerShell !

Loading...
  1. App removal with PowerShell ! - Similar Threads - App removal PowerShell

  2. Removing powershell 7

    in Windows 10 Software and Apps
    Removing powershell 7: I want to remove powershell 7 which I installed on my systemThis message has been automatically translated https://answers.microsoft.com/en-us/windows/forum/all/removing-powershell-7/ab1f7207-9720-4eeb-a6db-4d1949f2a555
  3. Removing powershell 7

    in Windows 10 Gaming
    Removing powershell 7: I want to remove powershell 7 which I installed on my systemThis message has been automatically translated https://answers.microsoft.com/en-us/windows/forum/all/removing-powershell-7/ab1f7207-9720-4eeb-a6db-4d1949f2a555
  4. App removal with PowerShell !

    in Microsoft Windows 10 Store
    App removal with PowerShell !: Most apps you can right click and uninstall using Windows 10. The Photo app and Windows media player you seem to need PowerShell! Is there a reason for this ? maybe a silly question. I removed the Windows photo app yesterday using PowerShell. I have been having problems with...
  5. App removal with PowerShell !

    in Windows 10 Software and Apps
    App removal with PowerShell !: Most apps you can right click and uninstall using Windows 10. The Photo app and Windows media player you seem to need PowerShell! Is there a reason for this ? maybe a silly question. I removed the Windows photo app yesterday using PowerShell. I have been having problems with...
  6. Remove Windows 10 mail app via Powershell in Endpoint

    in Windows 10 Software and Apps
    Remove Windows 10 mail app via Powershell in Endpoint: Hey, I tired this command get-appxpackage *microsoft.windowscommunicationsapps* remove-appxpackage to remove Windows 10 mail app from windows 10 as a test before i upload Powershell in Endpoint for all users. butthe command not working. It didn't give an error but nothing...
  7. Powershell - Remove Windows 10 Apps for All users

    in Windows 10 Software and Apps
    Powershell - Remove Windows 10 Apps for All users: I am trying to remove Several Windows 10 Apps via Powershell and I mean I have done extensive research but just can not seem to get it to work. It works great for 1 user but not all users. Am I doing something wrong or what cause this is getting annoying lol....
  8. Customise OS with PowerShell script to remove ALL Apps.

    in Windows 10 Customization
    Customise OS with PowerShell script to remove ALL Apps.: I have been playing around with customising an Win 10 Pro ISO for installation. I basically want to get rid of pretty much ALL the Apps besides about three. For customisation, I have tried out WinReducer, MSMG, and WinToolkit, all of which allowed various levels of...
  9. remove OneNote printer with powershell

    in Windows 10 Ask Insider
    remove OneNote printer with powershell: [ATTACH] Hi world, I d like to remove OneNote printer with powershell but it does not work and one printer is not listed (OneNote) any help will be apreciated....
  10. Powershell removal of ALL modern apps EXCEPT specified.

    in Windows 10 Software and Apps
    Powershell removal of ALL modern apps EXCEPT specified.: Looking for a way to use powershell to remove every modern/metro app except those specified in a list. I assume you'd have to use get-appxpackage to list all apps installed, then select ones that aren't in the list. (the list would just include what's included by Windows by...