8 lines
148 B
Batchfile
8 lines
148 B
Batchfile
|
@REM
|
||
|
@REM Runs the DefaultInstall section of filespy.inf
|
||
|
@REM
|
||
|
|
||
|
@echo off
|
||
|
|
||
|
rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 .\filespy.inf
|