深度xp sp3 ghost版文件夹打开慢的补丁
装了深度xp sp3 ghost版本,发现某些文件夹打开很慢。还以为是中毒,但又找不到是何病毒。今天终于找到原因了,原来是深度的原因,某些格式文件被关联到了一个网络邻居上的程序。解决方法在这里。复制以下代码为reg注册表文件,双击导入即可。
[coolcode] Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\FlashPlayer.FlashVideo\DefaultIcon] @=”C:\\WINDOWS\\system32\\Macromed\\Flash\\sa_flashplayer_9.exe,-202″ [HKEY_CLASSES_ROOT\FlashPlayer.FlashVideo\shell\open\command] @=”\”C:\\WINDOWS\\system32\\Macromed\\Flash\\sa_flashplayer_9.exe\” %1″ [HKEY_CLASSES_ROOT\FlashPlayer.VideoForFlashPlayer\DefaultIcon] @=”C:\\WINDOWS\\system32\\Macromed\\Flash\\sa_flashplayer_9.exe,-203″ [HKEY_CLASSES_ROOT\FlashPlayer.VideoForFlashPlayer\shell\open\command] @=”\”C:\\WINDOWS\\system32\\Macromed\\Flash\\sa_flashplayer_9.exe\” %1″ [HKEY_CLASSES_ROOT\FlashPlayer.ProtectedMediaForFlashPlayer\DefaultIcon] @=”C:\\WINDOWS\\system32\\Macromed\\Flash\\sa_flashplayer_9.exe,-204″ [HKEY_CLASSES_ROOT\FlashPlayer.ProtectedMediaForFlashPlayer\shell\open\command] @=”\”C:\\WINDOWS\\system32\\Macromed\\Flash\\sa_flashplayer_9.exe\” %1″ [HKEY_CLASSES_ROOT\FlashPlayer.AudioForFlashPlayer\DefaultIcon] @=”C:\\WINDOWS\\system32\\Macromed\\Flash\\sa_flashplayer_9.exe,-205″ [HKEY_CLASSES_ROOT\FlashPlayer.AudioForFlashPlayer\shell\open\command] @=”\”C:\\WINDOWS\\system32\\Macromed\\Flash\\sa_flashplayer_9.exe\” %1″ [HKEY_CLASSES_ROOT\ShockwaveFlash.ShockwaveFlash\DefaultIcon] @=”C:\\WINDOWS\\system32\\Macromed\\Flash\\sa_flashplayer_9.exe,-608″ [HKEY_CLASSES_ROOT\ShockwaveFlash.ShockwaveFlash\shell\open\command] @=”\”C:\\WINDOWS\\system32\\Macromed\\Flash\\sa_flashplayer_9.exe\” %1″ [/coolcode]