操作系统 
首页 > 操作系统 > 浏览文章

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

(编辑:jimmy 日期: 2024/11/17 浏览:3 次 )
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
上一篇:win7系统中最快速的安装字体的两种方法
下一篇:加快Win7启动速度通过修改注册表和引导设置这两方面
一句话新闻
Windows上运行安卓你用过了吗
在去年的5月23日,借助Intel Bridge Technology以及Intel Celadon两项技术的驱动,Intel为PC用户带来了Android On Windows(AOW)平台,并携手国内软件公司腾讯共同推出了腾讯应用宝电脑版,将Windows与安卓两大生态进行了融合,PC的使用体验随即被带入到了一个全新的阶段。