In Windows 7, the recent programs list in the start menu appears to be ordered by how often each program is used (or more specifically, launched via the start menu?).

Just to satisfy my curiosity, is there a count that is kept somewhere that I can access? It'd be interesting to see how many times I run iTunes vs RealPlayer, for example.

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

Obviously the Shell team needs to create some protection to prevent other applications from messing with it. However somebody already found out how to get to this information. The data is using a very basic encryption and it's stored in the registry under:

HKEY_USERS\S[Long number]\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist

You can download his application that decrypts it: http://blog.didierstevens.com/2009/10/21/a-windows-7-launch-party-trick/

link|improve this answer
Neat little program! – Jeff Bridgman Jan 18 at 13:31
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.