I have a Windows 7 Pro machine that won't maintain a record of all the commands I enter via Start -> Run. I have UAC disabled, but there is still some setting that's wiping out that list right after I enter a command. How can I tell the OS to preserve the command history?
feedback
|
migrated from serverfault.com Feb 22 '10 at 15:06
This question came from our site for system administrators and desktop support professionals.
|
I had the same problem and was able to get the recent items in the Run command to be kept by double-clicking the Start Menu, Properties, Start Menu tab and checking "Store and display recently opened programs in the Start menu". | |||
|
feedback
|
|
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced Start_JumpListItems This is the recent opened programs list, check to make sure this number is set to something more then say 0, it can be set as high as 60. This also sets the recent programs list in the start menu. Also make sure you are not nuking it via group policy. (gpedit.msc) | |||
feedback
|
