windows-nt/Source/XPSP1/NT/inetsrv/iis/iisrearc/ul/tmpsetup/install.bat
2020-09-26 16:20:57 +08:00

11 lines
182 B
Batchfile

@if (%_echo%)==() echo off
echo Installing UL.SYS...
sc create UL binpath= \SystemRoot\System32\Drivers\ul.sys type= kernel start= demand
regini install.reg
echo Done!
goto :EOF