在WIN 8.1 RTM中删除虚拟智能卡账户的方法

软件发布|下载排行|最新软件

当前位置:首页操作系统windows系列

在WIN 8.1 RTM中删除虚拟智能卡账户的方法

  2020-12-08 我要评论
Delete Virtual Smart Card sign-in option in Windows 8.1 RTM(在WIN 8.1 RTM中删除虚拟智能卡账户)

commandwindows 8.1VSC

please use below script and save as "deleteVSC.cmd"

-----------------------

@echo off

echo Deleting existing virtual smart cards and readers…

tpmvscmgr destroy /instance root\smartcardreader\0000 >NUL 2>NUL

tpmvscmgr destroy /instance root\smartcardreader\0001 >NUL 2>NUL

tpmvscmgr destroy /instance root\smartcardreader\0002 >NUL 2>NUL

tpmvscmgr destroy /instance root\smartcardreader\0003 >NUL 2>NUL

tpmvscmgr destroy /instance root\smartcardreader\0004 >NUL 2>NUL

tpmvscmgr destroy /instance root\smartcardreader\0005 >NUL 2>NUL

tpmvscmgr destroy /instance root\smartcardreader\0006 >NUL 2>NUL

tpmvscmgr destroy /instance root\smartcardreader\0007 >NUL 2>NUL

echo Deleting existing virtual smart card certificates…

certutil -delstore -user My "Pilot - MSIT vSmartcard - DA" >NUL 2>NUL

certutil -delstore -user My "MSIT Virtual Smart Card" >NUL 2>NUL

Copyright 2022 版权所有 软件发布 访问手机版

声明:所有软件和文章来自软件开发商或者作者 如有异议 请与本站联系 联系我们