Move first run commands to a separate batch file

This commit is contained in:
Héctor Molinero Fernández 2021-11-02 22:07:24 +01:00
parent 2adbc66a7c
commit d6f9f65623
3 changed files with 5 additions and 1 deletions

1
.gitattributes vendored
View File

@ -1 +1,2 @@
*.bat eol=crlf
*.inf eol=crlf

View File

@ -0,0 +1,3 @@
@echo off

%SystemRoot%\system32\shutdown.exe /s /t 5

View File

@ -37,7 +37,7 @@ ProductOption = 0
DisableGeckoInst = no

[GuiRunOnce]
%SystemRoot%\system32\shutdown.exe /s /t 5
D:\reactos\unattend.bat

[Display]
BitsPerPel = 32