[BOOTDATA] Link the Accessibility Utility Manager for LiveCD builds (#3443)
authorGeorge Bișoc <george.bisoc@reactos.org>
Mon, 1 Feb 2021 22:37:37 +0000 (23:37 +0100)
committerGitHub <noreply@github.com>
Mon, 1 Feb 2021 22:37:37 +0000 (01:37 +0300)
boot/bootdata/CMakeLists.txt

index f1e6153..30ebc71 100644 (file)
@@ -83,6 +83,7 @@ add_livecd_shortcut("Device Manager" devmgmt.exe "Profiles/All Users/Start Menu/
 add_livecd_shortcut("Event Viewer" eventvwr.exe "Profiles/All Users/Start Menu/Programs/Administrative Tools")
 add_livecd_shortcut("Service Manager" servman.exe "Profiles/All Users/Start Menu/Programs/Administrative Tools")
 add_livecd_shortcut("System Configuration" msconfig.exe "Profiles/All Users/Start Menu/Programs/Administrative Tools")
+add_livecd_shortcut("Accessibility Utility Manager" utilman.exe "Profiles/All Users/Start Menu/Programs/Accessories/Accessibility")
 add_livecd_shortcut("Magnify" magnify.exe "Profiles/All Users/Start Menu/Programs/Accessories/Accessibility")
 add_livecd_shortcut("On-Screen Keyboard" osk.exe "Profiles/All Users/Start Menu/Programs/Accessories/Accessibility")
 add_livecd_shortcut("Remote Desktop Connection" mstsc.exe "Profiles/All Users/Start Menu/Programs/Accessories/Communications")