Öffne die Windows-Suche und suche nach Windows PowerShell. Mache einen Rechtsklick auf die Anwendung und wähle Als Administrator ausführen aus und bestätige den folgende Sicherheitshinweis mit Ja.
Nun musst du mithilfe von Befehlen die jeweiligen Apps entfernen. Kopiere dazu den jeweiligen Befehl aus der unten stehenden Tabelle in die PowerShell ein (Rechtsklick oder Strg + V) und drücke Enter.
App | Befehl |
---|---|
3D Builder | Get-AppxPackage *3dbuilder* | Remove-AppxPackage |
Alarm und Uhr | Get-AppxPackage *windowsalarms* | Remove-AppxPackage |
Asphalt 8: Airborne | Get-AppxPackage *Asphalt8Airborne* | Remove-AppxPackage |
Candy Crush Saga | Get-AppxPackage *CandyCrushSaga* | Remove-AppxPackage |
Drawboard PDF | Get-AppxPackage *DrawboardPDF* | Remove-AppxPackage |
Erste Schritte | Get-AppxPackage *getstarted* | Remove-AppxPackage |
Get-AppxPackage *Facebook* | Remove-AppxPackage | |
Feedback Hub | Get-AppxPackage *feedback* | Remove-AppxPackage |
Filme & TV | Get-AppxPackage *zunevideo* | Remove-AppxPackage |
Finanzen | Get-AppxPackage *bingfinance* | Remove-AppxPackage |
Fotos | Get-AppxPackage *photos* | Remove-AppxPackage |
Groove-Musik | Get-AppxPackage *zunemusic* | Remove-AppxPackage |
Kalender & Mail | Get-AppxPackage *communicationsapps* | remove-appxpackage |
Kamera | Get-AppxPackage *windowscamera* | Remove-AppxPackage |
Karten | Get-AppxPackage *windowsmaps* | Remove-AppxPackage |
Kontakte | Get-AppxPackage *people* | Remove-AppxPackage |
Microsoft Solitaire Collection | Get-AppxPackage *solitairecollection* | Remove-AppxPackage |
Nachrichten | Get-AppxPackage *bingnews* | Remove-AppxPackage |
Office holen | Get-AppxPackage *officehub* | Remove-AppxPackage |
OneNote | Get-AppxPackage *onenote* | Remove-AppxPackage |
Paint 3D | Get-AppxPackage *mspaint* | Remove-AppxPackage |
Rechner | Get-AppxPackage *windowscalculator* | Remove-AppxPackage |
Skype | Get-AppxPackage *skypeapp* | Remove-AppxPackage |
Sport | Get-AppxPackage *bingsports* | Remove-AppxPackage |
Sprachrekorder | Get-AppxPackage *soundrecorder* | Remove-AppxPackage |
Xbox Identity Provider | Get-AppxPackage *xboxIdentityprovider* | Remove-AppxPackage |
Xbox | Get-AppxPackage *xboxapp* | Remove-AppxPackage |
Eine Liste aller Apps findest du, wenn du einen Rechtsklick auf das Windows-Logo in der Taskleiste machst und zu Apps und Features Standard-Apps Standard-Apps nach Protokoll auswählen navigierst.
Alle Apps wieder installieren
Um wieder alle vorinstallierten Apps zu aktivieren benutzt du einfach den Befehl Get-AppxPackage -allusers | foreach {Add-AppxPackage -register ?$($_.InstallLocation)\appxmanifest.xml? -DisableDevelopmentMod} in der PowerShell.
Bei Fragen oder Anregungen freue ich mich natürlich über eure Kommentare.
Über mich
Ich bin Janis (aka. EurenikZ), 25 Jahre alt und komme aus der Nähe von Frankfurt am Main. Ich habe eine abgeschlossene IHK-Ausbildung zum Fachinformatiker für Systemintegration und arbeite als Junior IT-Administrator in einem IT-Systemhaus. Neben meinem IT-Blog beschäftige ich mich viel mit diversen IT-Themen und meinen Webseiten sowie Telegram Bots und biete IT-Dienstleistungen an.