Programs starting twice from start menu


  1. Posts : 10
    Windows 7 Home Premium 64 bit
       #1

    Programs starting twice from start menu


    Hi all,

    First up sorry if this is in the wrong place - looked the most sensible place to put it. Second, I've tried scouring the internet for a similar problem, but as of yet have been unable to find one.

    The problem I'm experiencing occurred after some hardware problems, which meant the computer was periodically crashing. I think I've now fixed these, however a software problem with windows 7 seems to be occurring.

    Every time I go to the start menu and load a program, not one but two instances of these programs start up. This doesn't occur with all programs I've tested, but this may be because other programs only allow one instance to run at a time. Examples of ones I've tested include Speedfan, Handbrake, Calculator. If I start the programs from within explorer, only one instance starts.

    Interestingly, not sure if this is related, if I go into explorer and double click on a folder, it does not open the folder, i have to right click and then use the open option.

    The computer generally feels a bit slow. I'm wondering if anyone has experienced anything similar, or whether I should try a repair install (which will be a bit of hassle as I'll have to try to uninstall SP1 first).

    Any advice greatly appreciated,
    Veg
      My Computer


  2. Posts : 927
    windows 7 ultimate
       #2

    Veggers said:
    Hi all,

    First up sorry if this is in the wrong place - looked the most sensible place to put it. Second, I've tried scouring the internet for a similar problem, but as of yet have been unable to find one.

    The problem I'm experiencing occurred after some hardware problems, which meant the computer was periodically crashing. I think I've now fixed these, however a software problem with windows 7 seems to be occurring.

    Every time I go to the start menu and load a program, not one but two instances of these programs start up. This doesn't occur with all programs I've tested, but this may be because other programs only allow one instance to run at a time. Examples of ones I've tested include Speedfan, Handbrake, Calculator. If I start the programs from within explorer, only one instance starts.

    Interestingly, not sure if this is related, if I go into explorer and double click on a folder, it does not open the folder, i have to right click and then use the open option.

    The computer generally feels a bit slow. I'm wondering if anyone has experienced anything similar, or whether I should try a repair install (which will be a bit of hassle as I'll have to try to uninstall SP1 first).

    Any advice greatly appreciated,
    Veg
    When you right click a folder, is the open option the top (bold) option or is it a.n other?

    Regards your programs double running you might want to run the file association fix and see if that fixes it. (Will update when I find the link, bear with me.)

    EDIT!! Ok you'll find the exe fix, amongst many others here. It's worth bookmarking, but don't lose it like I just did!!

    The following code saved as a .reg file (e.g. Folder Fix.reg) should fix your folder problems. Make a restore point first, better safe than sorry!
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\Folder]
    "ContentViewModeLayoutPatternForBrowse"="delta"
    "ContentViewModeForBrowse"="prop:~System.ItemNameDisplay;~System.LayoutPattern.PlaceHolder;~System.LayoutPattern.PlaceHolder;~System.LayoutPattern.PlaceHolder;System.DateModified"
    "ContentViewModeLayoutPatternForSearch"="alpha"
    "ContentViewModeForSearch"="prop:~System.ItemNameDisplay;System.DateModified;~System.ItemFolderPathDisplay"
    @="Folder"
    "EditFlags"=hex:d2,03,00,00
    "FullDetails"="prop:System.PropGroup.Description;System.ItemNameDisplay;System.ItemTypeText;System.Size"
    "NoRecentDocs"=""
    "ThumbnailCutoff"=dword:00000000
    "TileInfo"="prop:System.Title;System.ItemTypeText"
    
    [HKEY_CLASSES_ROOT\Folder\DefaultIcon]
    @=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,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\
      65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,33,00,00,00
    
    [HKEY_CLASSES_ROOT\Folder\shell\explore]
    "MultiSelectModel"="Document"
    "ProgrammaticAccessOnly"=""
    "LaunchExplorerFlags"=dword:00000018
    
    [HKEY_CLASSES_ROOT\Folder\shell\explore\command]
    "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
    
    [HKEY_CLASSES_ROOT\Folder\shell\open]
    "MultiSelectModel"="Document"
    
    [HKEY_CLASSES_ROOT\Folder\shell\open\command]
    "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
    @=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,00,00
    
    [HKEY_CLASSES_ROOT\Folder\shell\opennewprocess]
    "MUIVerb"="@shell32.dll,-8518"
    "MultiSelectModel"="Document"
    "Extended"=""
    "LaunchExplorerFlags"=dword:00000003
    "ExplorerHost"="{ceff45ee-c862-41de-aee2-a022c81eda92}"
    
    [HKEY_CLASSES_ROOT\Folder\shell\opennewprocess\command]
    "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
    
    [HKEY_CLASSES_ROOT\Folder\shell\opennewwindow]
    "MUIVerb"="@shell32.dll,-8517"
    "MultiSelectModel"="Document"
    "OnlyInBrowserWindow"=""
    "LaunchExplorerFlags"=dword:00000001
    
    [HKEY_CLASSES_ROOT\Folder\shell\opennewwindow\command]
    "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
    
    [HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\BriefcaseMenu]
    @="{85BBD920-42A0-1069-A2E4-08002B30309D}"
    
    [HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\Library Location]
    @="{3dad6c5d-2167-4cae-9914-f99e41c12cfa}"
    
    [HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\Offline Files]
    @="{474C98EE-CF3D-41f5-80E3-4AAB0AB04301}"
    
    [HKEY_CLASSES_ROOT\Folder\ShellEx\DragDropHandlers\{BD472F60-27FA-11cf-B8B4-444553540000}]
    @=""
    
    [HKEY_CLASSES_ROOT\Folder\ShellEx\PropertySheetHandlers\BriefcasePage]
    @="{85BBD920-42A0-1069-A2E4-08002B30309D}"
    
    [HKEY_CLASSES_ROOT\Folder\ShellEx\PropertySheetHandlers\Offline Files]
    @="{7EFA68C6-086B-43e1-A2D2-55A113531240}"
    
    [-HKEY_CLASSES_ROOT\Folder\ShellNew]
    
    [HKEY_CLASSES_ROOT\Folder\ShellNew]
    "Directory"=""
    "IconPath"=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,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\
      00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,33,00,\
      00,00
    "ItemName"="@shell32.dll,-30396"
    "MenuText"="@shell32.dll,-30317"
    "NonLFNFileSpec"="@shell32.dll,-30319"
    
    [HKEY_CLASSES_ROOT\Folder\ShellNew\Config]
    "AllDrives"=""
    "IsFolder"=""
    "NoExtension"=""
    HTH.

    2ND EDIT!!
    Just noticed the folder fix is on the same page!!
    Last edited by fimble; 16 May 2011 at 13:40. Reason: Added note about folder fix, Blind Bu**er!!
      My Computer


  3. Posts : 352
    Windows Home Premium 64bit
       #3

    Hi Veggers and welcome to the Forum. As regards to two incidents of the same program opening when you double click, perhaps you have set your system to open items with only one click. Hence, double click opens two copies. Had this problem and it drove me wild until I discovered my error. Hope this helps.
    Regards
    JohnnyA
      My Computer


  4. Posts : 10
    Windows 7 Home Premium 64 bit
    Thread Starter
       #4

    Fimble, Johnnya

    Thank you very much both for your quick replies. I was quite hopeful of the regedit fixes, but alas they didn't work.

    I'm embarrassed to say I neglected to give an important piece of info - I'm using logmein. I just tried the computer directly and the error doesn't seem to occur. I'm now attempting to reinstall logmein - will let you know the result!

    I don't think I'd have thought of this if I hadn't come here, so thanks again!
      My Computer


  5. Posts : 927
    windows 7 ultimate
       #5

    Well, there you go! Inspired you to fix it yourself, which is good!

    For your info:
    LogMeIn/RemotelyAnywhere. Has known issues with many Windows 7 systems.
    So that might explain it all. If the problem re-appears you will have a good idea what could be the possible cause.

    HTH
      My Computer


  6. Posts : 10
    Windows 7 Home Premium 64 bit
    Thread Starter
       #6

    I think I got too excited too quickly - the hardware problem was only temporarily fixed. PC will no longer post into the BIOS... arg! oh well, thanks for trying!
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 17:01.
Find Us