using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Management; using System.DirectoryServices; using System.Net; using System.Collections; using System.ServiceProcess; using Continue Reading
Рубрика: Uninstall
try { if (barCheckItem1.Checked == true)//если поставить галочку от имени другого пользователя { Username = barEditItem2.EditValue.ToString(); Password = barEditItem3.EditValue.ToString(); System.Diagnostics.Process.Start("services.msc", @"/computer=\" + textEdit1.Text + @"/user:" + Username Continue Reading