Win 10 Th 2 Automatically Reinstalls All Previously-Removed Apps

Page 5 of 8 FirstFirst ... 34567 ... LastLast

  1. Posts : 22,740
    Windows 10 Home x64
       #40

    unifex said:
    I don't understand people defending those useless apps. You want a reason to remove an ad for Office 360? Please give me a reason to keep it on my PC! Is it doing anything useful for me? No? Then why the hell is it on it? Same with all the other money, sport, etc. apps. Anyone really thinks these are core parts of the OS? I think that if I want this junk off my machine, it's my decision to make, not anyone else's.

    Of course, I'm not using W10 an any of my work machines, I'm just playing with in on a test machine out of curiosity, but these things just keep convincing me to stay away from it otherwise.
    The point I was trying to make was/is that I don't see the reason for removing apps that I don't use. They don't get in my way or bother me one bit. But, that doesn't mean that I'm trying to tell anyone what to do with their PC. Heck, if you or anyone wants to remover them.. go ahead and do it.

    Just keep in mind with each update like TH2 they will likely come back and you have to remove them all over again. If I were you I would try to automate the removal process as much as possible.

    Jeff
      My Computer


  2. Posts : 360
    Windows 10 Pro x64
       #41

    Try to change all of the titles in Windows 10 to "Windows 9" or "Windows 11". You can't because Microsoft doesn't want you to do that.

    But you can remove or disable apps. Microsoft built in those options so the user could change those. So if someone wants to use that option that Microsoft built in to customize Windows 10 to their liking, what's the problem?
      My Computer


  3. Posts : 22,740
    Windows 10 Home x64
       #42

    Antilope said:
    Try to change all of the titles in Windows 10 to "Windows 9" or "Windows 11". You can't because Microsoft doesn't want you to do that.

    But you can remove or disable apps. Microsoft built in those options so the user could change those. So if someone wants to use that option that Microsoft built in to customize Windows 10 to their liking, what's the problem?
    I have no problem with what yo do to your PC. Seriously.. I don't see the need to remove the apps but if you or someone else does then remove them.

    Jeff
      My Computer


  4. Posts : 5,478
    2004
       #43

    BunnyJ said:
    If I were you I would try to automate the removal process as much as possible.
    Easy to automate if you want to (I do this to save space as I have very small ssd)
    Code:
    $apps=@( 	
    	"9E2F88E3.Twitter"
    	"ClearChannelRadioDigital.iHeartRadio"
    	"Flipboard.Flipboard"
    	"king.com.CandyCrushSodaSaga"
    	"Microsoft.3DBuilder"
    	#"Microsoft.Appconnector"
    	"Microsoft.BingFinance"
    	"Microsoft.BingNews"
    	"Microsoft.BingSports"
    	"Microsoft.BingWeather"
    	"Microsoft.CommsPhone"
    	"Microsoft.Getstarted"
    	#"Microsoft.Messaging"
    	"Microsoft.MicrosoftOfficeHub"
    	"Microsoft.MicrosoftSolitaireCollection"
    	"Microsoft.Office.OneNote"
    	"Microsoft.Office.Sway"
    	"Microsoft.People"
    	"Microsoft.SkypeApp"
    	"Microsoft.Windows.Phone"
    	"Microsoft.Windows.Photos"
    	"Microsoft.WindowsAlarms"
    	#"Microsoft.WindowsCalculator"
    	"Microsoft.WindowsCamera"
    	"Microsoft.WindowsMaps"
    	"Microsoft.WindowsPhone"
    	"Microsoft.WindowsSoundRecorder"
    	#"Microsoft.WindowsStore"
    	"Microsoft.XboxApp"
    	"Microsoft.ZuneMusic"
    	"Microsoft.ZuneVideo"
    	#"microsoft.windowscommunicationsapps"
    	"Microsoft.MinecraftUWP"
    	"ShazamEntertainmentLtd.Shazam"		
    )
    
    foreach ($app in $apps) {	
    	Get-AppxPackage -Name $app -AllUsers | Remove-AppxPackage
    	Get-AppXProvisionedPackage -Online | where DisplayName -EQ $app | Remove-AppxProvisionedPackage -Online
    			
    	$appPath="$Env:LOCALAPPDATA\Packages\$app*"
    	Remove-Item $appPath -Recurse -Force -ErrorAction 0
    }
      My Computer


  5. Posts : 22,740
    Windows 10 Home x64
       #44

    @lx07, nice work and I agree if you have a small SSD then removing those apps does make sense.

    Jeff :)
      My Computer


  6. Posts : 951
    windows 10 home premium
       #45

    I don't think I received windows 10 TH2 what is the download number Thanks
      My Computer


  7. Posts : 22,740
    Windows 10 Home x64
       #46

    jerrypc1 said:
    I don't think I received windows 10 TH2 what is the download number Thanks
    Try running winver from the command prompt and you should see version 1511 build 10586 if you have TH2.
    HTH
      My Computer


  8. Posts : 15,037
    Windows 10 IoT
       #47

    Get Office, Get Skype, Get Started, lol, don't get me started. They can all go.
      My Computer


  9. Posts : 731
    Windows 10 Home - Version 22H2- Build 19045.3758
       #48

    You can also see the version you have in Settings/System/About
      My Computers


  10. Posts : 951
    windows 10 home premium
       #49

    BunnyJ said:
    Try running winver from the command prompt and you should see version 1511 build 10586 if you have TH2.
    HTH
    BunnyJ I typed WINVER from the command prompt And nopthing happend
      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 16:18.
Find Us




Windows 10 Forums