以下批处理将恢复 Ico Cur Ani 文件 的正确关联
转载请注明原创!
- :: 恢复 ICO CUR ANI 文件关联
- :: Author: ZeroFire(炽火)
- :: ver beat0.1[20080917]
- @echo off
- assoc .ico=icofile
- assoc .cur=curfile
- assoc .ani=anifile
- echo Windows Registry Editor Version 5.00>_tmp.reg
- echo.>>_tmp.reg
- echo [HKEY_CLASSES_ROOT/anifile/DefaultIcon]>>_tmp.reg
- echo @="%%1">>_tmp.reg
- echo.>>_tmp.reg
- echo [HKEY_CLASSES_ROOT/curfile/DefaultIcon]>>_tmp.reg
- echo @="%%1">>_tmp.reg
- echo.>>_tmp.reg
- echo [HKEY_CLASSES_ROOT/icofile/DefaultIcon]>>_tmp.reg
- echo @="%%1">>_tmp.reg
- echo.>>_tmp.reg
- regedit /s _tmp.reg
- del _tmp.reg
如果你有其他类型的文件图标不正常的话,可以照此修改一下来修正。
其中的注册表值“%1”可以使以下文件类型显示文件内嵌图标
exe cpl dll bmp (thumbnail) icl ico lnk