Windows 10: Powershell - Remove Windows 10 Apps for All users

Discus and support Powershell - Remove Windows 10 Apps for All users in Windows 10 Software and Apps to solve the problem; 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... Discussion in 'Windows 10 Software and Apps' started by JW Luttrell, Mar 3, 2021.

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


    Get-AppxPackage *Microsoft.Microsoft3DViewer* -AllUsers Remove-AppxPackage

    Get-AppxPackage *3dbuilder* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.BingNews* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.BingWeather* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.GetHelp* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.GetStarted* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.MicrosoftOfficeHub* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.MicrosoftSolitareCollection* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.MixedRealityViewer* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.MixedReality.Portal* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.RemoteDesktop* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.YourPhone* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.NetworkSpeedTest* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.Office.Desktop* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.Todos* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.Office.OneNote* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.Office.Sway* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.Whiteboard* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.OfficeLens* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.WindowsMaps* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.People* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.SkypeApp* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.WindowsFeedbackHub* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.Xbox.TCUI* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.XboxApp* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.XboxGameCallableUI* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.XboxGameOverlay* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.XboxGamingOverlay* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.XboxIdentityProvider* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.XboxSpeechToTextOverlay* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.ZuneMusic* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Microsoft.ZuneVideo* -AllUsers Remove-AppxPackage

    Get-AppxPackage Microsoft.windowscommunicationsapps -AllUsers Remove-AppxPackage

    Get-AppxPackage *7EE7776C.LinkedInforWindows* -AllUsers Remove-AppxPackage

    Get-AppxPackage *officehub* -AllUsers Remove-AppxPackage

    Get-AppxPackage *bingfinance* -AllUsers Remove-AppxPackage

    Get-AppxPackage *windowsphone* -AllUsers Remove-AppxPackage

    Get-AppxPackage *bingsports* -AllUsers Remove-AppxPackage

    Get-AppxPackage *Twitter* -AllUsers Remove-AppxPackage

    Get-AppxPackage king.com.CandyCrushSodaSaga -AllUsers Remove-AppxPackage

    Get-AppxPackage flaregamesGmbH.RoyalRevolt2 -AllUsers Remove-AppxPackage

    Get-AppxPackage *Netflix -AllUsers Remove-AppxPackage

    Get-AppxPackage Facebook.Facebook -AllUsers Remove-AppxPackage

    Get-AppxPackage Microsoft.MinecraftUWP -AllUsers Remove-AppxPackage

    Get-AppxPackage *MarchofEmpires -AllUsers Remove-AppxPackage

    Get-AppxPackage *solitairecollection* -AllUsers Remove-AppxPackage

    :)
     
    JW Luttrell, Mar 3, 2021
    #1
  2. OneMoar Win User

    Windows 10 Tweaks

    @W1zzard looks like the hashing/version is different on some systems
    this syntax works better
    powershell "Get-AppxPackage *3d* | Remove-AppxPackage"
    powershell "Get-AppxPackage *bing* | Remove-AppxPackage"
    powershell "Get-AppxPackage *solit* | Remove-AppxPackage"
    powershell "Get-AppxPackage *people* | Remove-AppxPackage"
    powershell "Get-AppxPackage *zune* | Remove-AppxPackage"
    powershell "Get-AppxPackage *photos* | Remove-AppxPackage"
    powershell "Get-AppxPackage *phone* | Remove-AppxPackage"
    powershell "Get-AppxPackage *communi* | Remove-AppxPackage"
    someone already compiled all the tweaks listed into a handy choice driven .cmd file
    you can get that from here
    http://forums.mydigitallife.info/threads/63498-Windows-10-TNBT-(The-next-big-tweak)-official-thread
     
    OneMoar, Mar 3, 2021
    #2
  3. AsRock Win User
    Windows 10 Tweaks

    I will have to agree, as when i upgraded the fixes work and now i am using a clean install none of them work except onedrive.
     
    AsRock, Mar 3, 2021
    #3
  4. OneMoar Win User

    Powershell - Remove Windows 10 Apps for All users

    Windows 10 Tweaks

    Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CF1, Package was not found.
    Windows cannot remove Microsoft.3DBuilder_10.0.0.0_x64__8wekyb3d8bbwe because the current user does not have that
    package installed. Use Get-AppxPackage to see the list of packages installed.
    yea its saying it can't find the package here is the output from getxapp package
     
    OneMoar, Mar 3, 2021
    #4
Thema:

Powershell - Remove Windows 10 Apps for All users

Loading...
  1. Powershell - Remove Windows 10 Apps for All users - Similar Threads - Powershell Remove Apps

  2. 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...
  3. App removal with PowerShell !

    in Windows 10 Gaming
    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...
  4. 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...
  5. 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...
  6. Removing Domain Users' Windows Packaged Apps using elevated Powershell

    in Microsoft Windows 10 Store
    Removing Domain Users' Windows Packaged Apps using elevated Powershell: Dear Community, I have not found a good way to remove most of my Domain Users' Windows Packaged Apps. A. I cannot use AppLocker from GPO, because my users are using Windows 10 Pro. I believe AppLocker only applies for Windows 10 Enterprise and Education. B. I cannot...
  7. Permanently Removing Preinstalled Windows 10 Apps for All Users Existing or New

    in Windows 10 Network and Sharing
    Permanently Removing Preinstalled Windows 10 Apps for All Users Existing or New: Currently running into an issue where when I attempt to remove all preinstalled apps from Windows 10 i.e. game bar, news, money, .... for all users, I am only able to remove the desired apps for existing users. When a new user accesses the same computer on the same...
  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 built in apps windows 10 for All Users

    in Windows 10 Software and Apps
    Remove built in apps windows 10 for All Users: Hi all, Hope i can have some help as i made a error in my image i created. *Sad I've left the built in apps installed and i would like to remove them via GPO or logon script? Dose anyone have any ideas on how? Thanks Newp 62176
  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...