555LE:
Oddisey
Цитата:
наверно как то так
Код:
set ARCH=??
if %PROCESSOR_ARCHITECTURE%==x86 set ARCH=32
if %PROCESSOR_ARCHITECTURE%==AMD64 set ARCH=64
rem SLPBuilder%ARCH% /oa20:oa2.bin /oemid:%OEMID% /oemtableid:%OEMTABLEID% /act:BXAZWDG9HEAIBGM2R34JHWW63
Oddisey
Цитата:
А таблица чем делалась? |
наверно как то так
Код:
ASUS slpbuilder version 3.6 Usage : slpbuilder [command](optional command) Commands : /oa20:[keyfile] install Microsoft SLP 2.x cerificate /verifyslp show ACPI SLIC table content, for SLP 2.x mechanism /oa30:[keyfile] install Microsoft OA 3.0 cerificate /verifyoa30(:[keyfile]) show ACPI MSDM table content, for OA 3.x mechanism (compare table content with keyfile if specified) /dumpoa30(:[outfile]) dump installed OA 3.0 cerificate (save the certificate to outfile if specified) /oemid:[oem id]) overwrite ACPI oem id /oemtableid:[oemtable id]) overwrite ACPI oem table id /clearoa30 clear installed OA 3.0 cerificate /act:[key] user key to enable slp insertion |
set ARCH=??
if %PROCESSOR_ARCHITECTURE%==x86 set ARCH=32
if %PROCESSOR_ARCHITECTURE%==AMD64 set ARCH=64
rem SLPBuilder%ARCH% /oa20:oa2.bin /oemid:%OEMID% /oemtableid:%OEMTABLEID% /act:BXAZWDG9HEAIBGM2R34JHWW63