1.win10自带软件哪些可以卸载 怎么卸载win10自带程序软件
win10卸载程序软件方法一
1首先,在win10系统桌面上,找到这台计算机图标,右击,单击“属性”。如下图。或者直接按下键盘的快捷键WINDOWS键+PauseBreak键。打开系统属性。
2在打开的系统属性的窗口,点击左上角的“控制面板”窗口。如下图。要快速打开win10系统“控制面板”,还可以在开始菜单的搜索框中输入”contrl panel“点击搜索即可。
3在打开的控制面板窗口,点击左下角的”程序 “下面的”卸载程序“。如下图。要快速打开卸载程序软件窗口,可以在win10开始菜单的搜索框中输入”appwiz.cpl“点击搜索。
4在卸载程序窗口,找到你需要卸载的程序软件,比如360安全卫士,在上面右击--卸载,单击卸载即可。这个是方法一。
2.Win10自带软件哪些可以卸载
任何操作系统都会有一些自带应用,包括Windows。
微软新发布的Win10系统也和以往的版本一样,有很多用不到的系统内置应用,更令人烦心的是,还无法直接卸载。那么win10如何卸载自带应用?下面小编就为大家介绍利用PowerShell命令卸载自带应用方法,一起来看看吧! PowerShell命令卸载自带应用教程 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如何卸载自带应用方法介绍,大家可以根据自己的情况来选择适合自己的方法,希望能对大家有所帮助。
3.win10自带的应用哪些可以卸载
可以卸载win10自带的应用有下面这些: Adobe Reader X MUIInstant Onlive updateASUS power4gear hybrid:asus screen saverasus smart gestureASUS Splendid Video Enhancement TechnologyASUS USB Charger PlusASUS Webstorage Sync AgentMcAfee Internet Securitymybitcast 2.0windows 软件包2012卸载win10的自带应用的方法如下:要卸载这些所有内置应用,就要用到Windows PowerShell,它是win10系统自带的一个应用,要打开它,就单击开始菜单中的“所有应用”,然后找到Windows Power Shell的文件夹,右键单击Windows PowerShell,然后单击以管理员身份运行,就打开了。
打开了Windows PowerShell输入命令要卸载OneNote,在里面输入Get-AppxPackage *OneNote* | Remove-AppxPackage要卸载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要卸载手机伴侣,输入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。
4.Win10正式版哪些预装的应用可以卸载
1、输入“PowerShell”并回车,找到“PowerShell”并以管理员身份运行。
2、获取应用程序清单:输入“Get-AppxPackage -User username”username是你的用户名。如:Get-AppxPackage -User radarGet-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__8wekyb3d8bbweWindows 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-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+ ~~~~~~~~~~~~~~~~~~+ CategoryInfo : WriteError: (Microsoft.XboxI。l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.注意事项:卸载有风险!千万不要盲目卸载。
5.Win10系统自带的哪些软件可以卸载
卸载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”,复制命令进行删除,自己敲的话一定要注意大小写,控制台是区分大小写的,写错了就无法删除。
6.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-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 卸载Xbox后出现的提示:(正常现象,出现此现象说明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. 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 use the command line Get-AppxLog -ActivityID 1d60accb-cb8d-0003-d5b8-601d8dcbd001 At 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. 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.XboxIdentityProvider_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy from:C:\Windows\SystemApps\Microsoft.XboxIdentityProvider_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. 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 use the command line Get-AppxLog -ActivityID 1d60accb-cb8d-0001-d9b9-601d8dcbd001 At line:1 char:26+ Get-AppxPackage *xbox* | Remove。
7.win10原装系统哪些程序可以卸载
一、win10卸载程序软件方法一1首先,在win10系统桌面上,找到这台计算机图标,右击,单击“属性”。
如下图。或者直接按下键盘的快捷键WINDOWS键+PauseBreak键。
打开系统属性。2在打开的系统属性的窗口,点击左上角的“控制面板”窗口。
如下图。要快速打开win10系统“控制面板”,还可以在开始菜单的搜索框中输入”contrl panel“点击搜索即可。
3在打开的控制面板窗口,点击左下角的”程序 “下面的”卸载程序“。如下图。
要快速打开卸载程序软件窗口,可以在win10开始菜单的搜索框中输入”appwiz.cpl“点击搜索。4在卸载程序窗口,找到你需要卸载的程序软件,比如360安全卫士,在上面右击--卸载,单击卸载即可。
这个是方法一。END二、win10卸载程序软件方法二1按照同样的方法,在这台计算机上右击,打开属性。
但是,这次单击左下角的“Windows更新”,如下图。2在出现的Windows更新窗口,点击左下角的“安装更新”。
如下图。3然后就会打开安装更新的窗口,但是我们不是来安装更新哒!点击左上角的“卸载程序”,这样就可以打开卸载界面卸载程序软件啦。
转载请注明出处windows之家 » win10安装后哪些自带软件需要卸载