Achilles 1 Report post Posted May 4, 2007 Just a question of curiosity: Where does the run program store all it's data (the data it puts in it's combo box...)? My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list] Share this post Link to post Share on other sites
smashly 11 Report post Posted May 4, 2007 (edited) pretty sure the run history is stored in the registry (Icould be wrong) , probly find it under a MRU listing of some sort. I've disabled all history in mru so I'm not sure what key it'd be stored under. If your history is enabled you could just look for a recent line in the history and do a search in the registry, you'll find it pretty easy. Cheers Edit: Found It: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU] Edited May 4, 2007 by smashly Share this post Link to post Share on other sites
Achilles 1 Report post Posted May 4, 2007 (edited) pretty sure the run history is stored in the registry (Icould be wrong) , probly find it under a MRU listing of some sort. I've disabled all history in mru so I'm not sure what key it'd be stored under. If your history is enabled you could just look for a recent line in the history and do a search in the registry, you'll find it pretty easy. Cheers Edit: Found It: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU]Thanks for the reply, That seemed to be a list of programs that had been run but it was lacking all the webpages I ran from it. (For example you can run www.google.com) Any idea where those are? Edit: Do you know what MRU stands for? How would you turn off history? Edited May 4, 2007 by Piano_Man My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list] Share this post Link to post Share on other sites
PsaltyDS 27 Report post Posted May 4, 2007 Edit: Do you know what MRU stands for?MRU = Most Recently Used.You find it in MANY places in the registry. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Share this post Link to post Share on other sites
Achilles 1 Report post Posted May 4, 2007 (edited) MRU = Most Recently Used.You find it in MANY places in the registry. Thanks... I'll keep that in mind.also ...http://www.autoitscript.com/forum/index.ph...st&p=138028Thanks, this helps me understand run better.I don't want to sound too ignorant (but I probably will anyway ) but does this mean that the data is stored in a .dll? Or does the .dll just collect all the data? Edited May 4, 2007 by Piano_Man My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list] Share this post Link to post Share on other sites
Achilles 1 Report post Posted May 4, 2007 latter... i believeOk... Thanks Larry My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list] Share this post Link to post Share on other sites