C# Can I search a .exe file on disk and then open it?

Viewed 23

I have a program that opens an app when you write name of it but it does not work with all applications (e.g. it doesn't open spotify and discord without a direct path but opens opera easily). I wonder is there a way to search app on local disk and then get it path. Currently I am using Process.Start func.

0 Answers
Related