@echo off echo REG DELETE HKLM\SOFTWARE\tinc /f > %TEMP%\batch.bat .\tools\elevate -w %TEMP%\batch.bat del %TEMP%\batch.bat echo OK pause