加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Windows > 正文

powershell – 我可以从Windows 8.1中删除Windows App Store吗?

发布时间:2020-12-14 02:21:05 所属栏目:Windows 来源:网络整理
导读:我被赋予了从全新的Acer笔记本电脑中删除英国媒体报道的任务.我(以及笔记本电脑所有者)对英国媒体报道软件的定义包括所有预安装的应用程序和Winstore本身.你可能不同意这一点,但那不是重点. 我尝试了带有Winstore ID的remove-appxpackage Powershell命令并出
我被赋予了从全新的Acer笔记本电脑中删除英国媒体报道的任务.我(以及笔记本电脑所有者)对英国媒体报道软件的定义包括所有预安装的应用程序和Winstore本身.你可能不同意这一点,但那不是重点.

我尝试了带有Winstore ID的remove-appxpackage Powershell命令并出错,其中重要的部分是

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.

我没有在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:WindowsWinStore 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

解决方法

我相信你现在已经知道了这一点,但看到你没有给这个问题一个正确答案的复选标记我给你我两分钱.

首先停止名为的服务:

>转到服务
>查找名为的服务:显示名称:Windows应用商店服务(WSService)
>运行“remove-appxpackage Winstore的ID”

这应该删除应用程序,但只有在服务停止后才会删除.如果在服务中找不到该服务,请在注册表中找到它.注册表名称是:Service Name(registry):WSService

让我知道这是否会帮助你一年半之后.为了将来参考,运行服务的所有应用程序很可能需要在可以删除之前停止服务.

UnderDog

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读