Solve the problem that Windows thumbnails cannot be displayed.

Source: Internet
Author: User

When I found my photo yesterday, I chose to view it.-Thumbnail, but cannot see the thumbnail. It is especially troublesome to look for a photo.ACDSeeBrowse the image one by one, write down the name of the photo, and then select. I clearly remember that a while ago I could see the thumbnail, and no problem was found even if I killed it once. During this period, I downloaded some other software. Is there a conflict? OrWindowsQuestion? OrACDQuestion?

I uninstalled it first.ACDRestart the computer. The problem persists. I changed several options in the folder, but I still cannot. Finally, I searched the internet and finally solved the problem. The method is as follows:CodeCopy to notepad:

'Retries rimage. vbs
'Start of image preview repair
'This section repairs the associations for image Preview

Option explicit

'Destare Variables
Dim wshshell, P1, P2, P3
Set wshshell = wscript. Createobject ("wscript. Shell ")
P2 = "\ shellex \ {bb2e 617c -0920-11d1 -9A 0b -00c 04fc2d 6c 1 }\"
P3 = "{7376d660-c583-11d0-a 3A 5 -00c 04fd706ec }"

For each P 1 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 -00c 04fd706ec }"
Wshshell. regwrite "hkcr \" & P1 & P2, P3
P1 = ". Tiff"
Wshshell. regwrite "hkcr \" & P1 & P2, P3
P1 = ". htm"
P3 = "{EAB 841a 0-9550-11cf -8C 16 -00805f 1408f 3 }"
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 = & quot; {25336920 & quot; -03f 9-11cf-8fd0-00aa 00686f 13 }"

For each P 1 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

 

Then in the tool - Folder Options - Check to remove the hooks before "Hiding extensions of known file types. Save the file in Notepad . Vbs Format, the file name can be any, note that the following file type should select "all files ". Double-click another . Vbs Format file OK Now!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.