首页 技术 正文
技术 2022年11月20日
0 收藏 393 点赞 4,296 浏览 1573 个字

Step1:首先,在电脑桌面上点击左下角的开始菜单,在依次选择打开所有应用—Windows PowerShell,在Windows PowerShell上单击右键,选择以管理员身份运行;

Step2:输入指令 Get-AppxPackage -AllUsers | Remove-AppxPackage,在按回车键即可删除所有内置应用;

Step3:当然一般只想删除某一个内置软件,输入下面对应的指令即可

(偷偷告诉你,win10有自带的截图工具哦,个人觉得还是比较好用的,Win+R然后输入指令snippingtool就打开啦)

其他应用的删除命令:
  3D Builder
  Get-AppxPackage *3dbuilder* | Remove-AppxPackage
  闹钟与时钟
  Get-AppxPackage *windowsalarms* | Remove-AppxPackage
  行事历
  Get-AppxPackage *windowscalculator* | Remove-AppxPackage
  行事历与邮件
  Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
  相机
  Get-AppxPackage *windowscamera* | Remove-AppxPackage
  取得Office
  Get-AppxPackage *officehub* | Remove-AppxPackage
  取得Skype
  Get-AppxPackage *skypeapp* | Remove-AppxPackage
  取得开始
  Get-AppxPackage *getstarted* | Remove-AppxPackage
  Groove 音乐
  Get-AppxPackage *zunemusic* | Remove-AppxPackage
  地图
  Get-AppxPackage *windowsmaps* | Remove-AppxPackage
  Microsoft Solitaire Collection 扑克牌游戏
  Get-AppxPackage *solitairecollection* | Remove-AppxPackage
  财经
  Get-AppxPackage *bingfinance* | Remove-AppxPackage
  Movies & TV
  Get-AppxPackage *zunevideo* | Remove-AppxPackage
  新闻
  Get-AppxPackage *bingnews* | Remove-AppxPackage
  OneNote
  Get-AppxPackage *onenote* | Remove-AppxPackage
  联络人
  Get-AppxPackage *people* | Remove-AppxPackage
  手机小帮手
  Get-AppxPackage *windowsphone* | Remove-AppxPackage
  相片
  Get-AppxPackage *photos* | Remove-AppxPackage
  市集
  Get-AppxPackage *windowsstore* | Remove-AppxPackage
  运动
  Get-AppxPackage *bingsports* | Remove-AppxPackage
  语音录音机
  Get-AppxPackage *soundrecorder* | Remove-AppxPackage
  天气
  Get-AppxPackage *bingweather* | Remove-AppxPackage
  Xbox
  Get-AppxPackage *xboxapp* | Remove-AppxPackage

相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:8,998
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,511
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,356
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,139
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:7,770
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:4,848