mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[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 4cc03bbf01 (r71342).
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
[autorun]
|
||||
open=readme.txt
|
||||
shellexecute=readme.txt
|
||||
icon=icon.ico
|
||||
|
||||
Reference in New Issue
Block a user