询问者
win10 企业版本 无法找到并打开 sticky notes

问题
全部回复
-
你好,
以管理员身份打开Windows PowerShell,输入下列指令
PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *MicrosoftStickyNotes*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
指令完成后重启电脑。
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
Windows PowerShell
版权所有 (C) 2016 Microsoft Corporation。保留所有权利。
PS C:\Users\Administrator> PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *Microsoft
StickyNotes*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
= : 无法将“=”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后
再试一次。
所在位置 行:1 字符: 5
+ & { = (Get-AppxPackage *MicrosoftStickyNotes*).InstallLocation + '\Ap ...
+ ~
+ CategoryInfo : ObjectNotFound: (=:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
位于命令管道位置 1 的 cmdlet Add-AppxPackage
请为以下参数提供值:
Path:
***************
不好使啊
-
管理员身份打开PowerShell
输入Get-AppxPackage –AllUsers
在里面寻找Microsoft.MicrosoftStickyNotes这一项。
如果发现了,运行Remove-AppxPackage PackageFullName (PackageFullName 用Microsoft.MicrosoftStickyNotes_1.8.0.0_x64__8wekyb3d8bbwe代替)
如果没发现,那证明系统里真的没有sticky note
删除以后再去应用商店下载安装。
如果系统里真的没有,那证明系统组件确实损坏,用一个原装ISO修复一下系统或者升级一下。
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- 已建议为答案 Teemo TangMicrosoft contingent staff 2017年11月8日 9:18