mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-09-11 06:14:32 +00:00
Move first run commands to a separate batch file
This commit is contained in:
3
data/iso/reactos/unattend.bat
Normal file
3
data/iso/reactos/unattend.bat
Normal file
@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
|
||||
%SystemRoot%\system32\shutdown.exe /s /t 5
|
@ -37,7 +37,7 @@ ProductOption = 0
|
||||
DisableGeckoInst = no
|
||||
|
||||
[GuiRunOnce]
|
||||
%SystemRoot%\system32\shutdown.exe /s /t 5
|
||||
D:\reactos\unattend.bat
|
||||
|
||||
[Display]
|
||||
BitsPerPel = 32
|
||||
|
Reference in New Issue
Block a user