#include int main() { LPCWSTR browserPath = L"iexplore.exe"; ShellExecuteW(NULL, L"open", browserPath, NULL, NULL, SW_SHOWDEFAULT); return 0; }