Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Modern-day Romeo
    Overall activity: 0%

    Join Date
    Jul 2009
    Location
    Singapore, the "Little Red Dot" on the map
    Posts
    6,159
    Liked
    476 times
    Points
    61,007

    Fix Open each folder in the same window "bug"

    I faced this stupid problem minutes ago...I installed ShellLess Lite and when I uninstalled it, I faced a 'bug'...

    Whenever I click on a folder in Windows Explorer, it opens up in a new window...and so the 1st thing I did was to go to Tools>Folder Options>General tab. I chose "Select the Open each folder in the same window option" and click OK....

    But then, surprisingly that didn't fix it...folders still open up in a new window and I was annoyed...went Googling and finally found a working solution (lucky me)

    Solution:

    1. Open Notepad
    2. Copy and paste the following:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\Folder\shell]
    
    [HKEY_CLASSES_ROOT\Folder\shell\explore]
    "BrowserFlags"=dword:00000022
    "ExplorerFlags"=dword:00000021
    
    [HKEY_CLASSES_ROOT\Folder\shell\explore\command]
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
      65,00,20,00,2f,00,65,00,2c,00,2f,00,69,00,64,00,6c,00,69,00,73,00,74,00,2c,\
      00,25,00,49,00,2c,00,25,00,4c,00,00,00
    
    [HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec]
    @="[ExploreFolder(\"%l\", %I, %S)]"
    "NoActivateHandler"=""
    
    [HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec\application]
    @="Folders"
    
    [HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec\ifexec]
    @="[]"
    
    [HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec\topic]
    @="AppProperties"
    
    [HKEY_CLASSES_ROOT\Folder\shell\open]
    "BrowserFlags"=dword:00000010
    "ExplorerFlags"=dword:00000012
    
    [HKEY_CLASSES_ROOT\Folder\shell\open\command]
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
      65,00,20,00,2f,00,69,00,64,00,6c,00,69,00,73,00,74,00,2c,00,25,00,49,00,2c,\
      00,25,00,4c,00,00,00
    
    [HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec]
    @="[ViewFolder(\"%l\", %I, %S)]"
    "NoActivateHandler"=""
    
    [HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec\application]
    @="Folders"
    
    [HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec\ifexec]
    @="[]"
    
    [HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec\topic]
    @="AppProperties"
    
    [-HKEY_CLASSES_ROOT\Directory\shell\explore]
    
    [-HKEY_CLASSES_ROOT\Directory\shell\open]
    
    [-HKEY_CLASSES_ROOT\Drive\shell\open]
    
    [HKEY_CLASSES_ROOT\Drive\shell]
    @="none"
    
    [HKEY_CLASSES_ROOT\Directory\shell]
    @="none"
    
    [HKEY_CLASSES_ROOT\Folder\shell]
    @=-
    3. Save the file as FixFolders.reg
    4. Run the registry key and merge it to the registry...

    And that's it...things should be back to normal...phew

    P.S. It would be nice to have this 'fix' added to Re-Enable app by Tangomouse...
    They call me the mysterious one...
    my motto is...when it's hot, chill baby

  2. #2
    Experienced User
    Overall activity: 0%

    Join Date
    Oct 2009
    Posts
    521
    Liked
    0 times
    Points
    10,125
    Thanks for the info Safeguy very helpful to some users.
    Amature Programmer.
    Beginner Firefox add-on and toolbar Developer.

  3. #3
    Experienced User
    Overall activity: 0%

    Join Date
    Sep 2009
    Posts
    2,046
    Liked
    0 times
    Points
    28,383
    so system restore didn't solve your problem? that's why a lot of us consider it unreliable...

  4. #4
    Experienced User
    Overall activity: 0%

    Join Date
    Oct 2009
    Posts
    572
    Liked
    6 times
    Points
    6,866
    or you could try double clicking on the folder while holding down the ctrl key.

    that also works when you want to open a folder in a new window.
    If nothing else works, open command prompt and type 'del C:\Windows'

  5. #5
    *nix Technical Support
    Overall activity: 35.0%

    Join Date
    Jan 2009
    Location
    /home/hellnoire
    Posts
    9,845
    Liked
    319 times
    Points
    26,077
    Quote Originally Posted by bonishah88 View Post
    or you could try double clicking on the folder while holding down the ctrl key.

    that also works when you want to open a folder in a new window.
    No, he's trying NOT to do it.

    Sorry to hear ShellLess Lite wasn't to your liking.
    pacman -Syyu life not found in sync db

  6. #6
    Experienced User
    Overall activity: 6.0%

    Join Date
    Aug 2009
    Location
    Bali
    Posts
    577
    Liked
    44 times
    Points
    8,590
    Very helpful info safeguy. I should keep this method if I face the problem..

  7. #7
    Experienced User
    Overall activity: 0%

    Join Date
    Jul 2009
    Location
    Kolkata , West Bengal , India
    Posts
    1,559
    Liked
    54 times
    Points
    18,175
    hi Safeguy your Solution is useful

  8. #8
    Experienced User
    Overall activity: 0%

    Join Date
    Oct 2009
    Posts
    572
    Liked
    6 times
    Points
    6,866
    @ hellnoire : ctrl is actually the "opposite" key. I mean if you have set to open the folder in new window(thru folder options) and you hold down ctrl while double-clicking, it will do opposite of your settings and open the folder in same window. and same for setting to open folders in same window.

  9. #9
    Modern-day Romeo
    Overall activity: 0%

    Join Date
    Jul 2009
    Location
    Singapore, the "Little Red Dot" on the map
    Posts
    6,159
    Liked
    476 times
    Points
    61,007
    @bonishah88

    Thanks for reminding me about the 'ctrl' thing...but man, I wouldn't want to keep on clicking 'ctrl' whenever I want to open a folder lol

  10. #10
    *nix Technical Support
    Overall activity: 35.0%

    Join Date
    Jan 2009
    Location
    /home/hellnoire
    Posts
    9,845
    Liked
    319 times
    Points
    26,077
    It is? Never knew that... that explains why Control-Space is pre-mapped on Windows? LOL I dunno.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. "My Documents" folder in winxp with malware
    By LALGULAB12 in forum Spyware/Viruses
    Replies: 3
    Last Post: 07-29-2011, 07:42 PM
  2. Access "Folder Option" Easily In Vista Or 7
    By Alboguy in forum Tutorials
    Replies: 2
    Last Post: 07-05-2010, 11:02 AM
  3. [WinXP] Can't use "Single-click to open an item"
    By ymond in forum General Forum
    Replies: 6
    Last Post: 06-14-2009, 07:55 PM
  4. Prevent Opening "My Documents" Folder in Windows Start Up
    By shresthasr in forum General Forum
    Replies: 3
    Last Post: 05-25-2009, 11:13 PM
  5. Replies: 3
    Last Post: 05-23-2009, 01:20 PM
All times are GMT +8. The time now is 10:16 AM.