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

$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不信任列表

上一篇:FAQ unzip无法解压文件


下一篇:【Group Policy】设置window 域客户端自动锁屏