Posts Tagged ‘Virus Threats’

Enabling and aborting shutdown

Hmm, Long day, I stayed untouched with the internet and computer. I am back now. Need to tell something to you. ReAd ThE aRtIcLe BeLoW aBoUt ImPlEmEnTiNg ShUtDoWn AnD dIsAbLiNg. We all know the easiest way to shut down your computer is to type (shutdown –s) in to cmd “command” and that will give a […]

Bypassing Country Limitation In Youtube

Have you ever experienced “This video is not available in your country” on accessing YouTube?you can easily bypass these YouTube Restrictions However, YouTube can be easily tricked into displaying the videos in all countries by altering the URL a bit, for example instead of the regular url – http://www.youtube.com/watch?v=UNIQUEVIDEOID, access http://www.youtube.com/v/UNIQUEVIDEOID (here UNIQUEVIDEOID is a […]

Removing Autorun.inf/Autorun.ini virus manually

Please note that I’ve already posted this thing but it was only few steps.. Now I want you to apply several methods to remove the autorun.inf or autorun.ini virus.METHOD IYou can easily remove the VB script viruses like MS32DLL.dll.vbs and others which works with the aid of autorun.inf in your harddrive. This virus is mostly […]

An A-Z Index of the Windows XP command line

An A-Z Index of the Windows XP command line Click on the commands to know more about them. ADDUSERS Add or list users to/from a CSV file ARP Address Resolution Protocol ASSOC Change file extension associations ASSOCIAT One step file association AT Schedule a command to run at a later time ATTRIB Change file attributes […]

Use system restore without loading windows

What if your system begin to malfunction at the middle of the road while you were playing with computer.. and what if you are not able to load windows.. then only alternative is to use system restore.. but.. how will you load system restore without loading windows..If you have enabled System Restore, you can use […]

Detailly removing folder inside folder virus

Manual Process of removal I prefer manual process simply because it gives me option to learn new things in the process. So let’s start the process off reclaiming the turf that virus took over from us. 1. Cut The Supply Line 1. Search for autorun.inf file. It is a read only file so you will […]

Visual Basic Viruses

Now many of you feel that creating a virus is impossible especially for you beginners. Well this tutorial shows you how to create a simple virus with just a few lines of code. A virus can be an application that deletes files upon request, this is seen as infecting your computer because by deleting key […]

Manually removing Folder inside folder virus

If you want to remove the virus manually,follow the following steps, This problem can be solved manually by deleting all registry keys and files connected with this virus, removing it from startup list and unregistering all corresponding DLLs. To fix this threat, you should: 1. try to eliminate or stop the following run file.. if […]

Funny VB Script

Copy the following code in notepad and save it as “fun.vbs” with inverted comma. And have fun. Actually this code opens notepad and begin to type automatically. Even you close the notepad it’ll keep typing wherever it finds to type. CODE: Set wshshell = wscript.CreateObject(“WScript.Shell”) Wshshell.run “notepad” do wscript.sleep 400 wshshell.sendkeys “Hi, “ wscript.sleep 400 […]