添加特定软件证书到windows不信任列表
2021-03-04 00:27
标签:guid port 信任 code tar x86 sign soft 列表 添加特定软件证书到windows不信任列表 标签:guid port 信任 code tar x86 sign soft 列表 原文地址:https://www.cnblogs.com/talentzemin/p/12957937.html$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不信任列表
文章链接:http://soscw.com/index.php/essay/59751.html