jpg图片无法查看

来源:百度知道 编辑:UC知道 时间:2024/06/30 15:46:56
为什么图片显示的图标变了

为什么我用以下方式查看图片图标都变了。以前没有变。机器绝对没中毒
平铺、列表、图标、详细信息
而用幻灯片、缩略图查看都是好的。图标都是以前的那种。

用记事本打开 把下面的代码复制在里面

'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.RegWrit