https://git.reactos.org/?p=reactos.git;a=commitdiff;h=03d41008d42716c52e4f7…
commit 03d41008d42716c52e4f7ba03e662b9da5eb54dd
Author: Adam Słaboń <asaillen(a)protonmail.com>
AuthorDate: Fri Aug 30 07:16:31 2024 +0000
Commit: GitHub <noreply(a)github.com>
CommitDate: Fri Aug 30 10:16:31 2024 +0300
[BOOTDATA] Fix LiveCD autorun (#7282)
Use 'shellexecute' entry instead of 'open', because the latter
tries to execute a non-executable readme.txt file.
https://learn.microsoft.com/en-us/windows/win32/shell/autorun-cmds
Addendum to 4cc03bbf0192 (r71342).
---
boot/bootdata/autorun-livecd.inf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boot/bootdata/autorun-livecd.inf b/boot/bootdata/autorun-livecd.inf
index 2198117319f..e4e41890ae4 100644
--- a/boot/bootdata/autorun-livecd.inf
+++ b/boot/bootdata/autorun-livecd.inf
@@ -1,3 +1,3 @@
[autorun]
-open=readme.txt
+shellexecute=readme.txt
icon=icon.ico