How to disable Winscard Discovery in Windows 10?

荒凉一梦 提交于 2019-12-19 03:46:12

问题


I'm testing smart cards using ACR122U. However, when I put a card on it, Windows will automatically send APDU commands to it.

According to the question windows 8 disable smartcard plug and play, I disabled Smart Card Plug And Play. But I can still see the PIV selection which is called Winscard Discovery.

How can I disable this in Windows 10?


回答1:


You have 3 solutions

1) Edit computer policies

  • Launch gpedit.msc
  • Section Computer Configuration --> Administrative Templates --> Windows Components --> Smart Card

Disable Smartcard driver popup:

  • Smart Card Plug and Play service: disable

Disable smartcard timeout on ISOB' card removing

  • Turn on certificate propagation from smartcard: disable

2) Disable smartcard filter (only to disable popup message)

To disable or enable the smartcard filter, use "DisableSCFilterWindows7.reg" and "EnableSCFilterWindows7.reg"

3) Install a dummy card provider

The dummy card provider will let the system to know the smartcards.Thus, it will not try to identify the card, sending commands, and will not popup error message.

Sources: Notes from an ASK driver and https://support.microsoft.com/en-us/kb/976832



来源:https://stackoverflow.com/questions/34040169/how-to-disable-winscard-discovery-in-windows-10

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!