MRU list missing from Run

Page 1 of 2 12 LastLast

  1. Posts : 70
    Windows 7 Home Premium 64-bit
       #1

    MRU list missing from Run


    I recently ran Power Tools Lite and afterwards noticed that all commands that were listed in Run are gone. I don't think they can be recovred but I would like to make new entries hold and be available for furture use. Needless to say Power Tools Lite is gone from my computer.

    Is there a registry setting or something that can accomplish that task?

    My OS is Windows 7 Home Edition 64-bit.

    All help will be appreciated.

    Gloria
      My Computer


  2. Posts : 6,285
    Windows 10 Pro X64
       #2

    They will accumulate again as you enter them and as long as you don't run another program that wipes them out

    The list itself is kept in the registry, same as it was for XP and Vista.

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU

    Open a Command Prompt then copy and paste the following there and press Enter:

    reg query "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU"

    You could use regedit to export that key and save it in case it ever gets wiped out again, then you could merge the exported key back into your registry to restore them.

    Looks like you can have up to 26 entries (a through z) and that's it.
      My Computer


  3. Posts : 70
    Windows 7 Home Premium 64-bit
    Thread Starter
       #3

    Ztruker said:
    They will accumulate again as you enter them and as long as you don't run another program that wipes them out

    The list itself is kept in the registry, same as it was for XP and Vista.

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU

    Open a Command Prompt then copy and paste the following there and press Enter:

    reg query "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU"

    You could use regedit to export that key and save it in case it ever gets wiped out again, then you could merge the exported key back into your registry to restore them.

    Looks like you can have up to 26 entries (a through z) and that's it.
    I used the command prompt and copied and pasted your link, a message appeared that said "The system cannot find the path specified."

    Do you have another suggestion?
      My Computer


  4. Posts : 6,285
    Windows 10 Pro X64
       #4

    Try this then:

    reg query "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer"

    That has to be there. It should give you a list of 20 or 30 sub-keys, one of which is RunMru (at least on my Win 7 Pro X64 system).

    If you're missing the RunMru key, that means something deleted it.
      My Computer


  5. Posts : 70
    Windows 7 Home Premium 64-bit
    Thread Starter
       #5

    MRU list missing from


    Ztruker said:
    Try this then:

    reg query "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer"

    That has to be there. It should give you a list of 20 or 30 sub-keys, one of which is RunMru (at least on my Win 7 Pro X64 system).

    If you're missing the RunMru key, that means something deleted it.
    I'm so sorry to be replying so very late, but I lost this post and just discovered it today in a folder I don't use often.

    RunMru was found where you said it should be. All I saw was:

    Default
    Type: REG_SZ
    Data: (value not set)

    What do you suggest I do next?
      My Computer


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

    MRU list missing from Run


    Ztruker said:
    Try this then:

    reg query "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer"

    That has to be there. It should give you a list of 20 or 30 sub-keys, one of which is RunMru (at least on my Win 7 Pro X64 system).

    If you're missing the RunMru key, that means something deleted it.
    I'm so sorry to be replying so very late, but I lost this post and just discovered it today in a folder I don't use often.

    RunMru was found where you said it should be. All I saw was:

    Default
    Type: REG_SZ
    Data: (value not set)

    What do you suggest I do next?
      My Computer


  7. Posts : 6,285
    Windows 10 Pro X64
       #7

    AS I said before, they will accumulate again as you enter them and as long as you don't run another program that wipes them out.

    You can export the key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMru

    if you want to save what is there.When I query RunMRU key, I get this:
    reg query "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\runmru"

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\runmru
    a REG_SZ E:\sources\Desktop-enhancers\Dexpot Multiple Desktops\1
    MRUList REG_SZ uwphgxbodfclvqenmkizsajrty
    b REG_SZ services.msc\1
    c REG_SZ control sysadm.cpl\1
    d REG_SZ devmgmt.msc\1
    e REG_SZ diskmgmt.msc\1
    f REG_SZ control userpasswords2\1
    g REG_SZ C:\Users\rrkurtz\AppData\Local\1
    h REG_SZ C:\ProgramData\Microsoft\Microsoft Antimalware\Support\1
    i REG_SZ C:\Users\1
    j REG_SZ C:\Program Files (x86)\SeaMonkey\1
    k REG_SZ findstr /c:"[SR]" %windir%\logs\cbs\cbs.log >sfcdetails.txt & notepad sfcdetails.txt & del sfcdetails.txt\1
    l REG_SZ explorer\1
    m REG_SZ %SystemRoot%\System32\Config\1
    n REG_SZ eventvwr.msc\1
    o REG_SZ msconfig\1
    p REG_SZ Cmd\1
    q REG_SZ msinfo32\1
    r REG_SZ C:\Program Files (x86)\SeaMonkey\omni.jar\1
    s REG_SZ dxdiag\1
    t REG_SZ c:\windows\1
    u REG_SZ regedit\1
    v REG_SZ C:\Users\rrkurtz\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\1
    w REG_SZ "C:\Program Files (x86)\Acronis\TrueImageHome\"\1
    x REG_SZ C:\Program Files (x86)\Belarc\Advisor\System\tmp\1
    y REG_SZ "C:\Program Files (x86)\SeaMonkey\seamonkey.exe" -profileManager\1
    z REG_SZ C:\Windows\Minidump\1
      My Computer


  8. Posts : 70
    Windows 7 Home Premium 64-bit
    Thread Starter
       #8

    Ztruker said:
    AS I said before, they will accumulate again as you enter them and as long as you don't run another program that wipes them out.

    You can export the key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMru

    if you want to save what is there.When I query RunMRU key, I get this:
    reg query "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\runmru"

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\runmru
    a REG_SZ E:\sources\Desktop-enhancers\Dexpot Multiple Desktops\1
    MRUList REG_SZ uwphgxbodfclvqenmkizsajrty
    b REG_SZ services.msc\1
    c REG_SZ control sysadm.cpl\1
    d REG_SZ devmgmt.msc\1
    e REG_SZ diskmgmt.msc\1
    f REG_SZ control userpasswords2\1
    g REG_SZ C:\Users\rrkurtz\AppData\Local\1
    h REG_SZ C:\ProgramData\Microsoft\Microsoft Antimalware\Support\1
    i REG_SZ C:\Users\1
    j REG_SZ C:\Program Files (x86)\SeaMonkey\1
    k REG_SZ findstr /c:"[SR]" %windir%\logs\cbs\cbs.log >sfcdetails.txt & notepad sfcdetails.txt & del sfcdetails.txt\1
    l REG_SZ explorer\1
    m REG_SZ %SystemRoot%\System32\Config\1
    n REG_SZ eventvwr.msc\1
    o REG_SZ msconfig\1
    p REG_SZ Cmd\1
    q REG_SZ msinfo32\1
    r REG_SZ C:\Program Files (x86)\SeaMonkey\omni.jar\1
    s REG_SZ dxdiag\1
    t REG_SZ c:\windows\1
    u REG_SZ regedit\1
    v REG_SZ C:\Users\rrkurtz\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\1
    w REG_SZ "C:\Program Files (x86)\Acronis\TrueImageHome\"\1
    x REG_SZ C:\Program Files (x86)\Belarc\Advisor\System\tmp\1
    y REG_SZ "C:\Program Files (x86)\SeaMonkey\seamonkey.exe" -profileManager\1
    z REG_SZ C:\Windows\Minidump\1
    As I said before, I don't see the list. What I type in Run is NOT holding and that's my original problem which has not been fixed as yet.
      My Computer


  9. Posts : 6,285
    Windows 10 Pro X64
       #9

    Are you running any other software that can be clearing the RunMru history? I know in XP TweakUI had this capability.

    What happens it you use the run box to enter a few commands. Are they remembered until you reboot then they disappear?
      My Computer


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

    Ztruker said:
    Are you running any other software that can be clearing the RunMru history? I know in XP TweakUI had this capability.

    What happens it you use the run box to enter a few commands. Are they remembered until you reboot then they disappear?
    No, I'm not running any software that could be doing that.

    I've tried that, but each time I go to Run the windows is blank and I have to type a command for anything I want to do or anywhere I want to go.
      My Computer


 
Page 1 of 2 12 LastLast

  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 11:07.
Find Us