2025-04-27 07:49:33 -04:00

11 lines
192 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