PC Review


Reply
Thread Tools Rate Thread

Graphic file previews gone in Explorer

 
 
Steve N.
Guest
Posts: n/a
 
      24th Mar 2005
After removing Corel Draw and associated components from a Win2K Pro box
I no longer have previews in the left pane using Explorer and selecting
(single click) graphics files. How do I ge the previews back? I can't
find anything in Folder Options that seems related. I know they are
available native in Win2K as another box that never has had any graphics
suite software installed shows the previews in Explorer.

Thanks,
Steve
 
Reply With Quote
 
 
 
 
George Hester
Guest
Posts: n/a
 
      25th Mar 2005
The easiest thing to do is concentrate on one file type first. Let's consider jpg. Make sure in the registry the entry HKCR\.jpg is set to (default) REG_SZ jpegfile. Then make sure you have this below that key:

HKEY_CLASSES_ROOT\.jpg\ShellEx
(default) REG_SZ not set

HKEY_CLASSES_ROOT\.jpg\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}
(default) REG_SZ {7376D660-C583-11d0-A3A5-00C04FD706EC}

The above two entries are what gives you the image preview. That long "number" is the CLSID of the component which gives you the preview.

HKEY_CLASSES_ROOT\CLSID\{7376D660-C583-11d0-A3A5-00C04FD706EC}
(default) REG_SZ TridentImageExtractor
HKEY_CLASSES_ROOT\CLSID\{7376D660-C583-11d0-A3A5-00C04FD706EC}\InProcServer32
(default) REG_EXPAND_SZ %SystemRoot%\System32\browseui.dll
ThreadingModel Both REG_SZ Both

--
George Hester
_________________________________
"Steve N." <(E-Mail Removed)> wrote in message news:uWJ7c1$(E-Mail Removed)...
> After removing Corel Draw and associated components from a Win2K Pro box
> I no longer have previews in the left pane using Explorer and selecting
> (single click) graphics files. How do I ge the previews back? I can't
> find anything in Folder Options that seems related. I know they are
> available native in Win2K as another box that never has had any graphics
> suite software installed shows the previews in Explorer.
>
> Thanks,
> Steve


 
Reply With Quote
 
 
 
 
Steve N.
Guest
Posts: n/a
 
      25th Mar 2005
George Hester wrote:

> The easiest thing to do is concentrate on one file type first. Let's consider jpg. Make sure in the registry the entry HKCR\.jpg is set to (default) REG_SZ jpegfile. Then make sure you have this below that key:
>
> HKEY_CLASSES_ROOT\.jpg\ShellEx
> (default) REG_SZ not set
>
> HKEY_CLASSES_ROOT\.jpg\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}
> (default) REG_SZ {7376D660-C583-11d0-A3A5-00C04FD706EC}
>
> The above two entries are what gives you the image preview. That long "number" is the CLSID of the component which gives you the preview.
>
> HKEY_CLASSES_ROOT\CLSID\{7376D660-C583-11d0-A3A5-00C04FD706EC}
> (default) REG_SZ TridentImageExtractor
> HKEY_CLASSES_ROOT\CLSID\{7376D660-C583-11d0-A3A5-00C04FD706EC}\InProcServer32
> (default) REG_EXPAND_SZ %SystemRoot%\System32\browseui.dll
> ThreadingModel Both REG_SZ Both
>


Thanks for the reponse George. I will look into this.

Steve
 
Reply With Quote
 
Steve N.
Guest
Posts: n/a
 
      26th Mar 2005
George Hester wrote:

> The easiest thing to do is concentrate on one file type first. Let's
> consider jpg. Make sure in the registry the entry HKCR\.jpg is set
> to (default) REG_SZ jpegfile. Then make sure you have this below
> that key:
>
> HKEY_CLASSES_ROOT\.jpg\ShellEx (default) REG_SZ not set
>
> HKEY_CLASSES_ROOT\.jpg\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}
> (default) REG_SZ {7376D660-C583-11d0-A3A5-00C04FD706EC}
>
> The above two entries are what gives you the image preview. That
> long "number" is the CLSID of the component which gives you the
> preview.


I have the above two entries.

>
> HKEY_CLASSES_ROOT\CLSID\{7376D660-C583-11d0-A3A5-00C04FD706EC}
> (default) REG_SZ TridentImageExtractor
> HKEY_CLASSES_ROOT\CLSID\{7376D660-C583-11d0-A3A5-00C04FD706EC}\InProcServer32
> (default) REG_EXPAND_SZ %SystemRoot%\System32\browseui.dll
> ThreadingModel Both REG_SZ Both
>


I have no HKEY_CLASSES_ROOT\CLSID at all. Am I to understand I need to
add these two entries?

Thanks again,
Steve


 
Reply With Quote
 
George Hester
Guest
Posts: n/a
 
      27th Mar 2005
below

--
George Hester
_________________________________
"Steve N." <(E-Mail Removed)> wrote in message news:Msg1e.5279$(E-Mail Removed)...
> George Hester wrote:
>
> > The easiest thing to do is concentrate on one file type first. Let's
> > consider jpg. Make sure in the registry the entry HKCR\.jpg is set
> > to (default) REG_SZ jpegfile. Then make sure you have this below
> > that key:
> >
> > HKEY_CLASSES_ROOT\.jpg\ShellEx (default) REG_SZ not set
> >
> > HKEY_CLASSES_ROOT\.jpg\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}
> > (default) REG_SZ {7376D660-C583-11d0-A3A5-00C04FD706EC}
> >
> > The above two entries are what gives you the image preview. That
> > long "number" is the CLSID of the component which gives you the
> > preview.

>
> I have the above two entries.
>
> >
> > HKEY_CLASSES_ROOT\CLSID\{7376D660-C583-11d0-A3A5-00C04FD706EC}
> > (default) REG_SZ TridentImageExtractor
> > HKEY_CLASSES_ROOT\CLSID\{7376D660-C583-11d0-A3A5-00C04FD706EC}\InProcServer32
> > (default) REG_EXPAND_SZ %SystemRoot%\System32\browseui.dll
> > ThreadingModel Both REG_SZ Both
> >

>
> I have no HKEY_CLASSES_ROOT\CLSID at all. Am I to understand I need to
> add these two entries?



This is not possible. You must have HKCR\CLSID or your system would not work at all. So what we may have is a security issue. Make sure you are accessing regedit as Administrator. Here's a link to what I told you.

http://support.microsoft.com/kb/192573/EN-US/

>
> Thanks again,
> Steve
>
>


 
Reply With Quote
 
Steve N.
Guest
Posts: n/a
 
      27th Mar 2005
George Hester wrote:
> below
>
> -- George Hester _________________________________ "Steve N." <(E-Mail Removed)> wrote in message news:Msg1e.5279$(E-Mail Removed)...
>
>>> George Hester wrote:
>>>

>>
>>>> > The easiest thing to do is concentrate on one file type first. Let's
>>>> > consider jpg. Make sure in the registry the entry HKCR\.jpg is set
>>>> > to (default) REG_SZ jpegfile. Then make sure you have this below
>>>> > that key:
>>>> >
>>>> > HKEY_CLASSES_ROOT\.jpg\ShellEx (default) REG_SZ not set
>>>> >
>>>> > HKEY_CLASSES_ROOT\.jpg\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}
>>>> > (default) REG_SZ {7376D660-C583-11d0-A3A5-00C04FD706EC}
>>>> >
>>>> > The above two entries are what gives you the image preview. That
>>>> > long "number" is the CLSID of the component which gives you the
>>>> > preview.

>>
>>>
>>> I have the above two entries.
>>>

>>
>>>> >
>>>> > HKEY_CLASSES_ROOT\CLSID\{7376D660-C583-11d0-A3A5-00C04FD706EC}
>>>> > (default) REG_SZ TridentImageExtractor
>>>> > HKEY_CLASSES_ROOT\CLSID\{7376D660-C583-11d0-A3A5-00C04FD706EC}\InProcServer32
>>>> > (default) REG_EXPAND_SZ %SystemRoot%\System32\browseui.dll
>>>> > ThreadingModel Both REG_SZ Both
>>>> >

>>
>>>
>>> I have no HKEY_CLASSES_ROOT\CLSID at all. Am I to understand I need to
>>> add these two entries?

>
>
>
> This is not possible. You must have HKCR\CLSID or your system would not work at all. So what we may have is a security issue. Make sure you are accessing regedit as Administrator. Here's a link to what I told you.
>
> http://support.microsoft.com/kb/192573/EN-US/
>


My mistake. I was looking at entries starting with a "." off of
HKEY_CLASSES_ROOT. Both those entries are there also.

Steve

 
Reply With Quote
 
Steve N.
Guest
Posts: n/a
 
      27th Mar 2005
Steve N. wrote:

> George Hester wrote:
>
>> below
>>
>> -- George Hester _________________________________ "Steve N."
>> <(E-Mail Removed)> wrote in message
>> news:Msg1e.5279$(E-Mail Removed)...
>>
>>>> George Hester wrote:
>>>>
>>>
>>>>> > The easiest thing to do is concentrate on one file type first.
>>>>> Let's
>>>>> > consider jpg. Make sure in the registry the entry HKCR\.jpg is set
>>>>> > to (default) REG_SZ jpegfile. Then make sure you have this below
>>>>> > that key:
>>>>> > > HKEY_CLASSES_ROOT\.jpg\ShellEx (default) REG_SZ not set
>>>>> > >
>>>>> HKEY_CLASSES_ROOT\.jpg\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}
>>>>> > (default) REG_SZ {7376D660-C583-11d0-A3A5-00C04FD706EC}
>>>>> > > The above two entries are what gives you the image preview. That
>>>>> > long "number" is the CLSID of the component which gives you the
>>>>> > preview.
>>>
>>>
>>>>
>>>> I have the above two entries.
>>>>
>>>
>>>>> > > HKEY_CLASSES_ROOT\CLSID\{7376D660-C583-11d0-A3A5-00C04FD706EC}
>>>>> > (default) REG_SZ TridentImageExtractor >
>>>>> HKEY_CLASSES_ROOT\CLSID\{7376D660-C583-11d0-A3A5-00C04FD706EC}\InProcServer32
>>>>>
>>>>> > (default) REG_EXPAND_SZ %SystemRoot%\System32\browseui.dll >
>>>>> ThreadingModel Both REG_SZ Both
>>>>> >
>>>
>>>
>>>>
>>>> I have no HKEY_CLASSES_ROOT\CLSID at all. Am I to understand I need
>>>> to add these two entries?

>>
>>
>>
>>
>> This is not possible. You must have HKCR\CLSID or your system would
>> not work at all. So what we may have is a security issue. Make sure
>> you are accessing regedit as Administrator. Here's a link to what I
>> told you.
>>
>> http://support.microsoft.com/kb/192573/EN-US/
>>

>
> My mistake. I was looking at entries starting with a "." off of
> HKEY_CLASSES_ROOT. Both those entries are there also.
>
> Steve
>


I've read the article, the problem appears to be that I do not have the
"View as webpage" option for folders. Any ideas how to ge that option
back? I've searched some on Google and MS but found nothing yet.

Steve

 
Reply With Quote
 
George Hester
Guest
Posts: n/a
 
      27th Mar 2005
Well Windows Explorer | Tools | Folder Options... | View | General | Web View | check Enable Web content in folders | Apply | OK

Close Windows Explorer and re-open it.

--
George Hester
_________________________________
"Steve N." <(E-Mail Removed)> wrote in message news:Bmz1e.5902$(E-Mail Removed)...
> Steve N. wrote:
>
> > George Hester wrote:
> >
> >> below
> >>
> >> -- George Hester _________________________________ "Steve N."
> >> <(E-Mail Removed)> wrote in message
> >> news:Msg1e.5279$(E-Mail Removed)...
> >>
> >>>> George Hester wrote:
> >>>>
> >>>
> >>>>> > The easiest thing to do is concentrate on one file type first.
> >>>>> Let's
> >>>>> > consider jpg. Make sure in the registry the entry HKCR\.jpg is set
> >>>>> > to (default) REG_SZ jpegfile. Then make sure you have this below
> >>>>> > that key:
> >>>>> > > HKEY_CLASSES_ROOT\.jpg\ShellEx (default) REG_SZ not set
> >>>>> > >
> >>>>> HKEY_CLASSES_ROOT\.jpg\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}
> >>>>> > (default) REG_SZ {7376D660-C583-11d0-A3A5-00C04FD706EC}
> >>>>> > > The above two entries are what gives you the image preview. That
> >>>>> > long "number" is the CLSID of the component which gives you the
> >>>>> > preview.
> >>>
> >>>
> >>>>
> >>>> I have the above two entries.
> >>>>
> >>>
> >>>>> > > HKEY_CLASSES_ROOT\CLSID\{7376D660-C583-11d0-A3A5-00C04FD706EC}
> >>>>> > (default) REG_SZ TridentImageExtractor >
> >>>>> HKEY_CLASSES_ROOT\CLSID\{7376D660-C583-11d0-A3A5-00C04FD706EC}\InProcServer32
> >>>>>
> >>>>> > (default) REG_EXPAND_SZ %SystemRoot%\System32\browseui.dll >
> >>>>> ThreadingModel Both REG_SZ Both
> >>>>> >
> >>>
> >>>
> >>>>
> >>>> I have no HKEY_CLASSES_ROOT\CLSID at all. Am I to understand I need
> >>>> to add these two entries?
> >>
> >>
> >>
> >>
> >> This is not possible. You must have HKCR\CLSID or your system would
> >> not work at all. So what we may have is a security issue. Make sure
> >> you are accessing regedit as Administrator. Here's a link to what I
> >> told you.
> >>
> >> http://support.microsoft.com/kb/192573/EN-US/
> >>

> >
> > My mistake. I was looking at entries starting with a "." off of
> > HKEY_CLASSES_ROOT. Both those entries are there also.
> >
> > Steve
> >

>
> I've read the article, the problem appears to be that I do not have the
> "View as webpage" option for folders. Any ideas how to ge that option
> back? I've searched some on Google and MS but found nothing yet.
>
> Steve
>


 
Reply With Quote
 
Steve N.
Guest
Posts: n/a
 
      27th Mar 2005
George Hester wrote:

> Well Windows Explorer | Tools | Folder Options... | View | General | Web View | check Enable Web content in folders | Apply | OK
>
> Close Windows Explorer and re-open it.
>


What I see here is Windows Explorer | Tools | Folder Options... General
| Web View | check Enable Web content in folders | Apply | OK

It is already checked.

I've managed to set specific folders to show image previews otherwise,
using Customize This Folder Options but it does not apply globaly. I
have to to do it for each folder.

Does this have anything to do with SP levels? I'm at SP3 here. Will SP4
have any effect on this?

Thans again George,
Steve

 
Reply With Quote
 
George Hester
Guest
Posts: n/a
 
      28th Mar 2005
We are into something now that is different than Image Preview. Image Preview is when you select a supported file type and get a image preview of it on the left-hand side of the right-side pane. The image thumbnails is where you see the image itself on the right-hand side instead of its icon representation based on its file type. In Windows Explorer.

Now if you want image preview for all your folders then that can be done although this is not recommened and can leade to ISSUES. What those issues are who can say. Don't do it. But to do that you would set one folder as Thumbnail view. Then with that folder selected you do as I said before but instead of the General tab you'll choose the View tab. In there you'll see Like Current Folder. Press that button shut down Windows Explorer and there you go next time you open Windows Explorer. Unfortunately this "View" will only be seen in folders which contain supported file types and which are images.

I wouldn't do this.

--
George Hester
_________________________________
"Steve N." <(E-Mail Removed)> wrote in message news:G3B1e.5944$(E-Mail Removed)...
> George Hester wrote:
>
> > Well Windows Explorer | Tools | Folder Options... | View | General | Web View | check Enable Web content in folders | Apply | OK
> >
> > Close Windows Explorer and re-open it.
> >

>
> What I see here is Windows Explorer | Tools | Folder Options... General
> | Web View | check Enable Web content in folders | Apply | OK
>
> It is already checked.
>
> I've managed to set specific folders to show image previews otherwise,
> using Customize This Folder Options but it does not apply globaly. I
> have to to do it for each folder.
>
> Does this have anything to do with SP levels? I'm at SP3 here. Will SP4
> have any effect on this?
>
> Thans again George,
> Steve
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Explorer Sidebar not displaying previews for certain file types Scott Windows XP Help 1 16th Sep 2005 07:57 AM
GIF files won't show previews in file explorer gregf@kcls.org Windows XP Basics 4 15th Jan 2005 07:58 PM
How can I see file previews in Windows Explorer? =?Utf-8?B?Um9iZXJ0IEp1ZGdl?= Windows XP New Users 2 30th Nov 2004 03:04 PM
Generating Explorer File Previews/Thumbnails User Microsoft Dot NET Framework 1 12th Oct 2004 08:03 PM
Image Previews in Windows Explorer =?Utf-8?B?U2VhbjIyMjE=?= Windows XP Help 0 6th Mar 2004 06:26 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:45 PM.