I am a c# noob and I am making a console app to sporadically make you lose the game by open the website and writing "the game!"
I am trying to make it open a link to the game's website, but it does not work.
What I am using, but doesn't work is what MS docs says which is
System.Diagnostics.Process.Start("http://website.com");
I use windows 11, MS edge for default browser.