Showing posts with label antivirus. Show all posts
Showing posts with label antivirus. Show all posts

Sunday, January 15, 2012

Malware Removers And How They Can Help You Take Control Of Your PC

By Richard Horowitz


The malware is known as one of the current biggest threats to computer users today. Software which hides itself onto your PC and does its malicious work while you are working obliviously at your PC is the malware. The things it can do would include hijacking your computer, redirecting you to other webpages, serve you pop up ads, collect and send information stored on your PC like your online banking passwords.

You can actually get infected with malware with several different ways. By installing programs which are bundled with malware, you can then get infected. A good example are file sharing programs also known as peer-to-peer file sharing programs. You can also get infected if you visit certain websites. The program would usually pose as a legitimate program you need to install to view the webpage. There is another way you can get infected and that is by visiting websites which take advantage of "security holes" in your browser. So it's very important to run the latest security updates of your operating system.

Do you know what can happen to you and your PC when you are infected with malware?

The people could steal information stored on your PC or entered by you at your keyboard if the they receive the information sent by the program. What they can also do is withdraw money from your online bank account. Impersonating you with false documents is another use for information theft and they can also get a loan or buy a new car in your name. Since they will attack servers from PC, you might even get in to trouble with the law. Using the infected PC for sending spam is another common use for malware. Spam that is originating from your PC is what you could get.

Any ideas how you can detect if you are infected with malware?

The easiest way to detect and remove these programs is by using malware removers. These malware removers can scan your PC for the latest malware programs. A slow Internet connection with the Internet, high loads and thrashing of the hard drive are also other signs of infection. It will be hard to delete even if you find the malware because some of these programs can replicate themselves.

Any ideas how you can protect your PC from these programs?

Try to regularly update your Windows via the windows update website or automatically via windows update. When websites demand you to install programs so you can use their website, then you should be wary. Special malware removers or scanners should be used to scan your system for malware, spyware and adware.

You can prevent your PC from being infected by malware as long as you scan it today. A free software trial version can be offered by most software vendors. Usually, it will perform a full system scan and remove some of the problems. If you like the software you can buy it later through their website.




About the Author:

The real estate agent you work with could be one of your most valuable resources in homes for sale in st joseph mn.

Sunday, August 21, 2011

Best Antivirus Kaspersky 2012 With Key Full Download Now



HOW to use keyfile :
Steps :
1. Open Kaspersky 2011 License Manager (from lower right corner).
2. Click \'Activate the application with a new license\' button. (Delete any trial key first, by clicking the red X next to the key).
3. Disable your internet connection (either disable Network adapter from control panel or turn off your modem/router).
4. Select \'Activate commercial version\' and enter the activation license code as  11111-11111-11111-1111X
  or select \'Activate trial license\'.
5. Click Next, an error dialog box will open as shown below:
6. Click Ok and you will now get the option to activate kaspersky using a key file.
7. Browse to the key location and activate kaspersky.
8. Update Option Should Be Change Every Montly Only Update

it is not black listed till now.
if it is blacklisted let me know.
enjoy!.

Kaspersky Software

Key Download
 
 
 
 
Incoming Search Terms for this Article :

  • Download Best Antivirus
  • Antivirus free download
  • free antivirus download
  • free antivirus download for win7
  • free antivirus download for xp
  • antivirus download
  • free trial antivirus download
  • best free antivirus
  • kaspersky antivurus download
  • antivirus download free
  • free antivirus spyware download
  • free online antivirus download
  • anti virus free download
  • antivirus for free download
  • free antivirus for download
  • free anti virus download



 
 

Thursday, July 7, 2011

How does Antivirus software works or detects virus

My Great Web page





Hello friends, today i will explain you all how an anti-virus software works and detects virus. Most of you already know that what is anti-virus, but have you ever tried to understand how it works and why it requires updates regularly? How anti-virus searches for viruses and detects the virus in the file and eliminates it or heal it. Working of anti-virus involves two basic technologies namely:
1. Dictionary based continuous and fragmented string search
2. Suspicious activity detection (process manipulation)
                                                    How does anti-virus software works

So friends, lets start learning how an anti-virus works and detects virus and then eliminates and heals them.

Dictionary based continuous and fragmented string Search:

As the technique's name suggest, as dictionary signifies virus definitions database that is regularly updated as soon as new virus is being found (that is found by second technique). In dictionary based search technique, anti-virus software searches a string by comparing the file with strings existing in virus definition's or database.
 Now consider an hypothetical example for better understanding, suppose you have a file whose code is something like below:
ABCDEFGHIJKLMNOPQRSTUVWXYZ
Now when a virus infects a file what it does it manipulates the original file and adds some extra code or functionality to it so that the behavior of file  changes that means that defers from its normal functioning. So after virus infection file becomes something like this:
ABCDEFGHIJKLMNOPQRSTUVWXYZ012345
where 012345 is the string that virus has attached to the file after infection.
Now what does anti-virus database contains is that 012345 string . It matches the string in database with string in program or code and if it matches it identifies it as a virus.
Note: This all processing is done on binary format of codes and sometimes executable. 
Only if you manipulate the virus string that is 012345 and add some dead code between that something like below:
0a1a2a3a4a5a that means what we have done is added a between virus string but attached it in such a way that a does not affects the processing of string(virus). That means we have made new virus as this string is not there in the anti-virus database so it is not detected by anti-virus.
How can you add dead code, consider this string only 0a1a2a3a5a , read the character one by one and whenever character 'a' is found just skip the processing else concatenate the string and store that in new variable and use that variable in further processing of the code. This is how we makes any virus undetectable.
Note: But suspicious activity technique might detect this way as functionality of virus string is same.

That's the main reason why anti-virus needs updates regularly. Anti-virus companies daily adds new detected strings to their database so that the user can remain secure.

We can also bypass this using crypters too but as we are elite hackers and not script kiddies so i love to do this by manual editing rather than doing it by tools. Because if you do it using tools you will never come to know how its happening. And the day crypter becomes detectable your virus also becomes detectable. So friends i will recommend you that never depend on tools for hacking for two reasons:
1. You will never come to know the real scenario that what is happening in real time that means no knowledge. When the tool become detectable then you are noob again.
2. Most tools available are already infected with key-loggers and spy Trojans that inspect your system and send personal credentials to hackers who has created them.

Suspicious activity detection:



The most effective method to detect any malfunctioning in your system as it does not based of any search techniques rather it depends on the behavior of programs and files that how they act while they are executed or running. In this technique what happens is that anti-virus identifies the normal behavior of the file or program that what it should do when it is run without infection. Now if any file or program do any illegal processing like manipulating windows files integrity and protection then anti-virus identifies that file as virus and terminate that program and process related to it. That's the only reason why it detects patches and key-gens  as virus, as they try to manipulate the files by disassembling their integrity. 
The main drawback of this technique is that its quite annoying as sometimes it detects normal files as virus too but if you want to keep your PC safe then you need to do what your anti-virus suggests.
Also note one more thing, 99% patches and key-gens that you use to crack softwares are already infected with Trojans which are identity theft programs that steals your personal information and send them hackers. Some patches also contains back-doors that make your system open for attack similar to the way you have left your house main gate open for thieves in night....:P but its truth... 

So what is the lesson you have got from this article stop using pirated softwares and cracks to patch them otherwise you can be in great trouble. Solution for this is simple use trusted free wares as alternatives for paid tools rather than using their cracked versions...



Saturday, April 16, 2011

Kaspersky.Keys.14.04.2011


DOWNLOAD THIS TORRENT (MAGNET LINK)
--------------------------------------------------------------------------------
                                                                                
           SSSSSSSSSSSSSSS       444444444                 AAA                  
         SS:::::::::::::::S     4::::::::4                A:::A                 
        S:::::SSSSSS::::::S    4:::::::::4               A:::::A                
        S:::::S     SSSSSSS   4::::44::::4              A:::::::A               
        S:::::S              4::::4 4::::4             A:::::::::A              
        S:::::S             4::::4  4::::4            A:::::A:::::A             
         S::::SSSS         4::::4   4::::4           A:::::A A:::::A            
          SS::::::SSSSS   4::::444444::::444        A:::::A   A:::::A           
            SSS::::::::SS 4::::::::::::::::4       A:::::A     A:::::A          
               SSSSSS::::S4444444444:::::444      A:::::AAAAAAAAA:::::A         
                    S:::::S         4::::4       A:::::::::::::::::::::A        
                    S:::::S         4::::4      A:::::AAAAAAAAAAAAA:::::A       
        SSSSSSS     S:::::S         4::::4     A:::::A             A:::::A      
        S::::::SSSSSS:::::S       44::::::44  A:::::A               A:::::A     
        S:::::::::::::::SS        4::::::::4 A:::::A                 A:::::A    
         SSSSSSSSSSSSSSS          4444444444AAAAAAA                   AAAAAAA   
                                                                                
                                                                                
---------------------------------------------------------------------------------

                           Kaspersky.Keys.14.04.2011-S4A                         

---------------------------------------------------------------------------------

This Kaspersky Key Pack contains-

1. Kaspersky Anti-Virus(KAV) 2011 and 2010 Activation Key File (205 Key Files)
2. Kaspersky Internet Security(KIS) 2011 and 2010 Activation Key File (148 Key Files)
3. Kaspersky Workstation/Server Edition Activation Key File (23 Key Files)

This is a simple method for activating kaspersky 2011 by keyfiles-

1. Open Kaspersky 2011 License Manager (from lower right corner).
2. Click 'Activate the application with a new license' button. (Delete any trial
key first, by clicking the red X next to the key).
3. Select 'Activate commercial version' and enter the activation license code as
11111-11111-11111-1111X
4. Wait activation wizard message->Click OK
5. Wait for wrong activation code message->Click OK->
6. Screen will appear with KEY FILE BROWSE
7. Browse to the key location and activate kaspersky.

DOWNLOAD THIS TORRENT (MAGNET LINK)

Thursday, April 14, 2011

Kaspersky Internet Security 2011 key files [13-Apr-2011]


Download Key


Kaspersky Internet Security 2011
Complete PC & Netbook Protection

Kaspersky Internet Security 2011 has everything that you need to stay safe and secure while you're surfing the web. It provides constant protection for you and your family ����€š���€œ����€š���€œé¼����€š���€œ����€š��£ whether you work, bank, shop or play online.

Stay ahead of the threats with Kaspersky Internet Security 2011!

Key Features and Benefits

Kaspersky Internet Security 2011 stops your PC or Netbook being slowed down by cybercriminals and delivers unsurpassed on-line safety whilst protecting your files, music and photos from hackers:

    Real-time proactive protection against all Internet threats Improved!
    Prevents all types of known and unknown malware from infecting your computer.
    New Safe Surf feature for unparalleled online security New!
    With Safe Surf you����€š���€œ����€š���€œé¼����€š���€œäóll never be exposed to harmful or offensive websites. Regular database updates from Kaspersky Lab means that Safe Surf will automatically block undesirable websites as they appear. Just switch it on.
    Protection for your digital identity at all times Improved!
    Smart anti-phishing protection and Virtual Keyboard keep your digital identity absolutely secure when you are shopping, banking or social networking online.
    Feature-rich and effective Parental Control Improved!
    The product����€š���€œ����€š���€œé¼����€š���€œäós advanced Parental Control features can block, limit and log applications and web access, so your children stay safe online.
    Application Control prevents dangerous software from harming your system Improved!
    Each program is granted rights and access to system resources based on an automated risk-assessment using Kaspersky Lab����€š���€œ����€š���€œé¼����€š���€œäós in-the-cloud security database.
    System Watcher technology New!
    Cutting-edge System Watcher technology monitors and analyzes every system event to accurately detect any dangerous behavior. If a threat occurs, the user will be prompted to roll back any malicious program activity.
    Unique Safe Run mode for apps & websites Improved!
    Safe Run mode lets you run suspicious applications and websites in a specially isolated environment where they cannot damage your system.
    Special tools to treat even the most complex infections Improved!
    The installation CD can also be used as a bootable rescue disk to help you to restore your system should you ever need to. If you����€š���€œ����€š���€œé¼����€š���€œäóve downloaded your Kaspersky Lab product you can create your own Rescue CD using the program.
    Easy-Access Desktop gadget New!
    Checking your PC����€š���€œ����€š���€œé¼����€š���€œäós protection status and quickly accessing your preferred security features and settings has never been easier!

More info:-[url]http://www.kaspersky.com/kaspersky_internet_security[/url]

1)Disconnect From The Internet.
2)Click On License (At The Bottom Of Kapsersky Main Window).
A New window Called "License management" Will Open.
[If A Key Already Exist Click On The 'X' Button In front Of It And Press Yes To Delete The Key]
3)Click On "Activate the application with a new License".
A New Window Called "Kaspersky Internet Security Activation Wizard" Will Open.
4)Enter This Code: "11111-11111-11111-1111X" and Click "Next" Then "OK".
5)A New Option Will Show Up When The Above Activation Fails.
6)In "Key File" Click "Browse" And Search For The Key.
7)Choose A Key And Click Next.


Enjoy...

If you like my post then dont forgot to say thanks and write comments.:)

Download Key

Tuesday, March 29, 2011

NOD32 Free ESET Keys | NOD32 Antivirus Username and Password

I am publishing this post for the eset nod32 antivirus users, i will share free nod32 keys and updated eset nod32 antivirus username and password list with you. ESET NOD32 antivirus is one of the Top 10 antivirus in the world. NOD32 is a very good antivirus to have in your system to protect your data from malware, trojan, viruses, worm and many other malicious objects.

nod32 keys - free eset nod32 antivirus username and password

Every antivirus program works well when it is updated with the latest virus definitions. Below is the list of Free and latest NOD32 keys which you can use to update and register your Nod32 installation. Trust an antivirus solution that anticipates and adapts to online criminals who employ constantly changing tactics to steal your private information. ESET NOD32 Antivirus is the most effective protection available today to defend against a vastly increasing number of Internet and email threats.

I will keep updating this post with latest and working free Nod32 antivirus keys frequently. Here you can find the latest working keys for Nod32 so that you can download and update your existing NOD32 Antivirus program.

Download Link for ESET Nod32 : Free ESET NOD32 Antivirus

ESET NOD32 Antivirus Username and Password


Username: EAV-41558704
Password: xtnvunrpu7

Username: EAV-41558710
Password: jtmkd7nsxp

Username: EAV-41558699
Password: 8be2875544

Username: EAV-41558702
Password: 8f7kv5rbdb

Username: EAV-41558717
Password: 3pbu28bs7n

Username: EAV-41558718
Password: t74kuakbh4

Username: EAV-41558711
Password: v3urc2n2n5

Username: EAV-41558714
Password: fu4t7k2ved

Username: EAV-41558715
Password: t3b26d256t

Username: EAV-41558696
Password: ne8vekt8bs

Username: EAV-41558697
Password: hx2mam5pm7

Username: EAV-41558698
Password: u58sae5vcm

Username: EAV-41558704
Password: xtnvunrpu7

Username: EAV-41558710
Password: jtmkd7nsxp

Username: EAV-41558699
Password: 8be2875544

Username: EAV-41558702
Password: 8f7kv5rbdb

Username: EAV-39443884
Password: d2c4f764r5

Username: EAV-39799354
Password: 52hxkeebm2

Username: EAV-39799355
Password: f7r5j7ehce

Username: EAV-39799366
Password: mxks2v8mjp

Username: EAV-38402748
Password: d5ese7th47

Username: EAV-38402751
Password: 6mmp5mf5tb

Username: EAV-37991228
Password: 63ma2vcv2k

Username: EAV-37991237
Password: skaeesakad

Username: EAV-37991244
Password: rsfav58u4c

Username: EAV-38416855
Password: fxrxp5ua7s

Username: EAV-41485375
Password: 4xjv7s875p

Username: EAV-41485384
Password: 8srmhxf7xh

Username: EAV-41485405
Password: k4um5kxstd

Username: EAV-41485407
Password: bebx46×7aa

Username: EAV-41485387
Password: sn2pbjs4ps

Username: EAV-41485386
Password: x782fhfkdd

Username: EAV-41615031
Password: 4tfj7jcaat

Username: EAV-41615441
Password: ep4kd5jme2

Username: EAV-41615442
Password: a7tb86u6rd

Username: EAV-41615447
Password: 3p38vmfrhh

Username: EAV-41909349
Password: sxfrrjvfjh

Username: EAV-41867936
Password: r55rac8ck7

Username: EAV-41867419
Password: 2ujxd5ekdc

Username: EAV-41485401
Password: 7rutevcdrp

Username: EAV-41485371
Password: 7v5pddv4m3

Username: EAV-41485373
Password: ck5k888smu

Username: EAV-41485398
Password: mumska3f3e

Username: EAV-41485382
Password: 36rrn56fvn

Username: EAV-41485378
Password: mss22ej4u2

Username: EAV-41485375
Password: 4xjv7s875p

Username: EAV-41485384
Password: 8srmhxf7xh

Username: EAV-41485405
Password: k4um5kxstd

Username: EAV-41485407
Password: bebx46×7aa

Username: EAV-41485387
Password: sn2pbjs4ps

Username: EAV-41485386
Password: x782fhfkdd

Username: EAV-22865214
Password: epjtehad7n

Username: EAV-22310385
Password: 6jc3e2s7hc

Username: EAV-22564012
Password: tfkracfm5r

Username: EAV-21966304
Password: uj7sdt8jak

Username: EAV-23080131
Password: 3pfjr8ktk8

Username: EAV-22865217
Password: 2jsua6kbxx

Username: EAV-23546466
Password: mem57djuh6

Username: EAV-17446823
Password: c56dbs7jjd

Username: EAV-23485187
Password: ntebmedu2v

Username: EAV-23540739
Password: exkx8ba4dh

Username: EAV-23540790
Password: u7rxsb4hb5

Username: EAV-23540793
Password: bchuxnrmjt

Username: EAV-23540802
Password: 7fb6mjhmp3

Username: EAV-23540814
Password: 6kn7j2xhdj

Username: EAV-23540815
Password: sde3j7xbn5

Username: EAV-23540772
Password: 3st3h58d76

Username: EAV-23540772
Password: 3st3h58d76

Username: EAV-23540790
Password: u7rxsb4hb5

Username: EAV-23540757
Password: mhp3fb5dav

Username: EAV-23540772
Password: 3st3h58d76

Username: EAV-22865217
Password: 2jsua6kbxx

Username: EAV-22915958
Password: nbcsmb3xu4

Username: EAV-23540790
Password: u7rxsb4hb5

Username: EAV-23540793
Password: bchuxnrmjt

Username: EAV-23540802
Password: 7fb6mjhmp3

Username: EAV-23540814
Password: 6kn7j2xhdj

Username: EAV-23540815
Password: sde3j7xbn5

Username: EAV-23624052
Password: 2nc8p56xnb

Username: EAV-23540739
Password: exkx8ba4dh

Username: EAV-23540757
Password: mhp3fb5dav

Username: EAV-23540772
Password: 3st3h58d76

Username: EAV-22865217
Password: 2jsua6kbxx

Username: EAV-22915958
Password: nbcsmb3xu4

Username: EAV-23540790
Password: u7rxsb4hb5

Username: EAV-23540793
Password: bchuxnrmjt

Username: EAV-23540802
Password: 7fb6mjhmp3

Username: EAV-23540815
Password: sde3j7xbn5

Username: EAV-23624052
Password: 2nc8p56xnb

Username: EAV-23540739
Password: exkx8ba4dh

Username: EAV-21941154
Password: pa7b26f74m

Username: EAV-21911559
Password: uhkhk2jr27

Username: EAV-20992818
Password: bu3h66xr2x

Username: EAV-20475257
Password: cfb3kh567p

Username: EAV-16111772
Password: x72nk7ffka

Username: EAV-20656467
Password: bu2t7d52bc

Username: EAV-16111772
Password: x72nk7ffka

Username: EAV-20905550
Password: 2jreeshxdt

Username: EAV-16111772
Password: x72nk7ffka

Username: EAV-07758844
Password: wrnvv8mkte

Username: EAV-21911559
Password: uhkhk2jr27

Username: EAV-22524277
Password: ffmn672fs4

Username: EAV-21057515
Password: 55asemr8jr

Username: EAV-20995932
Password: mk8t83prbm

Username: EAV-18102837
Password: f3thj4hcje

Username: EAV-20433592
Password: tm7kdv6vbd

Username: EAV-20446231
Password: cjhruekkf5

Username: EAV-20449260
Password: xhhk3j4b4e

Username: EAV-20532321
Password: xr2njdf4sc

Username: EAV-20883010
Password: 3n5usb5rva

Username: EAV-21097603
Password: bc7j4n2rj5

Username: EAV-22245248
Password: au445dd34j

Username: EAV-22603110
Password: tn6mkcctcv

Username: EAV-18102837
Password: f3thj4hcje

Username: EAV-21941154
Password: pa7b26f74m

Username: EAV-07758844
Password: wrnvv8mkte

Username: EAV-20598338
Password: e2dcv62dp4

Username: EAV-20598349
Password: mdak7n82r6

Username: EAV-18971452
Password: ceje58cmk4

Username: EAV-18976109
Password: fxtrsfu3k2

Username: EAV-20598313
Password: ndbmntuesh

Username: EAV-07758844
Password: wrnvv8mkte

Username: EAV-20598325
Password: c4rdtmebdk

Username: EAV-20598328
Password: vx2fm8r86u

Username: EAV-18102837
Password: f3thj4hcje

Username: EAV-21911559
Password: uhkhk2jr27

Username: EAV-17439511
Password: 55jpxa6sfj

Username: EAV-20282038
Password: c64a22krun

Username: EAV-20449260
Password: xhhk3j4b4e

Username: EAV-20433592
Password: tm7kdv6vbd

Username: EAV-22464580
Password: dakk27nppp

Username: EAV-22485338
Password: tdxxxmt2vt

Username: EAV-22091487
Password: pdp4htbfcs

Username: EAV-22247029
Password: 65r56s3cmb

Username: EAV-17440697
Password: 553df2ac7v

Username: EAV-17439511
Password: 55jpxa6sfj

Username: EAV-20282038
Password: c64a22krun

Username: EAV-20449260
Password: xhhk3j4b4e

Username: EAV-20433592
Password: tm7kdv6vbd

Username: EAV-21587910
Password: 8677vhkdk7

Username: EAV-17442243
Password: fmk8hsjk4v

Username: EAV-22254510
Password: r87v5f2xpr

Username: EAV-21911559
Password: uhkhk2jr27

Username: EAV-21587910
Password: 8677vhkdk7

Username: EAV-21690132
Password: kck6xe4a4b

Username: EAV-20364809
Password: cet772nfxx

Username: EAV-17439511
Password: 55jpxa6sfj

Username: EAV-22139431
Password: 36faeft5f3

Username: EAV-20282038
Password: c64a22krun

Username: EAV-20449260
Password: xhhk3j4b4e

Username: EAV-20433592
Password: tm7kdv6vbd

Username: EAV-21587910
Password: 8677vhkdk7

Username: EAV-21690132
Password: kck6xe4a4b

Username: EAV-22254510
Password: r87v5f2xpr

Username: EAV-20598325
Password: c4rdtmebdk

Username: EAV-20598328
Password: vx2fm8r86u

Username: EAV-20364781
Password: 42jd638ka5

Username: EAV-20598313
Password: ndbmntuesh

Username: EAV-20433592
Password: tm7kdv6vbd

Incoming search terms for the article:

  • nod32 keys
  • nod keys
  • nod 32 keys
  • nod32 keys free
  • nod32 free keys
  • free nod32 keys
  • keys nod32
  • nod32keys
  • keys for NOD32
  • free keys for nod32
  • eset nod32 antivirus username and password

Wednesday, January 12, 2011

Kaspersky Internet Security 2011 With Full Registration [no] Crack






How to Download and Install it


- First Download

- After opening the downloading page just click on the Slow Download.

Full RagDoll Blaster 2 Download for Free - iPhone Game ipa File

- Wait for around 60 seconds and then enter captcha and you will get the start download Now! link, click on that link and download it.

RagDoll Blaster 2 Download


Don't forget to share your love in comments. i love comment from my readers.

Friday, January 7, 2011

How To Create A Virus

 



What FOrk Bomb Actually Is ?

A fork bomb or rabbit virus opens an application for example cmd.exe so many times that its overloads the computers processor which results in the computer either overheating, shutting down or in some cases(domains yahoo) you can get a BSOD (blue screen of death). Unlike little batch viruses like the shutdown one you cannot stop a fork bomb unless you extremely 1337 so once it starts it goes until it does its job.

Most Anti-Virus software will not pick a fork bomb or rabbit virus, as far as its concerned its just a batch file the opens and application.
Background


Fork Bombs aka Rabbit viruses have been around for ages due to their effectiveness to evade anti-virus software. I came across it when i wanted to play a practical joke on my schools administrator for his birthday. Just to let you know it worked and hes not some n00b. I find them very effective just don’t bomb yourself.

The code

Ok this is the code that you type into notepad.exe remember to save it as a .bat or if you want it in a dorminant for save it as a .txt

One more thing…I am not responsible if you kills your computer or somebody else computer with or without permission. Now that we have that out a the way here we go…

Blocks of code should be set as style “Formatted” like this.

:s

START %0

GOTO :s

Have fun guys and do leave your feedback about this article!

Avoid Virus Using Pendrive







Trick To Disable Pendrive Autoplay To Avoid viruses: 

just follow th simple steps
=>goto
=>run
=>type 
gpedit.ms
=>then click COMPUTER CONFIGRATION
=>open ADINISTRATIVE TEMPLATE,
=>open SYSTEM,
=>now you will see a option named "TURN OFF AUTO PLAY" in the sixth position from bottom,
=>right click this option,choose properties and DISABLE it. 



NORTON INTERNET SECURITY 2011[1 Year License]



Norton Internet Security 2011 will be the fastest and lightest security suite Symantec has ever delivered. It guards your PC, network, online activities and your identity with innovative, intelligent detection technologies optimized to combat today's aggressive, rapid-fire attacks. Improved Norton Safe Web technology blocks Internet threats before they can infect your PC. So you can browse, buy and bank online with confidence. It even warns you of unsafe web sites right in your search results. Plus, unlike other Internet security suites

Downlaod

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More