Tuesday, 18 September 2012

How to clear windows run history




Windows stores list of commands that we executed from Run command.

The history of Run command can be deleted from registry
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU 

or

Copy the entire content and paste in the RUN command..the same will delete Run history


reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU /va /f

No comments:

Post a Comment