1.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-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. 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-AppxPackage+ ~~~~~~~~~~~~~~~~~~+ CategoryInfo : WriteError: (Microsoft.XboxI。l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands. 注意事项:卸载有风险!千万不要盲目卸载。
2.windows 10哪些预装软件可以卸载
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,它是win10系统自带的一个应用,要打开它,就单击开始菜单中的“所有应用”,然后找到Windows Power Shell的文件夹,右键单击Windows PowerShell(注意不是Windows PowerShell ISE),然后单击以管理员身份运行,就打开了。
打开了Windows PowerShell,就开始输入命令了
要卸载OneNote,在里面输入
Get-AppxPackage *OneNote* | Remove-AppxPackage
可以复制,回车执行
4
要卸载3D,输入
Get-AppxPackage *3d* | Remove-AppxPackage
5
要卸载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的时候,会提示有很多错误,其实它已经被卸载了,可以不用担心!
16
所有卸载完成后,就只剩下应用商店了,这个留着吧,有用!卸载完效果如图:
4.Win10正式版哪些预装的应用可以卸载
需要注意的是,执行以下操作后会将应用商店也一并删除,目前也没有找回的方法,系统推送的某些更新会重新在系统中安装应用商店。
Win10自带应用不喜欢?一条命令全部卸载点击任务栏中的搜索,输入PowerShell,然后在搜索结果中右键单击PowerShell,选择以管理员身份运行。Win10自带应用不喜欢?一条命令全部卸载在PowerShell中输入下面的命令回车稍等片刻就可以将当前账户中的所有预装应用都删除。
注意,过程中可能会出现错误提示,不过这并不影响最终效果。Get-AppXPackage | Remove-AppxPackageWin10自带应用不喜欢?一条命令全部卸载不仅当前账户,我们还可以卸载其他账户中的所有应用,只需输入下面的命令,将其中的替换为账户名称即可。
Get-AppXPackage -User | Remove-AppxPackage如果要卸载所有账户中的应用,可输入下面的命令。Get-AppxPackage -AllUsers | Remove-AppxPackage有些朋友可能会有创建多个账户的需求,但是又不想让每个账户中都包含全套相同的应用,在创建账户之前,我们可以从系统账户中删除这些应用,这样新创建的账户中就不会包含全套应用了。
从系统账户中卸载应用,只需输入下面的命令。Get- -online | Remove-–online。
5.怎样卸载windows10预装软件
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反馈,设置和搜索无法从系统中删除。
6.如何卸载windows10预装应用
其实它已经被卸载了,输入
Get-AppxPackage *soundrec* | Remove-AppxPackage
要卸载Xbox,输入
Get-AppxPackage *xbox* | Remove-AppxPackage
在卸载Xbox的时候,会提示有很多错误,就打开了。
2、打开了Windows PowerShell,就开始输入命令了
3、要卸载OneNote!卸载完效果如图、电影与电视,在里面输入
Get-AppxPackage *OneNote* | Remove-AppxPackage
可以复制,输入
Get-AppxPackage *3d* | Remove-AppxPackage
5、要卸载Camera(相机),输入
Get-AppxPackage *camera* | Remove-AppxPackage
要卸载邮件和日历,输入
Get-AppxPackage *communi* | Remove-AppxPackage
要卸载新闻订阅,输入
Get-AppxPackage *bing* | Remove-AppxPackage
要卸载Groove音乐、要卸载3D,回车执行
4:
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
要卸载录音机,然后找到Windows Power Shell的文件夹,就单击开始菜单中的“所有应用”,它是win10系统自带的一个应用,要打开它1、要卸载这些所有内置应用,就要用到Windows PowerShell,右键单击Windows PowerShell(注意不是Windows PowerShell ISE),然后单击以管理员身份运行,可以不用担心!
6、所有卸载完成后,就只剩下应用商店了,这个留着吧,有用
7.Win10预装应用卸载不了怎么办
方法一:
1、按下“win+I”组合键打开“Windows 设置”,点击“系统”;
2、在设置界面点击“应用和功能”;
3、在右侧选中自带的应用,点击“卸载”即可。
方法二:
1、点击【开始菜单】,依次点击“所有应用”—“Windows PowerShell”,在“Windows PowerShell”上单击右键,选择“以管理员身份运行”;
2、在蓝框中输入:Get-AppxPackage -AllUsers | Remove-AppxPackage 按下回车键即可可删除所有内置应用。
转载请注明出处windows之家 » win10预安装应用卸载