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

时间:2021-05-23

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

声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。

相关文章