ProcessStartInfo ps = new ProcessStartInfo(this.ServiceFullFilePath); ps.UseShellExecute = false;ps.CreateNoWindow = true; ps.WindowStyle = ProcessWindowStyle.Hidden;Process.Start(ps);