Skip to content

Instantly share code, notes, and snippets.

@p0rkjello
Created May 30, 2017 18:11
Show Gist options
  • Save p0rkjello/e6a968b5134de3d96801a8a21917ddb8 to your computer and use it in GitHub Desktop.
Save p0rkjello/e6a968b5134de3d96801a8a21917ddb8 to your computer and use it in GitHub Desktop.
Recompile WMI MOF
for /f %s in ('dir /b *.mof *.mfl') do mofcomp %s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment