windows-nt/Source/XPSP1/NT/inetsrv/iis/iisrearc/ul/tmpsetup/install.bat

11 lines
182 B
Batchfile
Raw Normal View History

2020-09-26 03:20:57 -05:00
@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