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、点击卸载按钮后,系统提示是否要卸载应用,点击卸载开始卸载应用。如下图所示。
转载请注明出处windows之家 » 如何卸载win10原生应用