SIGN IN YOUR ACCOUNT TO HAVE ACCESS TO DIFFERENT FEATURES

PASSWORT VERGESSEN!

LOGIN-DATEN VERGESSEN?

AAH, WARTET, ICH ERINNERE MICH WIEDER!

OneSystems

OneSystems

System Management aus der Schweiz

OneSystems
Untere Grundgasse 3, 9500 Wil, Schweiz

Open in Google Maps
Haben Sie Fragen? Senden Sie uns doch eine Nachricht
  • LOGIN
  • No products in cart.
  • Home
  • Dienstleistungen
    • E-Mail
      • b1gMail / b1gMailServer
      • b1gMail Plugins
    • Webdesign
  • Blog
  • Hilfe & Support
  • Mein Konto
  • Kontakt
  • Home
  • Blog
  • PowerShell
  • Windows 10 Standard Apps mit PowerShell deinstallieren
26. März 2023

Windows 10 Standard Apps mit PowerShell deinstallieren

Windows 10 Standard Apps mit PowerShell deinstallieren

von Michael Kleger / Donnerstag, 15 September 2016 / Veröffentlicht in PowerShell, Windows

Die Powershell als Administrator starten und mit folgenden Befehlen können die einzelnen Apps deinstalliert werden:

Get-AppxPackage *3dbuilder* | Remove-AppxPackage # 3D Builder
Get-AppxPackage *windowsalarms* | Remove-AppxPackage # Alarms and Clock
# Get-AppxPackage *windowscalculator* | Remove-AppxPackage # Calculator
Get-AppxPackage *codewriter* | Remove-AppxPackage # Code Writer
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage # Calendar and Mail
Get-AppxPackage *windowscamera* | Remove-AppxPackage # Camera
Get-AppxPackage *actiprosoftware* | Remove-AppxPackage # Code Writer
Get-AppxPackage *clipsemanager* | Remove-AppxPackage # EclipseManager
Get-AppxPackage *officehub* | Remove-AppxPackage # Get Office
Get-AppxPackage *skypeapp* | Remove-AppxPackage # Get Skype
Get-AppxPackage *getstarted* | Remove-AppxPackage # Get Started
Get-AppxPackage *zunemusic* | Remove-AppxPackage # Groove Music
Get-AppxPackage *windowsmaps* | Remove-AppxPackage # Maps
Get-AppxPackage *solitairecollection* | Remove-AppxPackage # Microsoft Solitaire Collection
Get-AppxPackage *microsoftpowerbiforwindows* | Remove-AppxPackage # Microsoft Power BI for Windows
Get-AppxPackage *messaging* | Remove-AppxPackage # Microsoft Nachrichten
Get-AppxPackage *stickynotes* | Remove-AppxPackage # Microsoft Sticky Notes
Get-AppxPackage *bingfinance* | Remove-AppxPackage # Money
Get-AppxPackage *zunevideo* | Remove-AppxPackage # Movies & TV
Get-AppxPackage *bingnews* | Remove-AppxPackage # News
Get-AppxPackage *networkspeedtest* | Remove-AppxPackage # Network Speed Test
Get-AppxPackage *onenote* | Remove-AppxPackage # OneNote
Get-AppxPackage *feedback* | Remove-AppxPackage # WindowsFeedbackHub
Get-AppxPackage *3dviewer* | Remove-AppxPackage # Microsoft3DViewer
Get-AppxPackage *whiteboard* | Remove-AppxPackage # Whiteboard
Get-AppxPackage *windowsphone* | Remove-AppxPackage # Phone Companion
# Get-AppxPackage *photos* | Remove-AppxPackage # Photos
Get-AppxPackage *photoshop* | Remove-AppxPackage # Photoshop Express
Get-AppxPackage *sway* | Remove-AppxPackage # Sway
Get-AppxPackage *bingsports* | Remove-AppxPackage # Sports
Get-AppxPackage *soundrecorder* | Remove-AppxPackage # Voice Recorder
Get-AppxPackage *bingweather* | Remove-AppxPackage # Weather
Get-AppxPackage *xboxapp* | Remove-AppxPackage # Xbox
Get-AppxPackage *xing* | Remove-AppxPackage # XING
Get-AppxPackage *sketchbook* | Remove-AppxPackage # Sketch Book
Get-AppxPackage *minecraft* | Remove-AppxPackage # Minecraft
Get-AppxPackage *candycrush* | Remove-AppxPackage # Candy Crush
Get-AppxPackage *bubble* | Remove-AppxPackage # Bubble Witch
Get-AppxPackage *empires* | Remove-AppxPackage # War of Lords
Get-AppxPackage *duolingo* | Remove-AppxPackage # Duolingo
Get-AppxPackage *translator* | Remove-AppxPackage # Translator
Get-AppxPackage *freshpaint* | Remove-AppxPackage # FreshPaint
Get-AppxPackage *microsoft.office* | Remove-AppxPackage # Office Apps
Get-AppxPackage *windowsstore* | Remove-AppxPackage # Windows Store

Wen man alle Standard Apps wieder Installieren möchte kann man das mit folgendem Befehl machen:

Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

Ähnliche Beiträge

  • Tweet
Tags Deinstallieren, Remove, Standard Apps, Uninstall, Windows 10

About Michael Kleger

What you can read next

Eigener CardDAV- und CalDAV Server mit Baikal
Windows 10 RDP auf Windows XP
VMs mit Microsoft / Vendor ROK Key installieren

4 Comments to “ Windows 10 Standard Apps mit PowerShell deinstallieren”

  1. Michael sagt:Antworten
    1. März 2019 an 13:06

    Danke! Das ist extrem hilfreich!!!

    1. Michael Kleger sagt:Antworten
      1. März 2019 an 13:58

      Besten Dank, falls noch etwas in der Liste fehlen sollte einfache Melden.

      1. Michael sagt:Antworten
        10. September 2019 an 20:17

        Hallo. Ich habe mir seitdem noch diese hinzugefügt, wobei letzteres vielleicht nur nach einer frischen Installation ratsam wäre. Es wäre schlecht, wenn ein bewusst installiertes Office deswegen runterfliegt (ich hatte bisher auch nur einen PC damit, denke ich.)

        Get-AppxPackage *duolingo* | Remove-AppxPackage #
        Get-AppxPackage *translator* | Remove-AppxPackage #
        Get-AppxPackage *freshpaint* | Remove-AppxPackage #
        #Get-AppxPackage *microsoft.office* | Remove-AppxPackage # vorinstallierter Officekram

        1. Michael Kleger sagt:Antworten
          10. September 2019 an 20:26

          Hallo, besten Dank habe die Apps noch nachgetragen in der Liste…

          Freundliche Grüsse
          Michael Kleger

Schreibe einen Kommentar Antworten abbrechen

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.

Letzten Beiträge

  • E-Mails Archivieren

    Eines der besten Programme um geschäftliche E-M...
  • Windows Updates Fehler 0x8024500c

    Es gibt verschiedenste Gründe, warum der Fehler...
  • VMware ESXi updaten

    Auch ein ESXi Server, der von sich aus schon se...
  • VMware vCenter vCLS „The task was canceled by a user.“

    Nach einem vCenter oder ESXi Update kann es vor...
  • Eigene Cloud mit einem Raspberry Pi und Nextcloud (Teil 4)

    Damit die Cloud Best möglichst abgesichert ist ...

Neueste Kommentare

  • LVM, Linux Festplatte vergrößern | Gumpert IT Wiki bei LVM Festplatte vergrössern ohne neue Partition
  • Detlef bei Remote Desktop mit Linux Mint 19
  • Michael Kleger bei Remote Desktop mit Linux Mint 19
  • Detlef bei Remote Desktop mit Linux Mint 19
  • Michael Kleger bei WordPress mit Fail2Ban absichern

Kategorien

  • b1gMail
  • CentOS
  • Debian
  • Linux
  • Mac OSX
  • Microsoft Exchange
  • Microsoft Outlook
  • Mint
  • Monitoring
  • Neuigkeiten
  • Nextcloud
  • PowerShell
  • Python
  • Raspberry Pi
  • Sicherheit
  • Tipps und Tricks
  • VMware
  • Webseiten
  • Webserver
  • Windows

Der IT-Dienstleister OneSystems mit Sitz in Wil versteht sich als Full-Service-Dienstleister für die Umsetzung und Betreuung von IT-Infrastrukturen, Internetseiten und individueller Programmierung. Wir betreuen Kunden aus der ganzen Schweiz, Deutschland und Österreich.

Wir legen grossen Wert auf eine technisch einwandfreie Umsetzung nach aktuellen Standards bei nachhaltiger Qualität.

Letzten Blog Posts

  • E-Mails Archivieren

  • Windows Updates Fehler 0x8024500c

  • VMware ESXi updaten

Kontakt

Email: info@onesystems.ch

OneSystems
Untere Grundgasse 3
9500 Wil
Schweiz

Copyright © 2023 OneSystems, Alle Rechte vorbehalten.
Impressum | AGBs | Kontakt

OBEN
 

Lade Kommentare …