11 lines
127 B
Batchfile
11 lines
127 B
Batchfile
@if (%_echo%)==() echo off
|
|
|
|
echo Removing UL.SYS...
|
|
|
|
regini remove.reg >nul 2>&1
|
|
sc delete UL >nul 2>&1
|
|
|
|
echo Done!
|
|
goto :EOF
|
|
|