Folders Won't Open in Same Window!!!!!


Go Back   Computer Help Articles > Windows XP Customize
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 06:34 AM
msmiles420
 
Posts: n/a
Default Folders Won't Open in Same Window!!!!!

For some strange reason I cannot get folders to open in THE SAME window!!!
Even though my folder options are set to open folders in the same window and
NOT in seperate windows. I have tried changing the setting within individual
folder settings, as well as in control panel folder settings. All settings
indicate folders should be opening in the same window, but they still open in
seperate ones. Please save me from the sea of open windows when I browse with
windows explorer!
--
msmiles420
Reply With Quote
  #2  
Old 01-05-2006, 06:34 AM
WTC
 
Posts: n/a
Default Re: Folders Won't Open in Same Window!!!!!

"msmiles420" <msmiles420@discussions.microsoft.com> wrote in message
news:5A38991B-765B-4941-A4A4-80E28079CD07@microsoft.com...
> For some strange reason I cannot get folders to open in THE SAME window!!!
> Even though my folder options are set to open folders in the same window
> and
> NOT in seperate windows. I have tried changing the setting within
> individual
> folder settings, as well as in control panel folder settings. All settings
> indicate folders should be opening in the same window, but they still open
> in
> seperate ones. Please save me from the sea of open windows when I browse
> with
> windows explorer!
> --
> msmiles420



Hi msmiles420,

Could you type the following in the command prompt,

reg export "HKCR\Directory" "%userprofile%\desktop\dir.txt"
and
reg export "HKCR\Folder" "%userprofile%\desktop\fold.txt"

Now there should be two files on your desktop called "dir.txt" and
"fold.txt". If you could email those files, then I will see if I can fix
your problem for you. My email is

bcrawfordjrREMOVE@hotmail.com

Please take REMOVE out of the email address.

--
William



Reply With Quote
  #3  
Old 01-05-2006, 06:34 AM
Keith Miller
 
Posts: n/a
Default Re: Folders Won't Open in Same Window!!!!!

Start -> Run -> regsvr32 /i shell32.dll

Keith


"msmiles420" <msmiles420@discussions.microsoft.com> wrote in message news:5A38991B-765B-4941-A4A4-80E28079CD07@microsoft.com...
> For some strange reason I cannot get folders to open in THE SAME window!!!
> Even though my folder options are set to open folders in the same window and
> NOT in seperate windows. I have tried changing the setting within individual
> folder settings, as well as in control panel folder settings. All settings
> indicate folders should be opening in the same window, but they still open in
> seperate ones. Please save me from the sea of open windows when I browse with
> windows explorer!
> --
> msmiles420

Reply With Quote
  #4  
Old 01-05-2006, 06:34 AM
WTC
 
Posts: n/a
Default Re: Folders Won't Open in Same Window!!!!!

"Keith Miller" <k.miller79@verizon.net> wrote in message
news:OPpp6Hy7FHA.4076@tk2msftngp13.phx.gbl...
Start -> Run -> regsvr32 /i shell32.dll


Hi Keith,

His problem was,

[HKEY_CLASSES_ROOT\Folder\shell]
@="explore"

and when you run

regsvr32 /i shell32.dll

It does *not* fix that default name's data.

The key should be

[HKEY_CLASSES_ROOT\Folder\shell]

(value not set)

I simply gave the OP to run he following to fix his problem and he reported
all is working.

REG DELETE "HKCR\Folder\Shell" /va

--
William



Reply With Quote
  #5  
Old 01-05-2006, 06:34 AM
KR
 
Posts: n/a
Default RE: Folders Won't Open in Same Window!!!!!

When I click any folder to open it, my search folder opens...how can i
correct this? I'v tried to go back to default settings, but it dosen't work.

"msmiles420" wrote:

> For some strange reason I cannot get folders to open in THE SAME window!!!
> Even though my folder options are set to open folders in the same window and
> NOT in seperate windows. I have tried changing the setting within individual
> folder settings, as well as in control panel folder settings. All settings
> indicate folders should be opening in the same window, but they still open in
> seperate ones. Please save me from the sea of open windows when I browse with
> windows explorer!
> --
> msmiles420

Reply With Quote
  #6  
Old 01-05-2006, 06:34 AM
Keith Miller
 
Posts: n/a
Default Re: Folders Won't Open in Same Window!!!!!

Interesting, because 'explore' as a default value for HKCR\Folder\Shell is perfectly valid and doesn't force new windows when browsing, just gives you the two-pane view with folders on the left.

These problems are usually caused be the deletion or replacement of the default value of 'none' under one or both of the following keys:

HKCR\Directory\shell
HKCR\Drive\shell

and that is repaired by using "regsvr32 /i shell32.dll"

Oh well, so long as the OP is happy

Keith


"WTC" <bcrawfordjr(remove)@hotmail.com> wrote in message news:eTZpA%2307FHA.1028@TK2MSFTNGP11.phx.gbl...
> "Keith Miller" <k.miller79@verizon.net> wrote in message
> news:OPpp6Hy7FHA.4076@tk2msftngp13.phx.gbl...
> Start -> Run -> regsvr32 /i shell32.dll
>
>
> Hi Keith,
>
> His problem was,
>
> [HKEY_CLASSES_ROOT\Folder\shell]
> @="explore"
>
> and when you run
>
> regsvr32 /i shell32.dll
>
> It does *not* fix that default name's data.
>
> The key should be
>
> [HKEY_CLASSES_ROOT\Folder\shell]
>
> (value not set)
>
> I simply gave the OP to run he following to fix his problem and he reported
> all is working.
>
> REG DELETE "HKCR\Folder\Shell" /va
>
> --
> William
>
>
>

Reply With Quote
  #7  
Old 01-05-2006, 06:34 AM
WTC
 
Posts: n/a
Default Re: Folders Won't Open in Same Window!!!!!

"KR" <KR@discussions.microsoft.com> wrote in message
news:7465E772-E51E-4B8F-8C17-3E9D015F66D5@microsoft.com...
> When I click any folder to open it, my search folder opens...how can i
> correct this? I'v tried to go back to default settings, but it dosen't
> work.
>


Search Companion Starts If You Double-Click a Folder
http://support.microsoft.com/default...b;en-us;321186

--
William



Reply With Quote
  #8  
Old 01-05-2006, 06:35 AM
KR
 
Posts: n/a
Default Re: Folders Won't Open in Same Window!!!!!

Thank you for your help William...It worked perfect.

"WTC" wrote:

> "KR" <KR@discussions.microsoft.com> wrote in message
> news:7465E772-E51E-4B8F-8C17-3E9D015F66D5@microsoft.com...
> > When I click any folder to open it, my search folder opens...how can i
> > correct this? I'v tried to go back to default settings, but it dosen't
> > work.
> >

>
> Search Companion Starts If You Double-Click a Folder
> http://support.microsoft.com/default...b;en-us;321186
>
> --
> William
>
>
>
>

Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Portable Media Device Arkay Windows XP Photos 4 01-05-2006 07:11 AM
Computer no longer recognizes Camera tkb Windows XP Photos 8 01-05-2006 07:11 AM
canon camera A520 cannot upload images to computer foobalkif4 Windows XP Photos 9 01-05-2006 07:11 AM
AutoPlay Wizard no Longer Starting flyers319 Windows XP Photos 3 01-05-2006 07:10 AM
can not connect Canon IXUS 40 to my XP home Lucky44m Windows XP Photos 4 01-05-2006 07:08 AM


All times are GMT. The time now is 07:02 AM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

Folders Won't Open in Same Window!!!!!