mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- add a sample bootchecking script (running after 3rd boot)
- to enable 1. copy testboot.bat.sample to testboot.bat 2. uncomment GuiRunOnce section in unattend.inf 3. add "cmd.exe /C %SystemRoot%\bin\testboot.bat" svn path=/trunk/; revision=24714
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
@echo off
|
||||
ECHO
|
||||
ECHO Launching Programms...
|
||||
ECHO
|
||||
REM START /WAIT abiword.exe
|
||||
REM START /WAIT openoffice.msi /Q
|
||||
|
||||
ECHO
|
||||
ECHO Shutting down ReactOS
|
||||
ECHO
|
||||
START shutdown.exe shutdown
|
||||
|
||||
@@ -430,6 +430,7 @@ regtests\winetests\shell32\shell32_winetest.exe 7
|
||||
regtests\winetests\shlwapi\shlwapi_winetest.exe 7
|
||||
regtests\winetests\user32\user32_winetest.exe 7
|
||||
regtests\winetests\version\version_winetest.exe 7
|
||||
boot\bootdata\bootcdregtest\testboot.bat 7 optional
|
||||
|
||||
; Modules
|
||||
modules\os2\server\os2srv.dll 1 optional
|
||||
|
||||
Reference in New Issue
Block a user