8 lines
385 B
Batchfile
8 lines
385 B
Batchfile
@REM ***************************************************************************************
|
|
@REM LfcWmiNvs.mof => WMI ASL MOF WQxx Buffer
|
|
@REM ***************************************************************************************
|
|
|
|
del LfcWmiService.txt
|
|
mofcomp.exe -B:LfcWmiService.bmf LfcWmiService.mof
|
|
wmimofck -xLfcWmiService.txt LfcWmiService.bmf
|
|
del LfcWmiService.bmf |