Windows cleaning: Unterschied zwischen den Versionen

Aus Vosp.info
Wechseln zu:Navigation, Suche
Zeile 45: Zeile 45:
 
Get-AppxPackage XINGAG.XING  | Remove-AppxPackage
 
Get-AppxPackage XINGAG.XING  | Remove-AppxPackage
 
Get-AppxPackage Microsoft.WindowsStore  | Remove-AppxPackage
 
Get-AppxPackage Microsoft.WindowsStore  | Remove-AppxPackage
 
+
Get-AppxPackage Microsoft.OneConnect  | Remove-AppxPackage
Get-AppxPackage Microsoft.OneConnect  | Remove-AppxPackage
+
Get-AppxPackage Microsoft.XboxGamingOverlay  | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxGamingOverlay  | Remove-AppxPackage
+
Get-AppxPackage Microsoft.SkypeApp  | Remove-AppxPackage
Get-AppxPackage Microsoft.SkypeApp  | Remove-AppxPackage
 
  
  
 
  #3d viewer
 
  #3d viewer
 
  #flash
 
  #flash
#Microsoft.Windows.Cortana
+
 
 +
 
 +
Get-AppxPackage Microsoft.Windows.Cortana   | Remove-AppxPackage
 
</source>
 
</source>
  

Version vom 16. April 2020, 13:13 Uhr

windows | windows cleaning | windows server | MS PowerShell


Windows Default Programme deinstallieren

powershell as administrator

# zeige installierte programme
Get-AppxPackage | Select Name, PackageFullName
# Programme deinstallieren
Get-AppxPackage  *3dbuilder* | Remove-AppxPackage
Get-AppxPackage  *Asphalt8Airborne* | Remove-AppxPackage
Get-AppxPackage  *windowsphone* | Remove-AppxPackage
Get-AppxPackage  *CandyCrushSaga* | 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  *windowscamera* | Remove-AppxPackage
Get-AppxPackage  *windowsmaps* | Remove-AppxPackage
Get-AppxPackage  *solitairecollection* | Remove-AppxPackage
Get-AppxPackage  *bingnews* | Remove-AppxPackage
Get-AppxPackage  *officehub* | Remove-AppxPackage
Get-AppxPackage  *onenote* | Remove-AppxPackage
Get-AppxPackage  *bingsports* | Remove-AppxPackage
Get-AppxPackage  *xboxIdentityprovider* | Remove-AppxPackage
Get-AppxPackage  *xboxapp* | Remove-AppxPackage
Get-AppxPackage  king.com.* | Remove-AppxPackage
Get-AppxPackage Microsoft.BingWeather  | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxSpeechToTextOverlay  | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxGamingOverlay  | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxGameOverlay  | Remove-AppxPackage
Get-AppxPackage Microsoft.YourPhone  | Remove-AppxPackage
Get-AppxPackage Microsoft.ZuneMusic  | Remove-AppxPackage
Get-AppxPackage Microsoft.ZuneVideo  | Remove-AppxPackage
Get-AppxPackage XINGAG.XING  | Remove-AppxPackage
Get-AppxPackage Microsoft.WindowsStore  | Remove-AppxPackage
Get-AppxPackage Microsoft.OneConnect  | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxGamingOverlay  | Remove-AppxPackage
Get-AppxPackage Microsoft.SkypeApp   | Remove-AppxPackage


 #3d viewer
 #flash


Get-AppxPackage Microsoft.Windows.Cortana   | Remove-AppxPackage

Aufgabenplanung

  • onedrive deaktivieren