Reactos

[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).

authored by

Adam Słaboń and committed by
GitHub
03d41008 3cddd76f

+1 -1
+1 -1
boot/bootdata/autorun-livecd.inf
··· 1 1 [autorun] 2 - open=readme.txt 2 + shellexecute=readme.txt 3 3 icon=icon.ico