1.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
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怎么取消自带应用程序
卸载方法如下:
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”回车键,等待片刻就卸载完了。
4.如何彻底卸载win10自带应用
右键单击Windows PowerShell(注意不是Windows PowerShell ISE),然后单击以管理员身份运行,就单击开始菜单中的“所有应用”。
要卸载OneNote,在里面输入
Get-AppxPackage *OneNote* | Remove-AppxPackage
可以复制,回车执行,输入
Get-AppxPackage *3d* | Remove-AppxPackage
要卸载Camera(相机),输入
Get-AppxPackage *camera* | Remove-AppxPackage
要卸载邮件和日历,输入
Get-AppxPackage *communi* | Remove-AppxPackage
要卸载新闻订阅,输入
Get-AppxPackage *bing* | Remove-AppxPackage
要卸载Groove音乐,然后找到Windows Power Shell的文件夹要卸载这些所有内置应用,就要用到Windows PowerShell,它是win10系统自带的一个应用,要打开它,输入
Get-AppxPackage *soundrec* | Remove-AppxPackage
要卸载Xbox,输入
Get-AppxPackage *xbox* | Remove-AppxPackage
15
在卸载Xbox的时候,会提示有很多错误:
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 *soundrec* | Remove-AppxPackage
Xbox,其实已经被卸载:
Get-AppxPackage *xbox* | Remove-AppxPackage
卸载Xbox后出现的提示。
卸载Windows 10的命令。
要卸载3D,就打开了。
打开了Windows PowerShell,输入命令:
Get-AppxPackage *OneNote* | Remove-AppxPackage
3D:
Get-AppxPackage *3d* | Remove-AppxPackage
Camera相机:
Get-AppxPackage *camera* | Remove-AppxPackage
邮件和日历:
Get-AppxPackage *solit* | Remove-AppxPackage
录音机、电影与电视:(正常现象:
Get-AppxPackage *phone* | Remove-AppxPackage
照片:
Get-AppxPackage *photo* | Remove-AppxPackage
纸牌游戏:
OneNote:
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
要卸载录音机
5.如何卸载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-AppxPackage+ ~~~。
6.win10怎么删除电脑自带软件
方法/步骤
1
在win10操作系统下用电脑自带的程序进行卸载软件会有两种方式,我们首先来看一下第一方式:在控制面板上进行卸载软件。找到电脑的“控制面板”入口,一般win10系统安装时,“控制面板”快捷键都是已经在桌面上了,因此双击桌面上的“控制面板”就可以进入。如果你的电脑桌面上没有“控制面板”快捷键,下次小编再跟大家分享如何创建桌面“控制面板”快捷键。
2
双击桌面上的“控制面板”后就可以进入到控制面板的操作界面,然后单击“程序”中的“卸载程序”选项。
3
单击“程序”中的“卸载程序”选项后就会出现卸载或理发程序的窗口,选中你想要卸载的程序,右键单击就会出现“卸载/更改”选项,单击就可以进行卸载程序了。
END
方法/步骤2
接着我们再来学习一下,在win10操作系统下用电脑自带的程序进行卸载软件的第二种方式:进入“设置”窗口进行卸载软件。首先单击电脑的“开始”按键,找到“设置”选项。
单击“设置”选项后,进入到设置窗口,找到“系统”选项,单击进入。
进入到“系统”设置界面后,单击“应用和功能”选项,你就可以看到电脑所有安装的程序了。
4
然后单击你想要卸载的程序,就会出现“卸载”的按钮,单击“卸载”按钮就可以进行程序的卸载了。
7.怎么把win10自带的软件卸载
win10卸载软件的方法:
1. 首先,最简单的方法就是在开始菜单右键软件图标直接卸载。
2.如果不能右键卸载,那在win10系统桌面上,找到这台计算机图标,右击,单击“属性”。或者直接按下键盘的快捷键WINDOWS键+PauseBreak键。打开系统属性。
3.在打开的系统属性的窗口,点击左上角的“控制面板主页”窗口。要快速打开win10系统“控制面板”,还可以在开始菜单的搜索框中输入”contrl panel“点击搜索即可。
4.在打开的控制面板窗口,点击左下角的”程序 “下面的”卸载程序“。要快速打开卸载程序软件窗口,可以在win10开始菜单的搜索框中输入”appwiz.cpl“点击搜索。
5.在卸载程序窗口,找到需要卸载的程序软件,在上面右击--卸载,单击卸载即可。
8.怎样删除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.如何卸载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使用中,其他项目将逐渐添加。
10.win10上怎么卸载自带软件软件
方法如下:
1、首先按下键盘的“win+x"然后界面中点击windows powershell【管理员】打开。
2、这里首先打开想要卸载的应用。
3、然后在任务栏的空白处单击鼠标右键,然后点击打开任务管理器。
4、任务管理器中在打开的XBOX应用上单击鼠标右键,选择属性打开。
5、这时候在属性中常规里面将这里的名字复制到电脑记事本中或者浏览器的搜索框中,一会会用到。
6、现在打开刚才的windows powershell界面。
7、在记事本中在刚才复制文件名前面添加命令Remove-AppxPackage,然后将这里所有的内容复制粘贴到windows powershell界面。回车。
8、等待命令执行完毕,现在打开开始菜单看看效果。已经卸载成功。
转载请注明出处windows之家 » 如何删除win10自带应用