mirror of
https://github.com/indetectables-net/toolkit.git
synced 2025-06-22 02:40:50 +00:00
12 lines
243 B
Batchfile
12 lines
243 B
Batchfile
@ECHO OFF
|
|
|
|
echo Delete auto updater custom task
|
|
echo read more in README.md
|
|
echo.
|
|
echo Execute in elevated command prompt!
|
|
echo -------------------------------------------------
|
|
echo.
|
|
|
|
SCHTASKS /DELETE /TN "IndetectablesToolkit_Updater"
|
|
pause
|