Logo_blau_1033x400

Komplettes Skript um den Microsoft Store und alle Standard APPs zu deinstallieren

#requires -version 4 Write-Output «Uninstalling default apps» $apps = @( # default Windows 10 apps «Microsoft.549981C3F5F10» #Cortana «Microsoft.3DBuilder» «Microsoft.Appconnector» «Microsoft.BingFinance» «Microsoft.BingNews» «Microsoft.BingSports» «Microsoft.BingTranslator» «Microsoft.BingWeather» #»Microsoft.FreshPaint» «Microsoft.GamingServices» «Microsoft.Microsoft3DViewer» «Microsoft.MicrosoftOfficeHub» «Microsoft.MicrosoftPowerBIForWindows» «Microsoft.MicrosoftSolitaireCollection» #»Microsoft.MicrosoftStickyNotes» «Microsoft.MinecraftUWP» «Microsoft.NetworkSpeedTest» «Microsoft.Office.OneNote» «Microsoft.People» «Microsoft.Print3D» «Microsoft.SkypeApp» «Microsoft.Wallet» #»Microsoft.Windows.Photos» «Microsoft.WindowsAlarms» #»Microsoft.WindowsCalculator» «Microsoft.WindowsCamera» «microsoft.windowscommunicationsapps» «Microsoft.WindowsMaps» «Microsoft.WindowsPhone» «Microsoft.WindowsSoundRecorder» #»Microsoft.WindowsStore» «Microsoft.Xbox.TCUI» «Microsoft.XboxApp» «Microsoft.XboxGameOverlay» «Microsoft.XboxGamingOverlay» «Microsoft.XboxSpeechToTextOverlay» «Microsoft.YourPhone» «Microsoft.ZuneMusic» «Microsoft.ZuneVideo» […]