Answers for "c# execute run control panel"

C#
0

c# execute run control panel

var cplPath = System.IO.Path.Combine(Environment.SystemDirectory, "control.exe");
System.Diagnostics.Process.Start(cplPath, "/name Microsoft.ProgramsAndFeatures");
Posted by: Guest on September-21-2021

C# Answers by Framework

Browse Popular Code Answers by Language