Uninstall Apps in Windows 10  

Page 42 of 66 FirstFirst ... 32404142434452 ... LastLast

  1. Posts : 68,894
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #410

    Hello @ziffel,

    Unfortunately, some of the default apps that Windows uses cannot be uninstalled.

    If you already uninstalled an app for your account, it also won't let you uninstall it for all users from within your account afterwards.

    If you like, here are some more ideas below for freeing up hard drive space that may help.

    Free Up Drive Space in Windows 10 | Windows 10 Tutorials
      My Computers


  2. Posts : 46
    Windows 10 Home x64 (21H2)
       #411

    Thank you Brink. I figured that might be the case. It sucks, because I know that space is just being wasted on nothing.

    I have already freed up space using techniques in that guide you linked, but thanks anyway.
      My Computer


  3. Posts : 318
    Windows 10 x64 bits
       #412

    swarfega said:
    Seems there are some new unwanted games with 1803.

    Disney Magic Kingdoms
    Bubble Witch 3 Saga
    March of Empires: War of Lords

    @Brink do you have the magic words to remove them?

    Build 1803

    (To remove Disney Magic Kingdoms app from all current accounts on PC)
    Code:
    Get-appxpackage -allusers *A278AB0D.DisneyMagicKingdoms* | Remove-AppxPackage
    (To only remove Disney Magic Kingdoms app from new accounts created afterwards)
    Code:
    Get-appxprovisionedpackage –online | where-object {$_.packagename –like "*A278AB0D.DisneyMagicKingdoms*"} | remove-appxprovisionedpackage –online
    (To remove Bubble Witch 3 Saga app from all current accounts on PC)
    Code:
    Get-appxpackage -allusers *king.com.BubbleWitch3Saga* | Remove-AppxPackage
    (To only remove Bubble Witch 3 Saga app from new accounts created afterwards)
    Code:
    Get-appxprovisionedpackage –online | where-object {$_.packagename –like "*king.com.BubbleWitch3Saga*"} | remove-appxprovisionedpackage –online
    (To remove Hidden City: Hidden Object Adventure app from all current accounts on PC)
    Code:
    Get-appxpackage -allusers *828B5831.HiddenCityMysteryofShadows* | Remove-AppxPackage
    (To only remove Hidden City: Hidden Object Adventure app from new accounts created afterwards)
    Code:
    Get-appxprovisionedpackage –online | where-object {$_.packagename –like "*828B5831.HiddenCityMysteryofShadows*"} | remove-appxprovisionedpackage –online
    (To remove DolbyAccess app from all current accounts on PC)
    Code:
    Get-appxpackage -allusers *DolbyLaboratories.DolbyAccess* | Remove-AppxPackage
    (To only remove DolbyAccess app from new accounts created afterwards)
    Code:
    Get-appxprovisionedpackage –online | where-object {$_.packagename –like "*DolbyLaboratories.DolbyAccess*"} | remove-appxprovisionedpackage –online
    (To remove Xbox gaming Overlay app from all current accounts on PC)
    Code:
    Get-appxpackage -allusers *Microsoft.XboxGamingOverlay* | Remove-AppxPackage
    (To only remove Xbox gaming Overlay app from new accounts created afterwards)
    Code:
    Get-appxprovisionedpackage –online | where-object {$_.packagename –like "*Microsoft.XboxGamingOverlay*"} | remove-appxprovisionedpackage –online

    If you don't use anything other than VLC for waching videos, then you could uninstall the Web Media Extensions

    (To remove Web Media Extensions app from all current accounts on PC)
    Code:
    Get-appxpackage -allusers *Microsoft.WebMediaExtensions* | Remove-AppxPackage
    (To only remove Web Media Extensions app from new accounts created afterwards)
    Code:
    Get-appxprovisionedpackage –online | where-object {$_.packagename –like "*Microsoft.WebMediaExtensions*"} | remove-appxprovisionedpackage –online
    Thanks to @Brink for this this very useful tutorial, @Lmbrt for his test and @Bree

    Came
    Last edited by camelia; 24 Jun 2018 at 02:20.
      My Computers


  4. Posts : 841
    Windows 10 Pro 21H2
       #413

    This does not work: Get-AppxPackage *Microsoft.MicrosoftStickyNotes* | Remove-AppxPackage

    It appears to have uninstalled in PowerShell, but it is still present in the menu. PowerShell displays some information in light blue for maybe a second and then deletes it.
      My Computer


  5. Posts : 68,894
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #414

    rdwray said:
    This does not work: Get-AppxPackage *Microsoft.MicrosoftStickyNotes* | Remove-AppxPackage

    It appears to have uninstalled in PowerShell, but it is still present in the menu. PowerShell displays some information in light blue for maybe a second and then deletes it.
    Does it still open Sticky Notes from the shortcut still in the Start menu?

    If not, then you might see if signing out and in may clear it from the menu.
      My Computers


  6. Posts : 841
    Windows 10 Pro 21H2
       #415

    Brink said:
    Does it still open Sticky Notes from the shortcut still in the Start menu?

    If not, then you might see if signing out and in may clear it from the menu.
    Yep, Sticky Notes still works.
      My Computer


  7. Posts : 68,894
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #416

    Hmm, I just tested the command on my system, and it still uninstalled Sticky Notes and removed it from the Start menu (All Apps list) for me.

    What build do you have installed? Maybe it's a bug in that build.
      My Computers


  8. Posts : 841
    Windows 10 Pro 21H2
       #417

    OS is 1709 and I also have Disney Magic Kingdom that is a problem.
      My Computer


  9. Posts : 68,894
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #418

    You might see if using the all users option to uninstall "Sticky Notes" may work better for you.
      My Computers


  10. Posts : 841
    Windows 10 Pro 21H2
       #419

    -AllUsers gives me an Error 87.
      My Computer


 

Tutorial Categories

Uninstall Apps in Windows 10 Tutorial Index Network & Sharing Instalation and Upgrade Browsers and Email General Tips Gaming Customization Apps and Features Virtualization BSOD System Security User Accounts Hardware and Drivers Updates and Activation Backup and Restore Performance and Maintenance Mixed Reality Phone


  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 21:50.
Find Us




Windows 10 Forums