File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,14 @@ the mpact of this to be minimal.
2020The provided solution builds using the 2004 WDK.
2121
2222# Installing the sample #
23- You can install the filter with the following command line :
23+ Open an elevated command prompt and execute the following commands :
2424
25- RUNDLL32.EXE SETUPAPI.DLL,InstallHinfSection DefaultInstall 132 i30flt.inf
26-
27- You'll also need to import the manifest in order to decode the events sent to the event log:
25+ RUNDLL32.EXE SETUPAPI.DLL,InstallHinfSection DefaultInstall 132 .\i30flt.inf
2826
2927 wevtuil im i30flt.man
3028
31- The filter will automatically load and do its thing on subsequent reboots. To uninstall the filter execute the following:
29+ fltmc load i30flt
3230
31+ To uninstall the filter execute the following:
3332
34- RUNDLL32.EXE SETUPAPI.DLL,InstallHinfSection DefaultUninstall 132 i30flt.inf
33+ RUNDLL32.EXE SETUPAPI.DLL,InstallHinfSection DefaultUninstall 132 .\ i30flt.inf
You can’t perform that action at this time.
0 commit comments