win10如何卸载自带off

1.如何卸载win10自带软件office卸载程序

工具:电脑,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 ** | 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

2.如何win10卸载自带的offic 2016

工具: WIN10

方法/步骤:

1,进入系统右击开始菜单打开 “控制面板”。

2,面板内点击“卸载程序“。

3,选择需要卸载OFFICE软件,然后点击标题上的“卸载”即可进行卸载操作。

3.如何卸载win10自带offece

工具:电脑,WIN10

方法和步骤:

1,进入系统点击桌面“控制面板”打开。

2,打开“控制面板”。点击“卸载程序“。

3,打开的卸载程序窗口找到需要卸载的office软件,然后右击--卸载即可。

或者点击office软件,点击标题上的“卸载”进行操作。

4.如何删除win10系统自带应用

要卸载这些所有内置应用,就要用到Windows PowerShell,它是win10系统自带的一个应用,要打开它,就单击开始菜单中的“所有应用”,然后找到Windows Power Shell的文件夹,右键单击Windows PowerShell(注意不是Windows PowerShell ISE),然后单击以管理员身份运行,就打开了。

2打开了Windows PowerShell,就开始输入命令了3要卸载OneNote,在里面输入Get-AppxPackage *OneNote* | Remove-AppxPackage可以复制,回车执行4要卸载3D,输入Get-AppxPackage *3d* | Remove-AppxPackage5要卸载Camera(相机),输入Get-AppxPackage *camera* | Remove-AppxPackage6要卸载邮件和日历,输入Get-AppxPackage *communi* | Remove-AppxPackage7要卸载新闻订阅,输入Get-AppxPackage *bing* | Remove-AppxPackage8要卸载Groove音乐、电影与电视:Get-AppxPackage *zune* | Remove-AppxPackage9要卸载人脉,输入Get-AppxPackage *people* | Remove-AppxPackage10要卸载手机伴侣(Phone Companion),输入Get-AppxPackage *phone* | Remove-AppxPackage11要卸载照片,输入Get-AppxPackage *photo* | Remove-AppxPackage12要卸载纸牌游戏,输入Get-AppxPackage *solit* | Remove-AppxPackage13要卸载录音机,输入Get-AppxPackage *soundrec* | Remove-AppxPackage14要卸载Xbox,输入Get-AppxPackage *xbox* | Remove-AppxPackage15在卸载Xbox的时候,会提示有很多错误,其实它已经被卸载了,可以不用担心!16所有卸载完成后,就只剩下应用商店了,这个留着吧,有用!卸载完效果如图:END其他信息卸载Windows 10的命令:OneNote:Get-AppxPackage *OneNote* | Remove-AppxPackage3D:Get-AppxPackage *3d* | Remove-AppxPackageCamera相机:Get-AppxPackage *camera* | Remove-AppxPackage邮件和日历:Get-AppxPackage *communi* | Remove-AppxPackage新闻订阅:Get-AppxPackage *bing* | Remove-AppxPackageGroove音乐、电影与电视:Get-AppxPackage *zune* | Remove-AppxPackage人脉:Get-AppxPackage *people* | Remove-AppxPackage手机伴侣(Phone Companion):Get-AppxPackage *phone* | Remove-AppxPackage照片:Get-AppxPackage *photo* | Remove-AppxPackage纸牌游戏:Get-AppxPackage *solit* | Remove-AppxPackage录音机:Get-AppxPackage *soundrec* | Remove-AppxPackageXbox:Get-AppxPackage *xbox* | Remove-AppxPackage卸载Xbox后出现的提示:(正常现象,出现此现象说明Xbox已被成功卸载)英文提示:PS C:\WINDOWS\system32> Get-AppxPackage *xbox* | Remove-AppxPackageRemove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.(Exception from HRESULT: 0x80073CFA)error 0x80070032: AppX Deployment Remove operation on packageMicrosoft.XboxGameCallableUI_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy from:C:\Windows\SystemApps\Microsoft.XboxGameCallableUI_cw5n1h2txyewy failed. This app is part of Windows and cannot beuninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn WindowsFeatures on or off. However, it may not be possible to uninstall the app.NOTE: For additional information, look for [ActivityId] 1d60accb-cb8d-0003-d5b8-601d8dcbd001 in the Event Log or usethe command line Get-AppxLog -ActivityID 1d60accb-cb8d-0003-d5b8-601d8dcbd001At line:1 char:26+ Get-AppxPackage *xbox* | Remove-AppxPackage+ ~~~~~~~~~~~~~~~~~~+ CategoryInfo : WriteError: (Microsoft.XboxG。l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.(Exception from HRESULT: 0x80073CFA)error 0x80070032: AppX Deployment Remove operation on packageMicrosoft.XboxIdentityProvider_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy from:C:\Windows\SystemApps\Microsoft.XboxIdentityProvider_cw5n1h2txyewy failed. This app is part of Windows and cannot beuninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn WindowsFeatures on or off. However, it may not be possible to uninstall the app.NOTE: For additional information, look for [ActivityId] 1d60accb-cb8d-0001-d9b9-601d8dcbd001 in the Event Log or usethe command line Get-AppxLog -ActivityID 1d60accb-cb8d-0001-d9b9-601d8dcbd001At line:1 char:26+ Get-AppxPackage *xbox* | Remove-AppxPackage+ ~~~~。

5.怎么彻底卸载win10自带应用

win10自带了好多应用,有些看起来不错,其实用起来不太方便哈(我的个人感觉),我们都更喜欢第三方应用,所以我们就来看看如何卸载这些自带应用。

如图,是卸载完成后的Windows PowerShell:工具/原料Windows PowerShellwin10中的管理员身份方法/步骤1要卸载这些所有内置应用,就要用到Windows PowerShell,它是win10系统自带的一个应用,要打开它,就单击开始菜单中的“所有应用”,然后找到Windows Power Shell的文件夹,右键单击Windows PowerShell(注意不是Windows PowerShell ISE),然后单击以管理员身份运行,就打开了。2打开了Windows PowerShell,就开始输入命令了3要卸载OneNote,在里面输入Get-AppxPackage *OneNote* | Remove-AppxPackage可以复制,回车执行4要卸载3D,输入Get-AppxPackage *3d* | Remove-AppxPackage5要卸载Camera(相机),输入Get-AppxPackage *camera* | Remove-AppxPackage6要卸载邮件和日历,输入Get-AppxPackage *communi* | Remove-AppxPackage7要卸载新闻订阅,输入Get-AppxPackage *bing* | Remove-AppxPackage8要卸载Groove音乐、电影与电视:Get-AppxPackage *zune* | Remove-AppxPackage9要卸载人脉,输入Get-AppxPackage *people* | Remove-AppxPackage10要卸载手机伴侣(Phone Companion),输入Get-AppxPackage *phone* | Remove-AppxPackage11要卸载照片,输入Get-AppxPackage *photo* | Remove-AppxPackage12要卸载纸牌游戏,输入Get-AppxPackage *solit* | Remove-AppxPackage13要卸载录音机,输入Get-AppxPackage *soundrec* | Remove-AppxPackage14要卸载Xbox,输入Get-AppxPackage *xbox* | Remove-AppxPackage15在卸载Xbox的时候,会提示有很多错误,其实它已经被卸载了,可以不用担心!16所有卸载完成后,就只剩下应用商店了,这个留着吧,有用!卸载完效果如图:END其他信息1卸载Windows 10的命令:OneNote:Get-AppxPackage *OneNote* | Remove-AppxPackage3D:Get-AppxPackage *3d* | Remove-AppxPackageCamera相机:Get-AppxPackage *camera* | Remove-AppxPackage邮件和日历:Get-AppxPackage *communi* | Remove-AppxPackage新闻订阅:Get-AppxPackage *bing* | Remove-AppxPackageGroove音乐、电影与电视:Get-AppxPackage *zune* | Remove-AppxPackage人脉:Get-AppxPackage *people* | Remove-AppxPackage手机伴侣(Phone Companion):Get-AppxPackage *phone* | Remove-AppxPackage照片:Get-AppxPackage *photo* | Remove-AppxPackage纸牌游戏:Get-AppxPackage *solit* | Remove-AppxPackage录音机:Get-AppxPackage *soundrec* | Remove-AppxPackageXbox:Get-AppxPackage *xbox* | Remove-AppxPackage2卸载Xbox后出现的提示:(正常现象,出现此现象说明Xbox已被成功卸载)英文提示:PS C:\WINDOWS\system32> Get-AppxPackage *xbox* | Remove-AppxPackageRemove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.(Exception from HRESULT: 0x80073CFA)error 0x80070032: AppX Deployment Remove operation on packageMicrosoft.XboxGameCallableUI_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy from:C:\Windows\SystemApps\Microsoft.XboxGameCallableUI_cw5n1h2txyewy failed. This app is part of Windows and cannot beuninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn WindowsFeatures on or off. However, it may not be possible to uninstall the app.NOTE: For additional information, look for [ActivityId] 1d60accb-cb8d-0003-d5b8-601d8dcbd001 in the Event Log or usethe command line Get-AppxLog -ActivityID 1d60accb-cb8d-0003-d5b8-601d8dcbd001At line:1 char:26+ Get-AppxPackage *xbox* | Remove-AppxPackage+ ~~~~~~~~~~~~~~~~~~+ CategoryInfo : WriteError: (Microsoft.XboxG。

l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.(Exception from HRESULT: 0x80073CFA)error 0x80070032: AppX Deployment Remove operation on packageMicrosoft.XboxIdentityProvider_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy from:C:\Windows\SystemApps\Microsoft.XboxIdentityProvider_cw5n1h2txyewy failed. This app is part of Windows and cannot beuninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn WindowsFeatures on or off. However, it may not be possible to uninstall the app.NOTE: For。

win10如何卸载自带off

转载请注明出处windows之家 » win10如何卸载自带off

win10

蓝牙win10卸载不了怎么办

阅读(191)

本文主要为您介绍蓝牙win10卸载不了怎么办,内容包括win10蓝牙设备无法删除是什么原因,win10蓝牙无法删除,win10蓝牙驱动如何卸载?。在设备管理器中卸载蓝牙驱动的方法如果您的系统是WinXP系统,那么在桌面上我的电脑的图标上点击鼠标右键,选择

win10

win10运行红警2怎么宽屏

阅读(146)

本文主要为您介绍win10运行红警2怎么宽屏,内容包括win10玩红警2怎么调全屏显示,红色警戒2win10版怎么全屏,win10玩红警2怎么调全屏显示。首先在电脑桌面按下2113WIN+R键打5261开运行窗口,输入“regedit”,点击“确定”;

win10

win10的游戏打不开机怎么办

阅读(113)

本文主要为您介绍win10的游戏打不开机怎么办,内容包括为什么WIN10笔记本游戏打不开,windows10系统打不开游戏怎么办,win10中的自带游戏打不开怎么办。首先右键无法打开的游戏,在弹出的菜单中点击“兼容性疑难解答”。 2、系统会自动检测兼容

win10

win10的杀毒怎么开启

阅读(126)

本文主要为您介绍win10的杀毒怎么开启,内容包括怎样打开windows10自带杀毒软件,windows10杀毒软件怎么开启,win10系统自带杀毒软件怎么打开。工具:win10方法如下:打开win10系统桌面左下角的“开始”菜单,单击“所有程序”,单击其中的“windows

win10

win10自己关机然后重启怎么办啊

阅读(137)

本文主要为您介绍win10自己关机然后重启怎么办啊,内容包括win10关机后重启怎么回事,怎么解决,win10系统关机变成自动重启怎么办,win10总是自动关机自动重启该怎么办。Windows10专业版系统电脑关机后自动开机的解决方法 导致电脑关机后又自

win10

win10怎么调画板压感

阅读(125)

本文主要为您介绍win10怎么调画板压感,内容包括win10到底可以用sai画画吗?为什么我的数位板驱动也安装了却没有压,Win10系统,绘客的数位板ps里无压感,网上搜了个解决办法,写了个,win10里wacom的笔的设置在哪里啊。首先开启驱动软件,点击触控

win10

win10笔记本怎么快捷关机键

阅读(146)

本文主要为您介绍win10笔记本怎么快捷关机键,内容包括win10怎么关机win10关机快捷键大全,笔记本win10如何快捷关机,怎么设置win10关机快捷键,实现快速便捷的关机。【Win10系统关机方法一:开始菜单的关机选项】1.其实Win10恢复了开始菜单,在Wi

win10

如何将win10连到投影仪

阅读(136)

本文主要为您介绍如何将win10连到投影仪,内容包括win10系统的笔记本电脑怎么连接投影仪?,win10系统怎样连接投影机,windows10怎么连接投影仪。电脑连接投影仪需要VGA线,有了VGA线后才能连接到投影仪。连接步骤:我们先将VGA线的一端连接电脑,另

win10

华硕win10系统如何激活

阅读(143)

本文主要为您介绍华硕win10系统如何激活,内容包括华硕笔记本Windows10怎么激活,华硕笔记本win10怎么激活,华硕电脑windows10怎么激活。首先,我们先查看一下Win10专业版系统的激活状态:点击桌面左下角的“Windows”按钮,从打开的扩展面板中依次

win10

如何是软件win10下能用

阅读(115)

本文主要为您介绍如何是软件win10下能用,内容包括win10怎么安装软件,win10系统怎么将软件放在桌面上,怎么设置Win10系统允许应用通过Windows。win10安装软件软件方法如下:win+r打开运行,然后键入【gpedit.msc】命令,并点击底部的【确定】打开

win10

win10如何查看cpu-z

阅读(105)

本文主要为您介绍win10如何查看cpu-z,内容包括如何看windows10的cpu,win10系统怎么查看CPU使用情况?,win10怎么查看cpu使用率。很多游戏、软件都有最低配置要求,特别对CPU、显卡、内存这三大件要求很高,但很多朋友都不知道怎么查看自己的电脑

win10

如何控制win10上网时间

阅读(146)

本文主要为您介绍如何控制win10上网时间,内容包括win10怎么控制孩子上网win10控制孩子上网时间及浏览不良网站搜,win10怎么设置自动网络时间,win10如何控制孩子上网时间在win10系统下如何设置可以控制爱问知。很多父母都希望孩子可以好好读

win10

如何闭win10作中心

阅读(186)

本文主要为您介绍如何闭win10作中心,内容包括Win10操作中心怎么关闭彻底关闭win10弹出操作中心信息,如何关闭win10的安全中心,如何关闭win10右侧的操作中心/消息面板。方法一:通过Win10组策略来关闭Windows Defender在Win10系统下,按下Windo

win10

win10如何创建不同用户名密码

阅读(147)

本文主要为您介绍win10如何创建不同用户名密码,内容包括win10怎么设置其他账户密码,win10怎么设置其他账户密码,win10怎样设置多个登录账户登录。工具:win10设置方法如下:右键此电脑,点击弹出列表里的管理菜单,如下图所示。2、点击管理后,打开计

win10

蓝牙win10卸载不了怎么办

阅读(191)

本文主要为您介绍蓝牙win10卸载不了怎么办,内容包括win10蓝牙设备无法删除是什么原因,win10蓝牙无法删除,win10蓝牙驱动如何卸载?。在设备管理器中卸载蓝牙驱动的方法如果您的系统是WinXP系统,那么在桌面上我的电脑的图标上点击鼠标右键,选择

win10

win10运行红警2怎么宽屏

阅读(146)

本文主要为您介绍win10运行红警2怎么宽屏,内容包括win10玩红警2怎么调全屏显示,红色警戒2win10版怎么全屏,win10玩红警2怎么调全屏显示。首先在电脑桌面按下2113WIN+R键打5261开运行窗口,输入“regedit”,点击“确定”;

win10

win10的游戏打不开机怎么办

阅读(113)

本文主要为您介绍win10的游戏打不开机怎么办,内容包括为什么WIN10笔记本游戏打不开,windows10系统打不开游戏怎么办,win10中的自带游戏打不开怎么办。首先右键无法打开的游戏,在弹出的菜单中点击“兼容性疑难解答”。 2、系统会自动检测兼容

win10

win10的杀毒怎么开启

阅读(126)

本文主要为您介绍win10的杀毒怎么开启,内容包括怎样打开windows10自带杀毒软件,windows10杀毒软件怎么开启,win10系统自带杀毒软件怎么打开。工具:win10方法如下:打开win10系统桌面左下角的“开始”菜单,单击“所有程序”,单击其中的“windows

win10

win10自己关机然后重启怎么办啊

阅读(137)

本文主要为您介绍win10自己关机然后重启怎么办啊,内容包括win10关机后重启怎么回事,怎么解决,win10系统关机变成自动重启怎么办,win10总是自动关机自动重启该怎么办。Windows10专业版系统电脑关机后自动开机的解决方法 导致电脑关机后又自

win10

win10怎么调画板压感

阅读(125)

本文主要为您介绍win10怎么调画板压感,内容包括win10到底可以用sai画画吗?为什么我的数位板驱动也安装了却没有压,Win10系统,绘客的数位板ps里无压感,网上搜了个解决办法,写了个,win10里wacom的笔的设置在哪里啊。首先开启驱动软件,点击触控

win10

win10笔记本怎么快捷关机键

阅读(146)

本文主要为您介绍win10笔记本怎么快捷关机键,内容包括win10怎么关机win10关机快捷键大全,笔记本win10如何快捷关机,怎么设置win10关机快捷键,实现快速便捷的关机。【Win10系统关机方法一:开始菜单的关机选项】1.其实Win10恢复了开始菜单,在Wi

win10

如果win10密码忘掉了怎么办

阅读(155)

本文主要为您介绍如果win10密码忘掉了怎么办,内容包括Win10开机密码忘记怎么办,w10忘记密码怎么重置,w10密码忘记了怎么解?。在其他电脑上制作uefi pe启动盘之后,在忘记开机密码的win10电脑上插入U盘,启动电脑之后,不停按F12或F11或Esc或F7等