22 February 2008 Categorized under Windows

Clear the most recently run commands in Run Box from Registry

Windows has got the habit of saving almost anything you got your hands on, like recent run list, , recent files etc.. Although some of these may be useful most of them are not. The recent RUN list, mentioned above, is saved in the . (The recent Run list is useful but this is an example). If you take Start»RUN and type something you may perhaps note a drop down of the previous commands typed there.

Recent Run drop down

These commands that were previously typed are saved in the Registry. Goto Registry Editor by typing regedit in RUN dialog. Navigate to the following folder HKEY_CURRENT_USER\Software\Microsoft\Windows\
CurrentVersion\Explorer\RunMRU

Location of the List

Here you will find some regWords with values of Run lists and name as a,b,c,d.. there will also be an MRU List which saves the order in which the Run list is to be shown. Delete all the keys except default . Now restart Windows Explorer (press ALT+CTRL+SHIFT and click CANCEL button on Shutdown dialog and start explorer again through Task Manager). Now take the RUN box and the recent commands will not appear any more.


Some related articles you may like :

  1. Find all recently used Wallpapers from your Registry
    Windows saves the list of wallpapers ever used on the system in a registry Key. HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion ExplorerWallpaperMRU All those Registry Binary values here are the...
  2. How to prevent access to select drives using Registry
    You can disable access to select drives for a user using the Registry. Create a REG_DWORD value named NoViewOnDrive under HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion \Policies\Explorer and enter its...
  3. How to clear full internet history from Internet Explorer
    The security and privacy consciousness of Internet users are at an all time high for sometime now. But very few of us who use Internet...
  4. How to back-up your Registry before editing it?
    This is a continuation of the series of posts about Windows © Registry. Before you edit your be sure to Back-up it because if you...
  5. A brief introdution to the Windows Registry
    Windows Registry is a database of different settings used by Windows Operating System. If you have never used it, you are surely missing on one...
  6. How to change the default wallpaper folder of Windows to your favourite one.
    This is almost a follow up post of . So please read that post also. The default Windows Wallpaper folder is %SystemRoot%\Web\Wallpaper where normally %SystemRoot%...

Leave a Reply