码迷,mamicode.com
首页 > Windows程序 > 详细

添加特定软件证书到windows不信任列表

时间:2020-05-25 17:26:42      阅读:100      评论:0      收藏:0      [点我收藏+]

标签:guid   port   信任   code   tar   x86   sign   soft   列表   

$target="C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe"
$filePath=$PSScriptRoot+(New-Guid).Guid
$cer = Get-AuthenticodeSignature $target
Export-Certificate -Cert $cer.SignerCertificate -FilePath $filePath
Import-Certificate -FilePath $filePath -CertStoreLocation Cert:\LocalMachine\DisallowedImport-Certificate -FilePath $filePath -CertStoreLocation Cert:\CurrentUser\Disallowedrm $filePath -Force

 

添加特定软件证书到windows不信任列表

标签:guid   port   信任   code   tar   x86   sign   soft   列表   

原文地址:https://www.cnblogs.com/talentzemin/p/12957937.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!