rat*_*ath 6 powershell uninstall windows-store windows-8.1
我被赋予了从全新的Acer笔记本电脑中删除英国媒体报道的任务.我(以及笔记本电脑所有者)对英国媒体报道软件的定义包括所有预安装的应用程序和Winstore本身.你可能不同意这一点,但那不是重点.
我remove-appxpackage使用Winstore的ID 尝试了Powershell命令并出现错误,其中重要的部分是
此应用是Windows的一部分,无法基于每个用户进行卸载.管理员可以尝试使用"打开或关闭Windows功能"从计算机中删除该应用程序.但是,可能无法卸载该应用程序.
我没有在Windows功能菜单中看到任何此类选项.可以从Win8.1中删除Winstore吗?
这是完整的错误消息(供参考):
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 winstore_1.0.0.0_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\WinStore 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] 83cee5eb-80ef-0001-3bc1-cf83ef80d001 in the Event Log or use
the command line Get-AppxLog -ActivityID 83cee5eb-80ef-0001-3bc1-cf83ef80d001
At line:1 char:1
+ remove-appxpackage winstore_1.0.0.0_neutral_neutral_cw5n1h2txyewy -confirm
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (winstore_1.0.0....l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
我相信你现在已经明白了这一点,但鉴于你没有给这个问题打上正确答案的复选标记,我给你两分钱。
首先停止名为:
这应该会删除应用程序,但只有在服务停止后才会删除。如果在服务中找不到该服务,请到注册表中查找。注册表名称为: 服务名称(注册表):WSService
一年半后,请告诉我这是否对您有帮助。为了将来参考,所有运行服务的应用程序很可能需要在删除之前停止该服务。
失败者
| 归档时间: |
|
| 查看次数: |
2893 次 |
| 最近记录: |