https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ce3d9e30ab5ef8afc2c1d…
commit ce3d9e30ab5ef8afc2c1d10600f5814a57e29929
Author: Stas'M <x86corez(a)gmail.com>
AuthorDate: Wed Nov 1 22:48:39 2017 +0300
[SHORTCUTS.INF] Add shortcuts for Quick Launch
---
media/inf/shortcuts.inf | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/media/inf/shortcuts.inf b/media/inf/shortcuts.inf
index 9323ddf003..561e96f4f3 100644
--- a/media/inf/shortcuts.inf
+++ b/media/inf/shortcuts.inf
@@ -12,6 +12,7 @@ AccessibilityShortcuts=2, %ACCESSORIES%\%ACCESSIBILITY%
EntertainmentShortcuts=2, %ACCESSORIES%\%ENTERTAINMENT%
CommunicationsShortcuts=2, %ACCESSORIES%\%COMMUNICATIONS%
GamesShortcuts=2, %GAMES%
+QuickLaunchShortcuts=26, Microsoft\Internet Explorer\Quick Launch
[DesktopShortcuts]
%SystemRoot%\readme.txt, %README_TITLE%, %README_DESC%
@@ -60,6 +61,11 @@ GamesShortcuts=2, %GAMES%
%SystemRoot%\system32\winmine.exe, %WINMINE_TITLE%, %WINMINE_DESC%, 0
%SystemRoot%\system32\spider.exe, %SPIDER_TITLE%, %SPIDER_DESC%, 0
+[QuickLaunchShortcuts]
+%SystemRoot%\explorer.exe, %EXPLORER_TITLE%, %EXPLORER_DESC%, 1, %HOMEDRIVE%%HOMEPATH%
+%SystemRoot%\system32\cmd.exe, %CMD_TITLE%, %CMD_DESC%, 0, %HOMEDRIVE%%HOMEPATH%
+%SystemRoot%\system32\rapps.exe, %RAPPS_TITLE_SHORT%, %RAPPS_DESC%, 0
+
;-------------------------------- STRINGS -------------------------------