2,643
社区成员
发帖
与我相关
我的任务
分享 if (bufServiceState[124] == '4')
{
WinExec("cmd.exe /c net stop smcservice",SW_HIDE); //这段可以征程被执行!!!
sleep(600);
WinExec("cmd.exe /c devcon enable USBSTOR\DISK&VEN_EAGET&PROD_F1&REV_8.07",SW_SHOW);//有问题???
WinExec("cmd.exe /c devcon enable STORAGE\Volume",SW_SHOW));//有问题????
}