Новый участник
Сообщения: 9 Благодарности: 0
Профиль | Сайт | Отправить PM | Цитировать
void OpenWithStartInfo() { ProcessStartInfo^ startInfo = gcnew ProcessStartInfo( "bcdedit.exe","-set TESTSIGNING ON" ); startInfo->WindowStyle = ProcessWindowStyle::Minimized; Process::Start( startInfo ); }
Отправлено: 21:15, 03-04-2012 | #6