Get the start menu folder

For the current user

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

For all users

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

Leave a Reply

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