C# code to change the default program attached with an extension using a custom progid with hash in windows 8

不打扰是莪最后的温柔 提交于 2019-12-06 15:58:20

Windows 8 does not want random apps tampering with default application associations. Users and only users get to decide what application they choose for a file extension.

Don't do this. Let the user choose default application by opening "Default Programs" dialog from Control Panel.

If you're in a corporate environment and want to copy settings, you can export associations using group policies. See Windows 8: Associate a file Type or protocol with a specific app using GPO.

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