mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 15:29:43 +00:00
[APPWIZ] Use new Appwiz-mode to start RAPPS with "Installed" section open
CORE-18981
This commit is contained in:
parent
acbb73a89d
commit
b29e82d0e0
1 changed files with 2 additions and 2 deletions
|
@ -64,9 +64,9 @@ CPlApplet(HWND hwndCPl, UINT uMsg, LPARAM lParam1, LPARAM lParam2)
|
||||||
ShellExecuteW(NULL,
|
ShellExecuteW(NULL,
|
||||||
NULL,
|
NULL,
|
||||||
L"rapps.exe",
|
L"rapps.exe",
|
||||||
|
L"/appwiz",
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
SW_SHOWNORMAL);
|
||||||
1);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue