我不小心更改了与 .snk 扩展名相关的程序
哪个程序应与 .snk 扩展名相关联。
我不小心更改了关联,并且不知道更改之前它是什么。
我想把它调回去。
Which program should be associated with the .snk extension.
I accidentally changed the association and don't know what it was prior to my change.
I want to set it back.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
正如 Neil 已经提到的,没有与 .snk 文件关联的程序。您可以尝试做的是清理注册表。
打开 Regedit,导航到
HKEY_CLASSES_ROOT 节点
,将其展开并向下滚动,直到找到.snk
后缀。确保该键下没有任何数据,(Default)
值除外,该值应为VSTA.snk.9.0
,该值重定向到更下方的应用程序键树视图中的同一分支。我还安装了其他版本的 VS 以及 VS2010,如果您只有 VS2010,我不确定它的值应该是多少,我会看看您是否有
VSTA.snk.10.0键。
As already mentioned by Neil, there is no program associated with .snk files. What you can try doing is cleaning up the registry.
Open Regedit, navigate to the
HKEY_CLASSES_ROOT node
, expand it and scroll down till you find the.snk
suffix. Make sure it has no data under that key, except for the(Default)
value which should beVSTA.snk.9.0
, which is a redirection to the application keys further down the same branch in the treeview.I've also got other versions of VS installed as well as VS2010, i'm not sure what its value should be if you only have VS2010, i would look to see if you have a
VSTA.snk.10.0
key.从资源管理器中,打开“工具”、“文件夹选项”。向下滚动文件类型列表,直到找到 .snk 扩展名。然后单击恢复。
请注意,我的系统上没有与该扩展关联的默认程序,但它表示它的类型为 Visual Studio 强名称密钥文件。
From Explorer, open Tools, Folder Options. Scroll down the list of file types until you find the .snk extension. Then click Restore.
Note that there is no default program associated with the extension on my system, but it says it's of type Visual Studio Strong Name Key File.