南强小屋 Design By 杰米
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
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
南强小屋 Design By 杰米
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
南强小屋 Design By 杰米
暂无在WIN 8.1 RTM中删除虚拟智能卡账户的方法的评论...