Enable/Disable Digital Signature Icons
不知是怎么回事,我的鼠标右键最近出现了Enable/Disable Digital Signature Icons(让/禁用数字签名图标),这个出现在快捷方式和 .EXE文件上,网上好像也遇到这样的问题,一遇到这样的问题就是优化大师,超级兔子什么之类的
据说这是由于装了AUTOCAD的原因,网上有人给出了安装三方软件ContextEdit解决方法,但是我装了之后还是没解决,于是自己试着自己来搞定吧这是自己努力的成果
删除下面的所有注册表信息即可
HKEY_CLASSES_ROOT\exefile\shell\Enable/Disable Digital Signature Icons
HKEY_CLASSES_ROOT\exefile\shell\Enable/Disable Digital Signature
Icons\command (Default) REG_SZ acsignopt.exe
额外的收获:Run as Administrator
HKEY_CLASSES_ROOT\exefile\shell\open
EditFlags REG_BINARY 00000000
HKEY_CLASSES_ROOT\exefile\shell\open\command
(Default) REG_SZ "%1" %*
IsolatedCommand REG_SZ "%1" %*
HKEY_CLASSES_ROOT\exefile\shell\runas
HKEY_CLASSES_ROOT\exefile\shell\runas\command
(Default) REG_SZ "%1" %*
IsolatedCommand REG_SZ "%1" %*

Give lefter a comment