Is there a way to clean the most recently started applications from the Windows 7 start menu programmatically?
I’m looking for some registry entries and/or files to delete so the corresponding items in the Winodws 7 start menu are removed.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Now this is the solution for my question:
I Cleaned the values under the Registry Keys
Then I executed the following PInvoke to refresh the cache of the Explorer.exe:
C#:
Regards,
Boris