欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 运维知识 > windows >内容正文

windows

使用深度V8.1 系统后打开部分文件夹缓慢

发布时间:2025/7/14 windows 45 豆豆
生活随笔 收集整理的这篇文章主要介绍了 使用深度V8.1 系统后打开部分文件夹缓慢 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

     v8.1系统开部分文家夹速度缓慢,发现是由于文件关联造成,重新恢复文家管理即可

     创建.reg 文件,内容如下:

 

Code
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"

转载于:https://www.cnblogs.com/shineboy1219/archive/2008/08/14/1267933.html

总结

以上是生活随笔为你收集整理的使用深度V8.1 系统后打开部分文件夹缓慢的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。