If I try to use:
System.Diagnostics.Process.Start("http://google.com");
the following error occurs:
System.ComponentModel.Win32Exception: "The system cannot find the file specified"
I use win10 and visual studio.
Actually I can't find a solution or something like that. Maybe it's because i'm behind a proxy ? Or could there be any other problem ? And if yes, could you help me to fix it ?

System.Diagnostics.Process.Startcan open links in your default web application too