代码注入绕过UAC提示框 void RefreshProcs(HWND hWnd) { HWND hWndListProcs = GetDlgItem(hWnd, IDC_LIST_PROCESSES); if (!hWndListProcs) { MessageBox(hWnd, L"Window is messed up.", L"W7Elevate", MB_OK | MB_ICONERROR); return; } std::wstring strProcToSelect = L"explorer.exe"; 。。。。。