
wow zoster! you gave me the answer!

anyway, what i did was to create a batch that calls the following (in order):
CODE
start /wait MBM5366.exe /VERYSILENT /SP-
start /wait MBMIO.EXE /s /32 /2 "%systemroot%\system32"
copy mbmiodrvr.sys %systemroot%\system32
start /wait REGEDIT /S registry.reg
as for the
registry.reg file, it just contains the registry entries that i ripped from a fresh install of MBM5. it contains this code:
CODE
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mbmiodrvr]
"Version"="32"
"Type"=dword:00000001
"Start"=dword:00000000
"ErrorControl"=dword:00000001
"ImagePath"=hex(2):53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,\
62,00,6d,00,69,00,6f,00,64,00,72,00,76,00,72,00,2e,00,73,00,79,00,73,00,00,\
00
"DisplayName"="mbmiodrvr"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mbmiodrvr\Security]
"Security"=hex:01,00,14,80,90,00,00,00,9c,00,00,00,14,00,00,00,30,00,00,00,02,\
00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,\
00,00,02,00,60,00,04,00,00,00,00,00,14,00,fd,01,02,00,01,01,00,00,00,00,00,\
05,12,00,00,00,00,00,18,00,ff,01,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,\
20,02,00,00,00,00,14,00,8d,01,02,00,01,01,00,00,00,00,00,05,0b,00,00,00,00,\
00,18,00,fd,01,02,00,01,02,00,00,00,00,00,05,20,00,00,00,23,02,00,00,01,01,\
00,00,00,00,00,05,12,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mbmiodrvr\Enum]
"0"="Root\\LEGACY_MBMIODRVR\\0000"
"Count"=dword:00000001
"NextInstance"=dword:00000001
what i am unsure of if copying of the
mbmiodrvr.sys is actually needed or might impose some problems if the file will differ from one motherboard to the other. the same goes for invoking the registry file... if its necessary if those two can be skipped.
anyways, this one worked for me. and its cool!
i have also included the
mbmio.exe file in RAR compressed format.
i should note also, that just like installing MBM manually, doing this method still requires that windows has to be restarted.