using System.Linq; namespace ServiceUninstall { public static class Program { static void Main() { ServiceHelper.Run(@"/u"); } } }