2015-07-16 5 views

ответ

0

Сначала найдите отпечаток, а затем передать его в certutil.exe

в PowerShell:

$thumbprint = (Get-ChildItem cert:\LocalMachine\MY | WHERE {$_.Subject -match "blah blah" } 
& certutil.exe -delstore my $thumbprint 
Смежные вопросы