过期罐头电脑论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 3153|回复: 0
收起左侧

Windows XP系统无法正常显示缩略图的解决方法

[复制链接]
Lee.M 2012-7-7 03:07:38 | 显示全部楼层

  • 单击“开始”菜单,单击“运行”命令,在打开的框中键入“regsvr32 shimgvw.dll”命令,单击“确定”按钮
    20126219758450.jpg

      

  • 打开记事本,将下面的内容拷贝进去
    'RepairImage.vbs
    'Start of Image Preview Repair
    'This section repairs the associations for Image Preview

    Option Explicit

    'Declare variables
    Dim WSHShell, p1, p2, p3
    Set WSHShell = WScript.CreateObject("WScript.Shell")
    p2 = "ShellEx{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}"
    p3 = "{7376D660-C583-11d0-A3A5-00C04FD706EC}"

    For Each p1 in Array(".art",".bmp",".dib",".gif",".jfif",".jpe",".jpeg",".jpg",".png",".wmf")
    WSHShell.RegWrite "HKCR" & p1 & p2, p3
    Next

    p1 = ".tif"
    p3 = "{1AEB1360-5AFC-11d0-B806-00C04FD706EC}"
    WSHShell.RegWrite "HKCR" & p1 & p2, p3
    p1 = ".tiff"
    WSHShell.RegWrite "HKCR" & p1 & p2, p3
    p1 = ".htm"
    p3 = "{EAB841A0-9550-11cf-8C16-00805F1408F3}"
    WSHShell.RegWrite "HKCR" & p1 & p2, p3
    p1 = ".html"
    WSHShell.RegWrite "HKCR" & p1 & p2, p3

    'Start of Thumbnail Repair

    'This section repairs the view in Thumbnail mode of Explorer.

    p2 = "CLSID"
    p3 = "{25336920-03F9-11cf-8FD0-00AA00686F13}"

    For Each p1 in Array(".art",".bmp",".dib",".gif",".jfif",".jpe",".jpeg",".jpg",".png",".tif",".tiff",".wmf")
    WSHShell.RegWrite "HKCR" & p1 & p2, p3
    Next

    MsgBox "Image Preview and Thumbnail View File" & vbCR & "Associations have been restored.", 4096, "Confirmation"

    Set WSHShell = Nothing
    20126219758450.jpg

      

  • 单击菜单栏中的“文件”——“另存为”
    20126219758450.jpg

      

  • 选择要保存文件的位置,并在文件名框中键入“任意称号 .vbs”,单击“保存”按钮
    20126219758450.jpg

      

  • 最后双击执行后缀名为vbs的脚本文件
    20126219758450.jpg

      

您需要登录后才可以回帖 登录 | 注册

本版积分规则

一键重装系统|雨人系统下载|联系我们|网站地图|过期罐头电脑论坛

GMT+8, 2024-4-27 05:21 , Processed in 0.038890 second(s), 28 queries .

官方免责声明:本站内容来自网友和互联网.若侵犯到您的版权.请致信联系,我们将第一时间删除相关内容!

Powered by Discuz!

专注于win7_win10_win11系统下载装机

© 2010-2023 GQGTPC.Com

快速回复 返回顶部 返回列表