Kelsenellenelvian, on Jan 27 2010, 06:23 PM, said:
I made a cmd file and am posting it here.
Kelsenellenelvian, on Jan 27 2010, 06:23 PM, said:
All credit goes to Jaclaz for the info links.
I guess that all credits should go to
os2fan2 that wrote the batch snippet that you just posted almost
verbatim.
(or at least I seem to fail noticing any difference worth mentioning)

:
os2fan2, on Nov 25 2006, 08:59 AM, said:
setlocal
set winsource=q:\wnt50sp4\i386
attrib -r -a -s -h %winsource%\setupreg.hiv
reg load HKLM\Setup %winsource%\setupreg.hiv
set regkey=ControlSet001\Services\atapi\Parameters
reg add HKLM\Setup\%regkey% /v EnableBigLba /t reg_dword /d 00000001 /f
reg unload HKLM\Setup
set winsource=
set regkey=
endlocal
Kelsenellenelvian, on Jan 27 2010, 06:23 PM, said:
setlocal
set winsource=.\i386
attrib -r -a -s -h %winsource%\setupreg.hiv
reg load HKLM\Setup %winsource%\setupreg.hiv
set regkey=ControlSet001\Services\atapi\Parameters
reg add HKLM\Setup\%regkey% /v EnableBigLba /t reg_dword /d 00000001 /f
reg unload HKLM\Setup
set winsource=
set regkey=
endlocal
jaclaz