win10原生应用卸载建议

如何卸载win10原生软件

1.win10怎么删除电脑自带软件

方法/步骤

1

在win10操作系统下用电脑自带的程序进行卸载软件会有两种方式,我们首先来看一下第一方式:在控制面板上进行卸载软件。找到电脑的“控制面板”入口,一般win10系统安装时,“控制面板”快捷键都是已经在桌面上了,因此双击桌面上的“控制面板”就可以进入。如果你的电脑桌面上没有“控制面板”快捷键,下次小编再跟大家分享如何创建桌面“控制面板”快捷键。

2

双击桌面上的“控制面板”后就可以进入到控制面板的操作界面,然后单击“程序”中的“卸载程序”选项。

3

单击“程序”中的“卸载程序”选项后就会出现卸载或理发程序的窗口,选中你想要卸载的程序,右键单击就会出现“卸载/更改”选项,单击就可以进行卸载程序了。

END

方法/步骤2

接着我们再来学习一下,在win10操作系统下用电脑自带的程序进行卸载软件的第二种方式:进入“设置”窗口进行卸载软件。首先单击电脑的“开始”按键,找到“设置”选项。

单击“设置”选项后,进入到设置窗口,找到“系统”选项,单击进入。

进入到“系统”设置界面后,单击“应用和功能”选项,你就可以看到电脑所有安装的程序了。

4

然后单击你想要卸载的程序,就会出现“卸载”的按钮,单击“卸载”按钮就可以进行程序的卸载了。

2.如何卸载WIN10自带应用

工具/原料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、所有卸载完成后,就只剩下应用商店了,这个留着吧,有用!卸载完效果如图:。

3.Win10怎么卸载自带软件 搜狗问问

1、打开小娜,在搜索框中输入“PowerShell”,以管理员身份运行“Windows PowerShell”。 2、我们首先把所有应用显示出来,在控制台输入命令“Get-AppxPackage”回车键,所有应用信息就都显示出来了。

3、查找要卸载的应用,可以按“Ctrl+F”来查找,比如我要卸载系统自带的“照片”应用,可以通过“Ctrl+F”输入“photo”来查找,按“查找下一个”按钮就能找到了。

4、一个应用的信息有很多,我们需要的只有一个,就是“PackageFullName”,包的名称。把后面的名称“Microsoft.Windows.Photos_15.803.16240.0_x64__8wekyb3d8bbwe”复制下来。

5、在控制台输入命令“Remove-AppxPackage Microsoft.Windows.Photos_15.803.16240.0_x64__8wekyb3d8bbwe”回车键,等待片刻就卸载完了。(前面的Remove-AppxPackage自己敲,后面的包名称可以直接复制,当然你可以直接在这里复制过去^^)

6、打开开始菜单,我们发现照片应用就被删除了,从此我们的开始菜单看的顺眼了。

7、大家可以通过此方法继续卸载其他应用,比如视频,直接搜索“Video”,复制命令进行删除,自己敲的话一定要注意大小写,控制台是区分大小写的,写错了就无法删除哟。

win10卸载自带应用方法二:

如果你嫌上面的步骤太麻烦,我们这次来个简单的,所有应用的删除命令已经给大家整理好了,直接复制到控制台就可以删除了,不用一个一个找,命令如下:

邮件和日历:

Get-AppxPackage *communi* | Remove-AppxPackage

新闻:

Get-AppxPackage *bing* | Remove-AppxPackage

人脉:

Get-AppxPackage *people* | Remove-AppxPackage

照片:

Get-AppxPackage *photo* | Remove-AppxPackage

纸牌游戏:

Get-AppxPackage *solit* | Remove-AppxPackage

录音机:

Get-AppxPackage *soundrec* | Remove-AppxPackage

Xbox:

Get-AppxPackage *xbox* | Remove-AppxPackage

OneNote:

Get-AppxPackage *OneNote* | Remove-AppxPackage

3D Builder:

Get-AppxPackage *3d* | Remove-AppxPackage

Camera相机:

Get-AppxPackage *camera* | Remove-AppxPackage

Groove音乐:

Get-AppxPackage *zune* | Remove-AppxPackage

注意事项

建议大家直接复制命令,因为控制台区分大小写,手打的话容易出错。

以上就是win10如何卸载自带应用方法介绍,大家可以根据自己的情况来选择适合自己的方法,希望能对大家有所帮助!

4.如何卸载win10的自带应用

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

打开了Windows PowerShell,就开始输入命令了要卸载OneNote,在里面输入Get-AppxPackage *OneNote* | Remove-AppxPackage可以复制,回车执行要卸载3D,输入Get-AppxPackage *3d* | Remove-AppxPackage。

5.win10自带软件哪些可以卸载 怎么卸载win10自带程序软件

1、输入“PowerShell”并回车,找到“PowerShell”并以管理员身份运行。

2、获取应用程序清单:输入“Get-AppxPackage -User

username”username是你的用户名。

如:Get-AppxPackage -User radar

Get-AppxPackage获取应用程序清单:输入:输入“Get-AppxPackage

-User username”username是你的用户名。

如:Get-AppxPackage -AllUsers 获取所有用户安装的应用程序

Get-AppxPackage -User radar 获取我电脑指定用户名安装的应用程序

3、复制所需应用程序完整名称(PackageFullName):如卸载Windows

10中的‘卸载了自带视频应用(Microsoft.ZuneVideo),找到:Microsoft.ZuneVideo_3.6.12101.0_x64__8wekyb3d8bbwe,选中点下右键就复制了

4、使用指令remove-appxpackage

[应用程序完整名称] 卸载:,如卸载Windows 10中的‘卸载了自带视频应用:Remove-AppxPackage

Microsoft.ZuneVideo_3.6.12101.0_x64__8wekyb3d8bbwe

Windows 10预装应用删除的命令汇总:

1、OneNote:

Get-AppxPackage *OneNote* | Remove-AppxPackage

2、3D:

Get-AppxPackage *3d* | Remove-AppxPackage

3、Camera相机:

Get-AppxPackage *camera* | Remove-AppxPackage

4、邮件和日历:

Get-AppxPackage *communi* | Remove-AppxPackage

5、新闻订阅:

Get-AppxPackage *bing* | Remove-AppxPackage

6、Groove音乐、电影与电视:

Get-AppxPackage *zune* | Remove-AppxPackage

7、人脉:

Get-AppxPackage *people* | Remove-AppxPackage

8、手机伴侣(Phone Companion):

Get-AppxPackage *phone* | Remove-AppxPackage

9、照片:

Get-AppxPackage *photo* | Remove-AppxPackage

10、纸牌游戏(还敢要钱的那货):

Get-AppxPackage *solit* | Remove-AppxPackage

11、录音机:

Get-AppxPackage *soundrec* |

Remove-AppxPackage

12、Xbox:

如何卸载win10原生软件

win10原生应用如何卸载

1.win10怎样清除默认应用程序

传统方式修改默认程序

首先我们打开控制面板。

然后选择“程序”,如图示。

在默认程序下面,我们选择“设置默认程序”如图。

在左侧选择你需要设置为默认的程序,然后点击右下角的“将此程序设置为默认程序”,点击确定即可。

win10新方式

我们在所有应用的“Windows 系统”下面找到“默认程序”如图示。

然后选择需要设置默认程序的类型,如我们这里选择“Web浏览器”。我们只需要点击Web浏览器下面的应用图标,然后选择你想要设置为默认程序的应用,即可。

我们还可以根据文件类型来指定默认类型。如图我们选择下方的“选择按文件类型指定的默认程序”

然后找到你需要设置的文件类型,然后点击右侧的图标,选择你需要设置为默认程序的应用,即可。

2.Win10卸载全部自带软件教程 Win10怎么卸载

win10怎么卸载自带应用软件?win10正式版自带了一大堆应用软件,打开开始菜单一大片,下文给大家介绍win10自带应用软件卸载教程,帮助用户卸载掉多余的应用软件!

其实微软提供了快速卸载所有应用的方法,借助内置的PowerShell可达到这一目的。

win10怎么卸载自带应用软件?

1、点击任务栏中的搜索,输入PowerShell,然后在搜索结果中右键单击PowerShell,选择以管理员身份运行。

2、在PowerShell中输入下面的命令回车稍等片刻就可以将当前账户中的所有预装应用都删除。注意,过程中可能会出现错误提示,不过这并不影响最终效果。

Get-AppXPackage Remove-AppxPackage

3、不仅当前账户,我们还可以卸载其他账户中的所有应用,只需输入下面的命令,将其中的《username》替换为账户名称即可。

Get-AppXPackage -User 《username》 Remove-AppxPackage

如果要卸载所有账户中的应用,可输入下面的命令。

Get-AppxPackage -AllUsers Remove-AppxPackage

有些朋友可能会有创建多个账户的需求,但是又不想让每个账户中都包含全套相同的应用,在创建账户之前,我们可以从系统账户中删除这些应用,这样新创建的账户中就不会包含全套应用了。从系统账户中卸载应用,只需输入下面的命令。

Get- -online Remove-–online

需要注意的是,执行以后上操作后会将应用商店也一并删除,目前也没有找回的方法,系统推送的某些更新会重新在系统中安装应用商店。

另外,部分内置应用,比如Cortana、联系支持人员、Edge浏览器、Windows反馈,设置和搜索无法从系统中删除。

3.如何卸载win10的自带应用

启动Windows PowerShell(可搜索,用cortana),输入命令:

移除Windows 10预安装应用的命令:

Remove 3D from Windows 10(卸载win10自带3D Builder)

Get-AppxPackage*3d*|Remove-AppxPackage

Remove Camera from Windows 10(卸载win10自带相机应用)

Get-AppxPackage*camera*|Remove-AppxPackage

Remove Mail and Calendar from Windows10(卸载win10自带邮件和日历应用)

Get-AppxPackage*communi*|Remove-AppxPackage

Remove Money, Sports, News andWeather from Windows 10(卸载win10自带财经新闻、体育新闻以及天气软件)

Get-AppxPackage*bing*|Remove-AppxPackage

Remove Groove Music and Film& TV from Windows 10(卸载win10自带音乐播放器、视频播放器以及电视应用)

Get-AppxPackage*zune*|Remove-AppxPackage

Remove People from Windows 10(卸载win10自带联系人应用)

Get-AppxPackage*people*|Remove-AppxPackage

Remove Phone Companion fromWindows 10(卸载win10自带手机伴侣)

Get-AppxPackage*phone*|Remove-AppxPackage

Remove Photos from Windows 10(卸载win10自带看图软件)

Get-AppxPackage*photo*|Remove-AppxPackage

Remove Solitaire Collection fromWindows 10(卸载win10自带微软纸牌游戏)

Get-AppxPackage*solit*|Remove-AppxPackage

Remove Voice Recorder fromWindows 10(卸载win10自带录音机软件)

Get-AppxPackage *soundrec*|Remove-AppxPackage

Remove Xbox from Windows 10(卸载win10自带XBOX)

Get-AppxPackage*xbox*|Remove-AppxPackage

卸载OneNote

Get-AppxPackage *OneNote* |Remove-AppxPackage

卸载人脉

Get-AppxPackage *people* |Remove-AppxPackage

不过千万记住,Windows10系统这些系统服务不能动!

使用win10有一段时间了,其中也用过诸如腾讯电脑管家、软媒魔方等工具对开机启动项进行过优化,多数时候都没出现问题,但最近几次优化使系统出现了各种问题。现在来总结一下,win10的那些服务项目不能动,不能禁止开机启动,不能关闭后台驻留。

CoreMessaging:重要进程,关键系统进程,禁用后无法进入系统,ctrl+alt+del键都无效;

Task Scheduler:windows系统任务调度程序,系统的每一步动作都是通过它来安排进行的,可见其重要性,禁用后很多正常使用电脑必须的基础工具都会无法启动,包括输入法、独立驱动程序等等;

System Events Broker:禁用后,网卡属性看不到任何内容,无法修改IP,同时会导致TaskScheduler服务无法启动;

Windows Connection Manager:禁用后,任务栏网络指示器会打xx

Tile Data model server:禁用后一直卡在欢迎界面,ctrl+alt+del可以进入桌面,但Win10默认的开始菜单点不出来。

win10使用中,其他项目将逐渐添加。

4.win10 怎么删除原生app

1、首先点击任务栏中的搜索(Cortana图标)输入PowerShell,在搜索结果中右键单击PowerShell,选择“以管理员身份运行”。

.

2、输入如下对应的命令后回车,进行卸载相关的内置程序

Alarms & Clocks (时钟)

get-appxpackage *Microsoft.WindowsAlarms* | remove-appxpackage

Calculator (计算器)

get-appxpackage *Microsoft.WindowsCalculator* | remove-appxpackage

Camera (相机)

get-appxpackage *Microsoft.WindowsCamera* | remove-appxpackage

Groove Music (音乐)

get-appxpackage *Microsoft.ZuneMusic* | remove-appxpackage

Mail & Calendar (邮件和日历)

get-appxpackage *microsoft.* | remove-appxpackage

Maps (地图)

get-appxpackage *Microsoft.WindowsMaps* | remove-appxpackage

Movies & Tv (电影和电视)

get-appxpackage *Microsoft.ZuneVideo* | remove-appxpackage

OneNote

get-appxpackage *Microsoft.Office.OneNote* | remove-appxpackage

People (人脉)

get-appxpackage *Microsoft.People* | remove-appxpackage

Photos (照片)

get-appxpackage *Microsoft.Windows.Photos* | remove-appxpackage

Voice Recorder (语音录音器)

get-appxpackage *Microsoft.WindowsSoundRecorder * | remove-appxpackage

Xbox

get-appxpackage *Microsoft.XboxApp* | remove-appxpackage

microsoft edge浏览器

Get-AppxPackage *edge* | Remove-AppxPackage

5.windows10系统怎么卸载软件

一、win10卸载程序软件方法一

1首先,在win10系统桌面上,找到这台计算机图标,右击,单击“属性”。如下图。或者直接按下键盘的快捷键WINDOWS键+PauseBreak键。打开系统属性。

2在打开的系统属性的窗口,点击左上角的“控制面板”窗口。如下图。要快速打开win10系统“控制面板”,还可以在开始菜单的搜索框中输入”contrl panel“点击搜索即可。

3在打开的控制面板窗口,点击左下角的”程序 “下面的”卸载程序“。如下图。要快速打开卸载程序软件窗口,可以在win10开始菜单的搜索框中输入”appwiz.cpl“点击搜索。

4在卸载程序窗口,找到你需要卸载的程序软件,比如360安全卫士,在上面右击--卸载,单击卸载即可。这个是方法一。

二、win10卸载程序软件方法二

1按照同样的方法,在这台计算机上右击,打开属性。但是,这次单击左下角的“Windows更新”。

2在出现的Windows更新窗口,点击左下角的“安装更新”。

3然后就会打开安装更新的窗口,但是我们不是来安装更新哒!点击左上角的“卸载程序”,这样就可以打开卸载界面卸载程序软件啦!

6.怎么将win10自带的安全软件卸载

1、点击任务栏中的搜索,输入PowerShell,然后在搜索结果中右键单击PowerShell,选择以管理员身份运行。

2、在PowerShell中输入下面的命令回车稍等片刻就可以将当前账户中的所有预装应用都删除。注意,过程中可能会出现错误提示,不过这并不影响最终效果。

Get-AppXPackage | Remove-AppxPackage

3、不仅当前账户,我们还可以卸载其他账户中的所有应用,只需输入下面的命令,将其中的《username》替换为账户名称即可。

Get-AppXPackage -User 《username》 | Remove-AppxPackage

如果要卸载所有账户中的应用,可输入下面的命令。

Get-AppxPackage -AllUsers | Remove-AppxPackage

有些朋友可能会有创建多个账户的需求,但是又不想让每个账户中都包含全套相同的应用,在创建账户之前,我们可以从系统账户中删除这些应用,这样新创建的账户中就不会包含全套应用了。从系统账户中卸载应用,只需输入下面的命令。

Get- -online | Remove-–online

需要注意的是,执行以后上操作后会将应用商店也一并删除,目前也没有找回的方法,系统推送的某些更新会重新在系统中安装应用商店。另外,部分内置应用,比如Cortana、联系支持人员、Edge浏览器、Windows反馈,设置和搜索无法从系统中删除。

了解更多电脑知识,可以到装机员网站看看

7.win 10原生应用可以卸载哪些

1、输入“PowerShell”并回车,找到“PowerShell”并以管理员身份运行。

2、获取应用程序清单:输入“Get-AppxPackage -User username”username是你的用户名。如:Get-AppxPackage -User radar Get-AppxPackage获取应用程序清单:输入:输入“Get-AppxPackage -User username”username是你的用户名。

如:Get-AppxPackage -AllUsers 获取所有用户安装的应用程序 Get-AppxPackage -User radar 获取我电脑指定用户名安装的应用程序3、复制所需应用程序完整名称(PackageFullName):如卸载Windows 10中的‘卸载了自带视频应用(Microsoft.ZuneVideo),找到:Microsoft.ZuneVideo_3.6.12101.0_x64__8wekyb3d8bbwe,选中点下右键就复制了4、使用指令remove-appxpackage [应用程序完整名称] 卸载:,如卸载Windows 10中的‘卸载了自带视频应用:Remove-AppxPackage Microsoft.ZuneVideo_3.6.12101.0_x64__8wekyb3d8bbwe Windows 10预装应用删除的命令汇总:1、OneNote:Get-AppxPackage *OneNote* | Remove-AppxPackage2、3D:Get-AppxPackage *3d* | Remove-AppxPackage3、Camera相机:Get-AppxPackage *camera* | Remove-AppxPackage4、邮件和日历:Get-AppxPackage *communi* | Remove-AppxPackage5、新闻订阅:Get-AppxPackage *bing* | Remove-AppxPackage6、Groove音乐、电影与电视:Get-AppxPackage *zune* | Remove-AppxPackage7、人脉:Get-AppxPackage *people* | Remove-AppxPackage8、手机伴侣(Phone Companion):Get-AppxPackage *phone* | Remove-AppxPackage9、照片:Get-AppxPackage *photo* | Remove-AppxPackage10、纸牌游戏(还敢要钱的那货):Get-AppxPackage *solit* | Remove-AppxPackage11、录音机:Get-AppxPackage *soundrec* | Remove-AppxPackage12、Xbox:Get-AppxPackage *xbox* | Remove-AppxPackage 注意,最后这个删除Xbox后会给出一大片错误提示信息,但其实已经删掉了,不必理会。PS C:\WINDOWS\system32> Get-AppxPackage *xbox* | Remove-AppxPackage Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.(Exception from HRESULT: 0x80073CFA) error 0x80070032: AppX Deployment Remove operation on package Microsoft.XboxGameCallableUI_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy from:C:\Windows\SystemApps\Microsoft.XboxGameCallableUI_cw5n1h2txyewy failed. This app is part of Windows and cannot be uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows Features on or off. How。

win10原生应用如何卸载

如何卸载win10原生应用

1.教大家怎么卸载Win10自带应用

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-AppxPackage要卸载新闻订阅,输入Get-AppxPackage *bing* | Remove-AppxPackage要卸载Groove音乐、电影与电视: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-AppxPackage要卸载Xbox,输入Get-AppxPackage *xbox* | Remove-AppxPackage在卸载Xbox的时候,会提示有很多错误,其实它已经被卸载了,可以不用担心!所有卸载完成后,就只剩下应用商店了,这个留着吧,有用!卸载完效果如图:。

2.win 10原生应用可以卸载哪些

1、输入“PowerShell”并回车,找到“PowerShell”并以管理员身份运行。

2、获取应用程序清单:输入“Get-AppxPackage -User username”username是你的用户名。如:Get-AppxPackage -User radar Get-AppxPackage获取应用程序清单:输入:输入“Get-AppxPackage -User username”username是你的用户名。

如:Get-AppxPackage -AllUsers 获取所有用户安装的应用程序 Get-AppxPackage -User radar 获取我电脑指定用户名安装的应用程序3、复制所需应用程序完整名称(PackageFullName):如卸载Windows 10中的‘卸载了自带视频应用(Microsoft.ZuneVideo),找到:Microsoft.ZuneVideo_3.6.12101.0_x64__8wekyb3d8bbwe,选中点下右键就复制了4、使用指令remove-appxpackage [应用程序完整名称] 卸载:,如卸载Windows 10中的‘卸载了自带视频应用:Remove-AppxPackage Microsoft.ZuneVideo_3.6.12101.0_x64__8wekyb3d8bbwe Windows 10预装应用删除的命令汇总:1、OneNote:Get-AppxPackage *OneNote* | Remove-AppxPackage2、3D:Get-AppxPackage *3d* | Remove-AppxPackage3、Camera相机:Get-AppxPackage *camera* | Remove-AppxPackage4、邮件和日历:Get-AppxPackage *communi* | Remove-AppxPackage5、新闻订阅:Get-AppxPackage *bing* | Remove-AppxPackage6、Groove音乐、电影与电视:Get-AppxPackage *zune* | Remove-AppxPackage7、人脉:Get-AppxPackage *people* | Remove-AppxPackage8、手机伴侣(Phone Companion):Get-AppxPackage *phone* | Remove-AppxPackage9、照片:Get-AppxPackage *photo* | Remove-AppxPackage10、纸牌游戏(还敢要钱的那货):Get-AppxPackage *solit* | Remove-AppxPackage11、录音机:Get-AppxPackage *soundrec* | Remove-AppxPackage12、Xbox:Get-AppxPackage *xbox* | Remove-AppxPackage 注意,最后这个删除Xbox后会给出一大片错误提示信息,但其实已经删掉了,不必理会。PS C:\WINDOWS\system32> Get-AppxPackage *xbox* | Remove-AppxPackage Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.(Exception from HRESULT: 0x80073CFA) error 0x80070032: AppX Deployment Remove operation on package Microsoft.XboxGameCallableUI_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy from:C:\Windows\SystemApps\Microsoft.XboxGameCallableUI_cw5n1h2txyewy failed. This app is part of Windows and cannot be uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows Features on or off. How。

3.如何卸载win10的自带应用

启动Windows PowerShell(可搜索,用cortana),输入命令:

移除Windows 10预安装应用的命令:

Remove 3D from Windows 10(卸载win10自带3D Builder)

Get-AppxPackage*3d*|Remove-AppxPackage

Remove Camera from Windows 10(卸载win10自带相机应用)

Get-AppxPackage*camera*|Remove-AppxPackage

Remove Mail and Calendar from Windows10(卸载win10自带邮件和日历应用)

Get-AppxPackage*communi*|Remove-AppxPackage

Remove Money, Sports, News andWeather from Windows 10(卸载win10自带财经新闻、体育新闻以及天气软件)

Get-AppxPackage*bing*|Remove-AppxPackage

Remove Groove Music and Film& TV from Windows 10(卸载win10自带音乐播放器、视频播放器以及电视应用)

Get-AppxPackage*zune*|Remove-AppxPackage

Remove People from Windows 10(卸载win10自带联系人应用)

Get-AppxPackage*people*|Remove-AppxPackage

Remove Phone Companion fromWindows 10(卸载win10自带手机伴侣)

Get-AppxPackage*phone*|Remove-AppxPackage

Remove Photos from Windows 10(卸载win10自带看图软件)

Get-AppxPackage*photo*|Remove-AppxPackage

Remove Solitaire Collection fromWindows 10(卸载win10自带微软纸牌游戏)

Get-AppxPackage*solit*|Remove-AppxPackage

Remove Voice Recorder fromWindows 10(卸载win10自带录音机软件)

Get-AppxPackage *soundrec*|Remove-AppxPackage

Remove Xbox from Windows 10(卸载win10自带XBOX)

Get-AppxPackage*xbox*|Remove-AppxPackage

卸载OneNote

Get-AppxPackage *OneNote* |Remove-AppxPackage

卸载人脉

Get-AppxPackage *people* |Remove-AppxPackage

不过千万记住,Windows10系统这些系统服务不能动!

使用win10有一段时间了,其中也用过诸如腾讯电脑管家、软媒魔方等工具对开机启动项进行过优化,多数时候都没出现问题,但最近几次优化使系统出现了各种问题。现在来总结一下,win10的那些服务项目不能动,不能禁止开机启动,不能关闭后台驻留。

CoreMessaging:重要进程,关键系统进程,禁用后无法进入系统,ctrl+alt+del键都无效;

Task Scheduler:windows系统任务调度程序,系统的每一步动作都是通过它来安排进行的,可见其重要性,禁用后很多正常使用电脑必须的基础工具都会无法启动,包括输入法、独立驱动程序等等;

System Events Broker:禁用后,网卡属性看不到任何内容,无法修改IP,同时会导致TaskScheduler服务无法启动;

Windows Connection Manager:禁用后,任务栏网络指示器会打xx

Tile Data model server:禁用后一直卡在欢迎界面,ctrl+alt+del可以进入桌面,但Win10默认的开始菜单点不出来。

win10使用中,其他项目将逐渐添加。

4.Win10怎么卸载自带软件 Win10自带应用卸载方法

工具:电脑,WIN10

方法和步骤:

1、搜索栏中输入“PowerShell”,在搜索结果中右键单击PowerShell,选择“以管理员身份运行”。

2、在PowerShell窗口中,输入“Get-AppXPackage | Remove-AppxPackage”回车确认,然后等待系统自动将当前账户中的所有预装应用都删除即可。

删除后的效果:

3、如果要卸载某个应用,只需输入对应命令,按下回车键即可删除。

应用程序对应的命令如下:

要卸载3D,输入

Get-AppxPackage*3d* | Remove-AppxPackage

要卸载Camera(相机),输入

Get-AppxPackage*camera* | Remove-AppxPackage

要卸载邮件和日历,输入

Get-AppxPackage*communi* | Remove-AppxPackage

要卸载新闻订阅,输入

Get-AppxPackage*bing* | Remove-AppxPackage

要卸载Groove音乐、电影与电视:

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-AppxPackage

要卸载Xbox,输入

Get-AppxPackage*xbox* | Remove-AppxPackage

5.如何卸载掉一些win10自带的应用

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

打开了Windows PowerShell,就开始输入命令了要卸载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-AppxPackage。

6.如何卸载win10的自带应用

方法/步骤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其他信息卸载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-AppxPack。

7.如何卸载win10系统自带软件卸载

方法/步骤

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-AppxPackage

5

要卸载Camera(相机),输入

Get-AppxPackage *camera* | Remove-AppxPackage

6

要卸载邮件和日历,输入

Get-AppxPackage *communi* | Remove-AppxPackage

要卸载新闻订阅,输入

Get-AppxPackage *bing* | Remove-AppxPackage

要卸载Groove音乐、电影与电视:

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-AppxPackage

要卸载Xbox,输入

Get-AppxPackage *xbox* | Remove-AppxPackage

在卸载Xbox的时候,会提示有很多错误,其实它已经被卸载了,可以不用担心!

所有卸载完成后,就只剩下应用商店了,这个留着吧,有用!卸载完

8.Win10卸载全部自带软件教程 Win10怎么卸载

win10怎么卸载自带应用软件?win10正式版自带了一大堆应用软件,打开开始菜单一大片,下文给大家介绍win10自带应用软件卸载教程,帮助用户卸载掉多余的应用软件!

其实微软提供了快速卸载所有应用的方法,借助内置的PowerShell可达到这一目的。

win10怎么卸载自带应用软件?

1、点击任务栏中的搜索,输入PowerShell,然后在搜索结果中右键单击PowerShell,选择以管理员身份运行。

2、在PowerShell中输入下面的命令回车稍等片刻就可以将当前账户中的所有预装应用都删除。注意,过程中可能会出现错误提示,不过这并不影响最终效果。

Get-AppXPackage Remove-AppxPackage

3、不仅当前账户,我们还可以卸载其他账户中的所有应用,只需输入下面的命令,将其中的《username》替换为账户名称即可。

Get-AppXPackage -User 《username》 Remove-AppxPackage

如果要卸载所有账户中的应用,可输入下面的命令。

Get-AppxPackage -AllUsers Remove-AppxPackage

有些朋友可能会有创建多个账户的需求,但是又不想让每个账户中都包含全套相同的应用,在创建账户之前,我们可以从系统账户中删除这些应用,这样新创建的账户中就不会包含全套应用了。从系统账户中卸载应用,只需输入下面的命令。

Get- -online Remove-–online

需要注意的是,执行以后上操作后会将应用商店也一并删除,目前也没有找回的方法,系统推送的某些更新会重新在系统中安装应用商店。

另外,部分内置应用,比如Cortana、联系支持人员、Edge浏览器、Windows反馈,设置和搜索无法从系统中删除。

9.如何卸载windows10自带应用

工具:

win10

步骤如下:

1、点击Win10开始菜单,在弹出菜单里选择电脑设置,如下图所示。

2、在电脑设置里点击搜索和应用,进入卸载应用程序的入口,如下图所示。

3、点击搜索和应用下面的应用大小,如下图所示。

4、点击应用大小后,系统把电脑里安装可以卸载的程序都加载出来了,如下图所示。

5、在应用程序里选择要卸载的程序,点击鼠标左键,出现卸载按钮,如下图所示。

6、点击卸载按钮后,系统提示是否要卸载应用,点击卸载开始卸载应用。如下图所示。

如何卸载win10原生应用

转载请注明出处windows之家 » win10原生应用卸载建议

win10

笔记本win10截图设置键

阅读(3388)

本文主要为您介绍笔记本win10截图设置键,内容包括笔记本电脑按什么键可以截屏,win10的,win10快捷截屏怎么设置,win10笔记本任意截图键。截取全屏 自动保存组合键 同时按住Windows+Print Screen组合键,笔记本则按住Windows+Prt Sc SysRq按

win10

win10怎么设置多个背景

阅读(2042)

本文主要为您介绍win10怎么设置多个背景,内容包括如何在win10中使用多个背景,如何在win10中使用多个背景,win10双桌面怎么设置两个不同的壁纸。直接定位到自己想要设置壁纸的图片文件夹小编一般会把图片先放到电脑默认的壁纸文件夹里默认壁

win10

win10保护眼睛设置不改注册表

阅读(2003)

本文主要为您介绍win10保护眼睛设置不改注册表,内容包括word设置的护眼色时有时无,win10系统,用的修改注册表编辑器的办,win10电脑的护眼模式怎么设置,win10护眼模式怎么取消?。Word文档底色设为护眼色步骤: 电脑桌面,右键,点击个性化。 2、点

win10

win10非让我设置苹果手机

阅读(2171)

本文主要为您介绍win10非让我设置苹果手机,内容包括win10找不到iphone手机,怎么回事,升级win10后,电脑无法识别苹果手机!已经试过网上的一些方法,都,非要用苹果电脑相应的操作系统上才能完成开发吗!?!在别的win7。远程桌面连过去报如下错误

win10

win10点蓝牙设置闪退

阅读(1723)

本文主要为您介绍win10点蓝牙设置闪退,内容包括win10打开蓝牙设置闪退,win10蓝牙故障,图标什么的都在,但是打不开蓝牙设置,打开的白,我的电脑是win8系统,蓝牙用不了,设置里一点蓝牙就闪退。1.打开设备并使其可发现。使其可发现的方式取决于

win10

win10酷狗热键设置

阅读(1819)

本文主要为您介绍win10酷狗热键设置,内容包括电脑酷狗输入法怎么设置快捷键?,电脑酷狗输入法怎么设置快捷键?,电脑上有控制音乐的键,酷狗怎么设定?。2015酷狗音乐播放器默认快捷键:播放/暂停:Alt+F5上一首:Alt+Left(左箭头)下一首:Alt+ Right(右箭

win10

win10如何设置定时唤醒

阅读(2033)

本文主要为您介绍win10如何设置定时唤醒,内容包括Win10怎么设置定时开关机休眠唤醒,Win10怎么设置定时开关机休眠唤醒,Win10进入睡眠后怎么设置自动定时唤醒。首先查看电脑的休眠功能是否开启,如果没有需要先开启计算机的休眠功能(注意是“休

win10

win10设置更新在哪

阅读(1797)

本文主要为您介绍win10设置更新在哪,内容包括win10的更新在哪里?怎么设置,win10系统如何更新,更新按钮在哪儿,win10系统更新在哪。Win10系统关闭自动更新功能步骤方法:按WIN+R打开运行,输入services.msc回车然后找到“Windowsupdata”服务

win10

win10处理器个数怎么设置

阅读(2072)

本文主要为您介绍win10处理器个数怎么设置,内容包括win10怎么开启cpu核心数,W10cpu核数怎么修改,win10在任务管理器怎么改应用程序的cpu占用数目。网络上的各种伪技巧多得很,而这个就是比较典型的。在Win7帮助文件中对于msconfig的高级引导

win10

win10如何将任务栏设置成透明

阅读(2005)

本文主要为您介绍win10如何将任务栏设置成透明,内容包括Win10任务栏怎么设置透明,win10电脑任务栏怎么变透明,win10怎么设置任务栏透明。工具:win10方法如下:首先打开操作系统,进入桌面,如下所示,可以看到操作中心和任务栏是没有透明的

win10

win10自动锁定屏幕怎么设置

阅读(2993)

本文主要为您介绍win10自动锁定屏幕怎么设置,内容包括windows10怎么设置自动锁定屏幕,Win101709如何设置自动锁定电脑屏幕,win10电脑屏幕自动锁屏怎么设置?。在Windows10系统桌面,点击桌面左下角的开始按钮,在弹出的开始菜单中点击Windows系

win10

win10设置功能键加fn

阅读(1888)

本文主要为您介绍win10设置功能键加fn,内容包括Mac装的win10怎么设置FN键,笔记本功能键FN在哪里设置啊,怎么将戴尔快捷键设置成FN+的形式?。右下角系统托盘里面,找到bootcamp控制面板。可以在里面修改。(很简单,只有一个选项,你进去一眼就能看

win10

win10怎么给d盘设置权限

阅读(1752)

本文主要为您介绍win10怎么给d盘设置权限,内容包括如何给D盘设置权限?,win10系统D盘权限问题,win10怎么设置权限。win10怎么设置权限呢!当我们局域网里有电脑需要共享的时候怎么设置权限,这个权限有写入权限要怎么操作,如下图有解析。 方法/步

win10

win10蓝牙鼠标pin设置

阅读(2328)

本文主要为您介绍win10蓝牙鼠标pin设置,内容包括win10系统笔记本如何设置无线鼠标,win10系统怎么添加蓝牙鼠标,Win10怎么添加蓝牙鼠标。有线的直接插上即可,无线的操作方法如下:在电脑Win10系统的桌面上,点击左下角的开始菜单中的“控制面板”

win10

win10设置游戏锁帧

阅读(2424)

本文主要为您介绍win10设置游戏锁帧,内容包括Win10怎么游戏锁帧?N卡用很多软件都不行,去调垂直同步又不稳定,win10锁帧60,win10LOL锁帧60。这个问题存在很长时间了,估计还是有很多人因为这个苦恼,我说一下我的解决办法,win10版本是15063版。