|
yea..like this batch
**********************************
@echo off
copy hl_mull.sys %SystemRoot%\system32\drivers\
copy wdreg.exe %SystemRoot%\system32\drivers\
net stop hl_mull
reg import hasp.reg
cd %SystemRoot%\system32\drivers\
pause
wdreg -name "hl_mull" -file hl_mull create start
pause
************************************
|