powershell 删除Windows 10 Crap

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 删除Windows 10 Crap相关的知识,希望对你有一定的参考价值。

<#

  This is a helpful script that will remove the default Windows 10 garbage from your computer
  
  * Comment out any apps that you might want to keep
  * Don't forget to run as admin

#>

# 3d Builder
Get-AppxPackage *3dbuilder* | Remove-AppxPackage

# Windows Alarms
Get-AppxPackage *windowsalarms* | Remove-AppxPackage

# Windows Calculator
Get-AppxPackage *windowscalculator* | Remove-AppxPackage

# Windows Communications Apps
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage

# Windows Camera
Get-AppxPackage *windowscamera* | Remove-AppxPackage

# Office Hub
Get-AppxPackage *officehub* | Remove-AppxPackage

# Skype App
Get-AppxPackage *skypeapp* | Remove-AppxPackage

# Get Started
Get-AppxPackage *getstarted* | Remove-AppxPackage

# Zune Music
Get-AppxPackage *zunemusic* | Remove-AppxPackage

# Windows Maps
Get-AppxPackage *windowsmaps* | Remove-AppxPackage

# Solitaire Collection
Get-AppxPackage *solitairecollection* | Remove-AppxPackage

# Bing Finance
Get-AppxPackage *bingfinance* | Remove-AppxPackage

# Zune Video
Get-AppxPackage *zunevideo* | Remove-AppxPackage

# Bing News
Get-AppxPackage *bingnews* | Remove-AppxPackage

# OneNote
Get-AppxPackage *onenote* | Remove-AppxPackage

# People
Get-AppxPackage *people* | Remove-AppxPackage

# Windows Phone
Get-AppxPackage *windowsphone* | Remove-AppxPackage

# Photos
Get-AppxPackage *photos* | Remove-AppxPackage

# Windows Store
Get-AppxPackage *windowsstore* | Remove-AppxPackage

# Bing Sports
Get-AppxPackage *bingsports* | Remove-AppxPackage

# Sound Recorder
Get-AppxPackage *soundrecorder* | Remove-AppxPackage

# Bing Weather
Get-AppxPackage *bingweather* | Remove-AppxPackage

# Xbox App
Get-AppxPackage *xboxapp* | Remove-AppxPackage

<#

# Reversal Script (Run this line to install the apps again)
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

#>

以上是关于powershell 删除Windows 10 Crap的主要内容,如果未能解决你的问题,请参考以下文章

删除 over powershell windows 10 Apps

powershell “回收Windows 10”关闭了一堆不必要的Windows 10电视,删除了臃肿软件和隐私入侵。检查并调整befo

C#/Powershell 发送组合键

如何删除win10系统自带的照片应用程序

Windows Powershell程序在哪里?

windows powershell怎么关闭