Windows 8 Uygulamaları arasında dolaşmanın ve hepsini kaldırmanın bir yolu var mı?
Windows uygulamaları can sıkıcı ve ben bunları kaldırmak istiyorum. Powershell ile oynuyordum ve betik yazıyordum ve Powershell'i tüm uygulamalar arasında dolaştırmamın ve bunları kaldırmamın bir yolu olup olmadığını bilmek istedim. # List of Applications that will be removed $AppsList = "Microsoft.BingTravel","Microsoft.WindowsAlarms","Microsoft.Reader",` "Microsoft.WindowsScan","Microsoft.WindowsSoundRecorder","Microsoft.SkypeApp","Microsoft.BingFoodAndDrink","Microsoft.BingMaps",` "Microsoft.HelpAndTips","Microsoft.BingFinance","Microsoft.ZuneMusic","Microsoft.Reader","Microsoft.BingNews","Microsoft.AkypeApp",` "Microsoft.ZuneVideo","Microsoft.BingTravel","Microsoft.BingSports","Microsoft.BingWeather","Microsoft.BingHealthAndFitness",` "Microsoft.Media.PlayReadyClient.2","Microsoft.XboxLIVEGames","Microsoft.WindowsReadingList","Microsoft.WindowsAlarms" ForEach ($App in $AppsList) { …