static void Main() { // Get the path that stores favorite links. string myFavoritesPath = Environment.GetFolderPath(Environment.SpecialFolder.Favorites); MyProcess myProcess = new MyProcess(); //myProcess.OpenApplication(myFavoritesPath); myProcess.OpenWithArguments(); //myProcess.OpenWithStartInfo(); }