Win7下修改注册表设置Chrom为默认浏览器的方法

盗版Windows经常会有各种莫名其妙的问题,尤其是什么简化版、精简版之类的,修改默认程序不管用,或者压根就显示不出默认程序列表,把以下文本存储为.reg后缀后双击导入注册表即可,注意修改你的Chrom路径:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\WebMind]
@="WebMind Document"
[HKEY_CLASSES_ROOT\WebMind\Shell]
[HKEY_CLASSES_ROOT\WebMind\Shell\open]
[HKEY_CLASSES_ROOT\WebMind\Shell\open\command]
@="\"C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe\" \"%1\""
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice]
"Progid"="WebMind"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice]
"Progid"="WebMind"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\ftp\UserChoice]
"Progid"="WebMind"

你可能感兴趣的:(操作系统)