How do I clear the Run box history in Windows 8?
Following are the steps to clear history of the Run box:
- Go to the Start screen, and type
regedit
and open click onregedit
to open the Registry Editor - Navigate to the key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU
- On the right of the screen, there are keys that contain the recently entered commands on the Run Box. Delete the ones that you want to delete
- Log off and Log back on.
That should delete history from the Run menu.
The UI Way to delete History
- Type
Clear History
in the Search box. Then click on Settings on the Charms menu - Finally select Delete History to clear the history
However, that method deletes more than just the search history of Run Box. It also deletes history from other applications like File Explorer.
You can use CCleaner to erase the run history.
This did it for me
rundll32 inetcpl.cpl ClearMyTracksByProcess 1
Clear History From the Command Line