winfried-hh
Goto Top

Endgültiges Entfernen von Windows10-Apps

Hallo in die Runde!

Dr. Kaiser (die von der Wächterkarte) bietet für sein Softwareverteilungssystem Dr. Kaiser Install ein Paket an, welches die von Microsoft bereitgestellten Apps (z.B. 3DBUILDER, APPCONNECTOR, BINGFINANCE, BINGSPORTS, ONENOTE, SKYPEAPP, WINDOWSCOMMUNICATIONSAPPS, WINDOWSMAPS, ZUNEMUSIC und diverse andere systemweit entfernt, so dass sie "für den aktuellen Benutzer deinstalliert und für neue Benutzer nicht mehr eingerichtet wird".

Unsere Schule nutzt HDGuard, so dass wir Dr. Kaiser Install nicht nutzen können. Aber ich frage mich, ob das nicht auch ohne Dr. Kaiser geht. Letztlich kann deren Software doch auch nur irgendwelche Scripts starten, Registry-Einträge ändern oder Dateien löschen.

Also, weiß jemand, wie man das, das Dr. Kaiser da macht (also die bereitgestellen Apps systemweit so zu entfernen, dass für den aktuellen Benutzer deinstalliert und für neue Benutzer nicht mehr eingerichtet wird) auf anderem Wege bzw. mit anderen Tools hinbekommt?


Sonnige Grüße von der Elbe!
Winfried

Content-ID: 378825

Url: https://administrator.de/forum/endgueltiges-entfernen-von-windows10-apps-378825.html

Ausgedruckt am: 03.04.2025 um 06:04 Uhr

BassFishFox
BassFishFox 01.07.2018 um 21:38:02 Uhr
Goto Top
Winfried-HH
Winfried-HH 01.07.2018 um 21:45:40 Uhr
Goto Top

Und das hat dann auch genau diese Doppelwirkung? Also:
  • für den aktuellen Benutzer deinstallieren
  • für neue Benutzer nicht mehr einrichten
St-Andreas
St-Andreas 01.07.2018 um 22:02:50 Uhr
Goto Top
Ihr habt die EDU Edition? Dann sollte das per GPO klappen.
BassFishFox
BassFishFox 01.07.2018 um 22:07:24 Uhr
Goto Top
Hi,

Hast Du ueberhaupt alles gelesen was dort steht?

2018-07-01 16_05_12-window

Im einfachsten Fall baut ihr ein ReferenzImage ohne den App-Krams und verwendet das. Wie das geht ist zu Genuege beschrieben.

BFF
SachsenHessi
SachsenHessi 02.07.2018 um 08:25:49 Uhr
Goto Top
#Deinstallieren
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Get-AppxPackage *windowsalarms* | Remove-AppxPackage
Get-AppxPackage *CandyCrushSaga* | Remove-AppxPackage
Get-AppxPackage *windowsphone* | Remove-AppxPackage
Get-AppxPackage *DrawboardPDF* | Remove-AppxPackage
Get-AppxPackage *getstarted* | Remove-AppxPackage
Get-AppxPackage *Facebook* | Remove-AppxPackage
Get-AppxPackage *feedback* | Remove-AppxPackage
Get-AppxPackage *zunevideo* | Remove-AppxPackage
Get-AppxPackage *bingfinance* | Remove-AppxPackage
Get-AppxPackage *photos* | Remove-AppxPackage
Get-AppxPackage *zunemusic* | Remove-AppxPackage
Get-AppxPackage *communicationsapps* | remove-appxpackage
Get-AppxPackage *windowscamera* | Remove-AppxPackage
Get-AppxPackage *windowsmaps* | Remove-AppxPackage
Get-AppxPackage *people* | Remove-AppxPackage
Get-AppxPackage *solitairecollection* | Remove-AppxPackage
Get-AppxPackage *messaging* | remove-appxpackage
Get-AppxPackage *officehub* | Remove-AppxPackage
Get-AppxPackage *onenote* | Remove-AppxPackage
Get-AppxPackage *mspaint* | Remove-AppxPackage
Get-AppxPackage *windowscalculator* | Remove-AppxPackage
Get-AppxPackage *skypeapp* | Remove-AppxPackage
Get-AppxPackage *bingsports* | Remove-AppxPackage
Get-AppxPackage *soundrecorder* | Remove-AppxPackage
Get-AppxPackage *soundrecorder* | Remove-AppxPackage
Get-AppxPackage *dvd* | Remove-AppxPackage
Get-AppxPackage *xboxIdentityprovider* | Remove-AppxPackage
Get-AppxPackage *xboxapp* | Remove-AppxPackage
#wieder installieren:
#Get-AppxPackage -allusers | foreach {Add-AppxPackage -register „$($_.InstallLocation)\appxmanifest.xml“ -DisableDevelopmentMod}

Gruß
SH
Winfried-HH
Winfried-HH 11.07.2018 um 12:45:49 Uhr
Goto Top
Zitat von @SachsenHessi:

#Deinstallieren
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Get-AppxPackage *windowsalarms* | Remove-AppxPackage
Get-AppxPackage *CandyCrushSaga* | Remove-AppxPackage
Get-AppxPackage *windowsphone* | Remove-AppxPackage
Get-AppxPackage *DrawboardPDF* | Remove-AppxPackage
Get-AppxPackage *getstarted* | Remove-AppxPackage
Get-AppxPackage *Facebook* | Remove-AppxPackage
Get-AppxPackage *feedback* | Remove-AppxPackage
Get-AppxPackage *zunevideo* | Remove-AppxPackage
Get-AppxPackage *bingfinance* | Remove-AppxPackage
Get-AppxPackage *photos* | Remove-AppxPackage
Get-AppxPackage *zunemusic* | Remove-AppxPackage
Get-AppxPackage *communicationsapps* | remove-appxpackage
Get-AppxPackage *windowscamera* | Remove-AppxPackage
Get-AppxPackage *windowsmaps* | Remove-AppxPackage
Get-AppxPackage *people* | Remove-AppxPackage
Get-AppxPackage *solitairecollection* | Remove-AppxPackage
Get-AppxPackage *messaging* | remove-appxpackage
Get-AppxPackage *officehub* | Remove-AppxPackage
Get-AppxPackage *onenote* | Remove-AppxPackage
Get-AppxPackage *mspaint* | Remove-AppxPackage
Get-AppxPackage *windowscalculator* | Remove-AppxPackage
Get-AppxPackage *skypeapp* | Remove-AppxPackage
Get-AppxPackage *bingsports* | Remove-AppxPackage
Get-AppxPackage *soundrecorder* | Remove-AppxPackage
Get-AppxPackage *soundrecorder* | Remove-AppxPackage
Get-AppxPackage *dvd* | Remove-AppxPackage
Get-AppxPackage *xboxIdentityprovider* | Remove-AppxPackage
Get-AppxPackage *xboxapp* | Remove-AppxPackage

Das hat soweit super geklappt. Aber nicht alle Apps konnten deinstalliert werden, bei "people" sagt er beispielsweise, dass PeopleExperienceHost Bestandteil von Windows ist und nicht deinstalliert werden kann.

Wie kann ich noch installierte Apps (vor allem die leidige Cortana) aus der Appliste im Startmenü ausblenden?
Winfried-HH
Winfried-HH 11.07.2018 aktualisiert um 22:18:39 Uhr
Goto Top
Zitat von @Winfried-HH:

Das hat soweit super geklappt. Aber nicht alle Apps konnten deinstalliert werden, bei "people" sagt er beispielsweise, dass PeopleExperienceHost Bestandteil von Windows ist und nicht deinstalliert werden kann.

Ich korrigiere mich. Es hat nur für den aktuellen Benutzer geklappt, melde ich einen neuen Benutzer an, tauchen viele der deinstallierten Apps dort wieder auf. Das entspricht aber auch dem, was oben geschrieben wurde.

Ich weiß jetzt bloß nicht (Powershell ist noch nicht mein Freund), wie ich die beiden Lösungsansätze "eine App löschen" und "alle Apps systemweit löschen" kombinieren kann. Ich habe dazu ein neues Thema aufgemacht, damit es besser sichtbar ist.