Get Programs menu folder (Start Menu)

For the current user

System.Environment.GetFolderPath(Environment.SpecialFolder.Programs ));

For all users

System.Environment.GetFolderPath(Environment.SpecialFolder.CommonPrograms ));

Leave a Reply

Your email address will not be published. Required fields are marked *