修复证书存储时“-2146893807 NTE_NOT_FOUND”


2

我尝试通过操作来修复Windows 10中的证书存储区

C:\WINDOWS\system32>certutil -store -user my ‎330000019dba8d5dddb98062a900000000019d
my "Personal"
CertUtil: -store command FAILED: 0x80090011 (-2146893807 NTE_NOT_FOUND)
CertUtil: Object was not found.

我从MMC进行了双重检查,证书详细说明了我的证书的序列号。但我仍然无法修复证书库。

你能帮忙吗?


这可能有所帮助:technet.microsoft.com/en-us/library/cc759048%28v=ws.10%29.aspx另请注意,搜索错误号(0x80090011)而不是返回码。-2146893807是您使用32位有符号整数表示的最小数字,因此它仅表示“此处没有值”。
弗兰克托马斯

我试过了。但它没有帮助。
n179911 2016年

Answers:


-1

尝试导出PFX时,我遇到了同样的错误。事实证明,我只需要导出C:\cert.pfx而不是只是cert.pfx(它试图将文件导出到cert store(Cert:\LocalMachine\My)。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.