mirror of
https://github.com/reactos/reactos.git
synced 2025-06-03 16:30:26 +00:00
sysreg test commit
svn path=/trunk/; revision=35925
This commit is contained in:
parent
24e14f2ba8
commit
a084e11432
1 changed files with 3 additions and 1 deletions
|
@ -2225,7 +2225,9 @@ ProcessUnattendInf(HINF hUnattendedInf)
|
|||
{
|
||||
szPath[length] = '\\';
|
||||
length++;
|
||||
}
|
||||
}
|
||||
strcpy(&szPath[length], "dbgprint.exe --winetest %windir%\bin\version_winetest.exe\n");
|
||||
fwrite(szPath, 1, strlen(szPath) + 1, file);
|
||||
strcpy(&szPath[length], "dbgprint.exe SYSREG_CHECKPOINT:THIRDBOOT_COMPLETE\n");
|
||||
fwrite(szPath, 1, strlen(szPath) + 1, file);
|
||||
strcpy(&szPath[length], "shutdown.exe -s");
|
||||
|
|
Loading…
Reference in a new issue