using System.Diagnostics; ............... Process prc = new Process(); prc.StartInfo.FileName = "appwiz.cpl"; prc.Start();