mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:32:57 +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:
parent
3cddd76f57
commit
03d41008d4
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
[autorun]
|
[autorun]
|
||||||
open=readme.txt
|
shellexecute=readme.txt
|
||||||
icon=icon.ico
|
icon=icon.ico
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue