E
E
ellz2018-12-22 07:33:12
C++ / C#
ellz, 2018-12-22 07:33:12

How to launch Windows applications from the program?

Hello. How to launch the "Optimize Drives" application from the program?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Daniil Demidko, 2018-12-22
@ellz

Like this for example

System.Diagnostics.Process.Start(@"C:\Windows\system32\dfrgui.exe");

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question