你认为用不着的可以卸载。卸载方法:
1、首先点击任务栏中的搜索(Cortana图标)输入PowerShell,在搜索结果中右键单击PowerShell,选择“以管理员身份运行”。
2、输入如下对应的命令进行卸载相关的内置程序 ——回车。
Alarms & Clocks (时钟)
get-appxpackage MicrosoftWindowsAlarms | remove-appxpackage
Calculator (计算器)
get-appxpackage MicrosoftWindowsCalculator | remove-appxpackage
Camera (相机)
get-appxpackage MicrosoftWindowsCamera | remove-appxpackage
Groove Music (音乐)
get-appxpackage MicrosoftZuneMusic | remove-appxpackage
Mail & Calendar (邮件和日历)
get-appxpackage microsoftwindowscommunicationsapps | remove-appxpackage
Maps (地图)
get-appxpackage MicrosoftWindowsMaps | remove-appxpackage
Movies & Tv (和电视)
get-appxpackage MicrosoftZuneVideo | remove-appxpackage
OneNote
get-appxpackage MicrosoftOfficeOneNote | remove-appxpackage
People (人脉)
get-appxpackage MicrosoftPeople | remove-appxpackage
Photos (照片)
get-appxpackage MicrosoftWindowsPhotos | remove-appxpackage
Voice Recorder (语音录音器)
get-appxpackage MicrosoftWindowsSoundRecorder | remove-appxpackage
Xbox
get-appxpackage MicrosoftXboxApp | remove-appxpackage
microsoft edge浏览器
Get-AppxPackage edge | Remove-AppxPackage
工具:电脑,WIN10
方法和步骤:
1、开始菜单—所有应用,找到Windows PowerShell,选择“以管理员身份运行”;
2、卸载所有用户内置应用的命令为:Get-AppxPackage -AllUsers | Remove-AppxPackage 。 按下回车键即可删除所有内置应用。
3、如果只想删除某个应用,只需输入对应命令,按下回车键即可删除。
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
具体步骤如下:一、WIN10开机以后点击一下开始然后面它的搜索栏处输入netplwiz就可以看到如下图所示提示。二、进入到用户长户界面,把要使用本计算机,用户必须输入用户名和密码前面的那个勾勾取消了,再点击一下应用三、此时会提示让你输入两次密码,这个密码是你这个账户的密码。这个密码是存在的只是在登陆的时候不需要输入。如果共享什么文件夹,打印机之类的就会提示你输入密码。四、重启电脑后它就不会提示你输入密码而是直接进入系统。欢迎分享,转载请注明来源:内存溢出
评论列表(0条)