Installation ohne nervige Zusatzsoftware
Hallo,
ich installiere ab und an für Bekannte und Freunde Windows 10/Windows 11 neu. Dabei wird auch immer diese nervige Zusatz Software von Microsoft und Konsortien automatisch mit installiert. Wie kann ich mir am besten ein Installationsmedium erstellen wo dieser ganze Kram nicht mit drauf ist und auch wenn dann ein zweiter Benutzer angelegt wird der Ganze Kram nicht wieder kommt. Vielen Dank für eure Hilfe und Tipps.
LG
cascho
ich installiere ab und an für Bekannte und Freunde Windows 10/Windows 11 neu. Dabei wird auch immer diese nervige Zusatz Software von Microsoft und Konsortien automatisch mit installiert. Wie kann ich mir am besten ein Installationsmedium erstellen wo dieser ganze Kram nicht mit drauf ist und auch wenn dann ein zweiter Benutzer angelegt wird der Ganze Kram nicht wieder kommt. Vielen Dank für eure Hilfe und Tipps.
LG
cascho
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 2261199840
Url: https://administrator.de/contentid/2261199840
Ausgedruckt am: 22.11.2024 um 08:11 Uhr
15 Kommentare
Neuester Kommentar
Zitat von @XcaschoX:
Wie kann ich mir am besten ein Installationsmedium erstellen wo dieser ganze Kram nicht mit drauf ist und auch wenn dann ein zweiter Benutzer angelegt wird der Ganze Kram nicht wieder kommt.
Wie kann ich mir am besten ein Installationsmedium erstellen wo dieser ganze Kram nicht mit drauf ist und auch wenn dann ein zweiter Benutzer angelegt wird der Ganze Kram nicht wieder kommt.
https://ubuntu.com/
https://www.debian.org/
https://getfedora.org/de/
https://www.opensuse.org/
...
https://distrowatch.com
scnr
lks
PS: Mit ntlite kannst Du Dein Windows 10 Installationsmedium anpassen. Siehe z.B. den PC-Welt-Artikel
Die Home und Pro Version wird mit Bloatware subventioniert. Die Enterprise Version hat dies nicht, ist dafür auch teuerer.
Für viele Admins ist die Pro Version der Standard. Sie schreiben sich ein Script in denen die Zusatzsoftware wieder entfernt wird, z.B.:
Get-AppxPackage -AllUsers | where-object {$_.name -like "*xbox*"} | Remove-AppxPackage
Get-appxprovisionedpackage -online | where-object {$_.packagename -like "*xbox*"} | Remove-AppxProvisionedPackage -online
Und das für jedes unerwünschte Programm.
Für viele Admins ist die Pro Version der Standard. Sie schreiben sich ein Script in denen die Zusatzsoftware wieder entfernt wird, z.B.:
Get-AppxPackage -AllUsers | where-object {$_.name -like "*xbox*"} | Remove-AppxPackage
Get-appxprovisionedpackage -online | where-object {$_.packagename -like "*xbox*"} | Remove-AppxProvisionedPackage -online
Und das für jedes unerwünschte Programm.
Moin,
geht via Powershell:
Quelle: https://winbuzzer.com/2020/06/16/how-to-remove-windows-10s-built-in-apps ...
Gruß
em-pie
geht via Powershell:
Get-AppxPackage *3dbuilder* | Remove-AppxPackage #3D Builder:
Get-AppxPackage *windowsalarms* | Remove-AppxPackage #Alarms and Clock:
#Get-AppxPackage *windowscalculator* | Remove-AppxPackage #Calculator: --> die würde ich beibehalten
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage #Calendar and Mail:
#Get-AppxPackage *windowscamera* | Remove-AppxPackage #Camera: --> die würde ich beibehalten
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 *bingfinance* | Remove-AppxPackage #Money:
Get-AppxPackage *zunevideo* | Remove-AppxPackage #Movies & TV:
Get-AppxPackage *bingnews* | Remove-AppxPackage #News:
Get-AppxPackage *onenote* | Remove-AppxPackage #OneNote:
Get-AppxPackage *people* | Remove-AppxPackage #People:
Get-AppxPackage *windowsphone* | Remove-AppxPackage #Phone Companion:
#Get-AppxPackage *photos* | Remove-AppxPackage #Photos: --> die würde ich beibehalten
#Get-AppxPackage *windowsstore* | Remove-AppxPackage #Store --> die würde ich beibehalten
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
Quelle: https://winbuzzer.com/2020/06/16/how-to-remove-windows-10s-built-in-apps ...
Gruß
em-pie
Servus!
AppBuster von O&O Software wäre hierfür eine Option.
Du kannst damit bequem die Bloatware von der Maschine schmeißen, dann taucht sie bei Anmeldung eines anderen Benutzers nicht mehr auf.
AppBuster von O&O Software wäre hierfür eine Option.
Du kannst damit bequem die Bloatware von der Maschine schmeißen, dann taucht sie bei Anmeldung eines anderen Benutzers nicht mehr auf.
Zitat von @SirEistee:
Servus!
AppBuster von O&O Software wäre hierfür eine Option.
Du kannst damit bequem die Bloatware von der Maschine schmeißen, dann taucht sie bei Anmeldung eines anderen Benutzers nicht mehr auf.
Servus!
AppBuster von O&O Software wäre hierfür eine Option.
Du kannst damit bequem die Bloatware von der Maschine schmeißen, dann taucht sie bei Anmeldung eines anderen Benutzers nicht mehr auf.
Dann tauscht er viele nicht benötigte Apps gegen eine andere, die im Grunde auch nicht notwendig ist...
Läuft nicht auf jeder Hardware, außer man gibt sich mit älteren Versionen zufrieden.
lks
PS: Mit ntlite kannst Du einiges runterwerfen/dazunehmen, wenn Du ein Installationsmedium erzeugen willst, das Du öfter verwendest.
Zitat von @NordicMike:
Wie ist das mit diesem "Installationsmedium", um deployen einer einheitlichen WIndows 10 Vesion benötigt man ja auch schon eine SA oder nicht?
Wie ist das mit diesem "Installationsmedium", um deployen einer einheitlichen WIndows 10 Vesion benötigt man ja auch schon eine SA oder nicht?
Sagt wer?
Nicht alles was MS in die Lizenzbedingungen schreibt hält in DE/EU einer gerichtlichen Prüfung stand, insbesondere die, die es in den "shrink-wrap-Editionen" gibt. Und wenn der TO ab und zu mal einem Bekannten ein Windows 10 mit diesem Medium ein Windows draufbügelt,wird vermutlich nicht mal MS danach krähen.
lks
Zitat von @NordicMike:
Klär mich mal auf, was sind denn shrink-wrap-Editionen? Evtl eine Lücke, wo ich dann doch allw Windows Installationen einheitlich machen könnte?!? Es hieß doch man muss eine Enterprise Version mit SA verwenden.
Klär mich mal auf, was sind denn shrink-wrap-Editionen? Evtl eine Lücke, wo ich dann doch allw Windows Installationen einheitlich machen könnte?!? Es hieß doch man muss eine Enterprise Version mit SA verwenden.
Das Zeug das man Blödmarkt
& co. bekommt.
Moin,
zusätzlich noch:
Gruß Thomas
Zitat von @em-pie:
Get-AppxPackage *3dbuilder* | Remove-AppxPackage #3D Builder:
Get-AppxPackage *windowsalarms* | Remove-AppxPackage #Alarms and Clock:
#Get-AppxPackage *windowscalculator* | Remove-AppxPackage #Calculator: --> die würde ich beibehalten
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage #Calendar and Mail:
#Get-AppxPackage *windowscamera* | Remove-AppxPackage #Camera: --> die würde ich beibehalten
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 *bingfinance* | Remove-AppxPackage #Money:
Get-AppxPackage *zunevideo* | Remove-AppxPackage #Movies & TV:
Get-AppxPackage *bingnews* | Remove-AppxPackage #News:
Get-AppxPackage *onenote* | Remove-AppxPackage #OneNote:
Get-AppxPackage *people* | Remove-AppxPackage #People:
Get-AppxPackage *windowsphone* | Remove-AppxPackage #Phone Companion:
#Get-AppxPackage *photos* | Remove-AppxPackage #Photos: --> die würde ich beibehalten
#Get-AppxPackage *windowsstore* | Remove-AppxPackage #Store --> die würde ich beibehalten
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
zusätzlich noch:
Get-AppxPackage *yourphone* | Remove-AppxPackage
Get-AppxPackage *mixedreality* | Remove-AppxPackage
Get-AppxPackage *gethelp* | Remove-AppxPackage
Get-AppxPackage *feedback* | Remove-AppxPackage
Gruß Thomas