Eliminar Certificado Digital Windows 11 'link' May 2026

# List certificates (find thumbprint) Get-ChildItem -Path Cert:\CurrentUser\My Get-ChildItem -Path Cert:\CurrentUser\My | Where-Object $_.Thumbprint -eq "THUMBPRINT_HERE" | Remove-Item

For Local Machine: