mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 20:02:55 +00:00
[SHORTCUTS.INF] Add shortcuts for Quick Launch
This commit is contained in:
parent
d9a3398172
commit
ce3d9e30ab
|
@ -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 -------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue