|
-
March 16th, 2005, 03:01 AM
#1
Remove List of Run menu of Start in Windows
Hi Guru's
This question is not on C# or programming but i need to ask can we remove the history list of Run menu from the Start button of Windows Desktop.
Coz whenever we execute anything from Run command it stores the list in history.
i need to delete that history.
is it possible.
tnx in advance
-
March 16th, 2005, 04:19 AM
#2
Re: Remove List of Run menu of Start in Windows
Delete the entries from:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU
However, there might be another entry. On my PC the same list was saved in
HKEY_USERS\S-1-5-21-1177238915-854245398-1060284298-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU
Try and see if it works.
-
March 16th, 2005, 06:23 AM
#3
Re: Remove List of Run menu of Start in Windows
hi cilu
thanx alot for this information.
its working fine.
-
March 16th, 2005, 02:54 PM
#4
Re: Remove List of Run menu of Start in Windows
Can you tell exactly what you did? because I did not test it; it was just a suggestion, and it may come a time when I'll need this. 
Removing entries from
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU
was enough?
-
March 16th, 2005, 11:52 PM
#5
Re: Remove List of Run menu of Start in Windows
Hi
I just remove all entries from the this registry folder
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU
n thats enough.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|