Recommended Posts

48 minutes ago, Dot Matrix said:

Wow. Browsing history, such a killer feature, thank you Microsoft!

 

/s

Why is this a problem? It's a useful feature that many people have asked for.

 

Edit. Also, for people who don't like updates reinstalling certain default apps, you can write a short Powershell script that removes an entire set in one go. This is what I paste into Powershell ISE (specific apps that I don't personally use). It's only a touch faster than removing them one by one from Start but less manually onerous.

 

Get-AppXPackage *MicrosoftSolitaireCollection* | Remove-AppXPackage
Get-AppXPackage *Office.OneNote* | Remove-AppXPackage
Get-AppXPackage *Office.Sway* | Remove-AppXPackage
Get-AppXPackage *Getstarted* | Remove-AppXPackage
Get-AppXPackage *BingSports* | Remove-AppXPackage
Get-AppXPackage *BingFinance* | Remove-AppXPackage
Get-AppXPackage *MicrosoftOfficeHub* | Remove-AppXPackage
Get-AppXPackage *SkypeApp* | Remove-AppXPackage

 

Edited by zhangm

I got a quick question: Has everyone received the update? I'm still stuck in 11099 and I need to upgrade to see if there's a Visual Studio bug that has been fixed!

 

Edit:

http://www.nooooooooooooooo.com/

 

I have yet to receive the update... But the problem still persists in 11 1102 :cry:

http://stackoverflow.com/questions/34789626/ambiguity-between-packages-in-mvc-project?noredirect=1#comment57646248_34789626

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.