我是靠谱客的博主 简单音响,这篇文章主要介绍在WIN 8.1 RTM中删除虚拟智能卡账户的方法,现在分享给大家,希望可以做个参考。

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

最后

以上就是简单音响最近收集整理的关于在WIN 8.1 RTM中删除虚拟智能卡账户的方法的全部内容,更多相关在WIN内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(107)

评论列表共有 0 条评论

立即
投稿
返回
顶部