Windows 7 Forums Search
Welcome to Windows 7 Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows 7. The Windows 7 forum also covers news and updates and has an extensive Windows 7 tutorial section that covers a wide range of tips and tricks.


Windows 7 - MRU list missing from Run

 
11-30-2011   #1


Windows 7 Home Premium 64-bit
 
 

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 System SpecsSystem Spec
11-30-2011   #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 System SpecsSystem Spec
12-03-2011   #3


Windows 7 Home Premium 64-bit
 
 


Quote   Quote: Originally Posted by Ztruker View Post
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 System SpecsSystem Spec
.


12-04-2011   #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 System SpecsSystem Spec
02-04-2012   #5


Windows 7 Home Premium 64-bit
 
 

MRU list missing from

Quote   Quote: Originally Posted by Ztruker View Post
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 System SpecsSystem Spec
02-04-2012   #6


Windows 7 Home Premium 64-bit
 
 

MRU list missing from Run

Quote   Quote: Originally Posted by Ztruker View Post
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 System SpecsSystem Spec
02-04-2012   #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:
Quote:
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 System SpecsSystem Spec
02-05-2012   #8


Windows 7 Home Premium 64-bit
 
 


Quote   Quote: Originally Posted by Ztruker View Post
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:
Quote:
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 System SpecsSystem Spec
02-05-2012   #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 System SpecsSystem Spec
02-05-2012   #10


Windows 7 Home Premium 64-bit
 
 


Quote   Quote: Originally Posted by Ztruker View Post
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 System SpecsSystem Spec
Reply

 MRU list missing from Run problems?



Thread Tools



Similar Threads for: MRU list missing from Run
Thread Forum
Solved Wlmail 2011 - Message List - 'To' field Missing Browsers & Mail
missing 1/2 of my 'programs' list in 'start' General Discussion
List Files in Folder With Ignore List General Discussion
Solved Windows 7 missing from boot list after new installation of XP. Installation & Setup
Win Explorer arrows missing, cursor spinning, libraries missing General Discussion


All times are GMT -5. The time now is 01:58 AM.



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
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30