Default/Stock Start Menu Apps


  1. Posts : 194
    Windows 10
       #1

    Default/Stock Start Menu Apps


    Apologies if this is the wrong area to post this question.

    Here is the two .bat app removers that I use. One is for the apps on my account and one is for the apps on all accounts.

    apps.batapp packages.bat

    I just reinstalled Windows 10 Pro 64-bit and I guess with this new version, there is quite a few more bloatware apps.

    Default/Stock Start Menu Apps-untitled.png

    How can I go about editing my .bat files to include everything that is shown there?
      My Computer


  2. Posts : 42,998
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #2

    Uninstall Apps in Windows 10 | Windows 10 Tutorials
    gives powershell commands.

    Doesn't give you a direct customised answer, sorry.

    Removing unnecessary apps might seem a great idea. In practice it
    - doesn't save significant space
    - doesn't significantly reduce network overhead (updates, background activity)

    You can disable updates & background activity per app in Settings

    However, you may still feel it necessary in your scenario.

    You could just do it once, manually. I believe- but have no personal evidence- that whereas with earlier builds removed apps would be reinstated when upgrading, Windows now respects their removal. Others will know more from their experience.

    You can't remove Edge as far as I know- it would be difficult and risky.
      My Computers


  3. Posts : 194
    Windows 10
    Thread Starter
       #3

    I am just OCD about this kind of thing. And I realize it doesn't have me almost anything but still...
    While it would be nice to have an OS without Cortana or Edge, I am not trying to remove that in this process.
      My Computer


  4. Posts : 5,478
    2004
       #4

    It might be easier to remove them all except the store (as in the tutorial above)

    Code:
    Get-appxprovisionedpackage –online | where-object {$_.packagename –notlike “*store*”} | Remove-AppxProvisionedPackage -online
    Get-AppxPackage -AllUsers | where-object {$_.name –notlike “*store*”} | Remove-AppxPackage
    Then add back the ones you want - Calculator, OneNote, whatever. Then next upgrade just repeat the process to get rid of the new ones. Deleted apps aren't re-added by upgrade but new ones always are pushed.

    Alternatively you can add the new ones to your batch files but this makes for a never ending job as more are added each release. You can check this project on GitHub - it is still being maintained it seems.

    Debloat-Windows-10/remove-default-apps.ps1 at master · W4RH4WK/Debloat-Windows-10 · GitHub

    I do remove them - together the WindowsApps and InfusedApps directories take 2.5GB. Whether that is a lot really depends on your system. For me it is important. Some of them (Skype for example) use a lot of resources on boot whether you have ever used them or not.

    I did keep a list but haven't updated it for a couple of releases - I just remove them all now.
      My Computer


  5. Posts : 194
    Windows 10
    Thread Starter
       #5

    That list via GitHub, how old is it?
      My Computer


  6. Posts : 5,478
    2004
       #6

    SightUp said:
    That list via GitHub, how old is it?
    About 4 months by the look of it - May 2nd. Just after the last Windows update. From the linked page (I know GitHub isn't that intuitive) :
    Attached Thumbnails Attached Thumbnails Default/Stock Start Menu Apps-capture.png  
      My Computer


 

  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 20:44.
Find Us




Windows 10 Forums