Archive for April, 2008

Folder option missing in Widows XP?

After a virus attack in one of my client machines, the folder options from the windows explorer was missing and we were unable to show all the files including the hidden ones. So here’s what I did to restore it back: Go to Run –>gpedit.mscUser Configuration –> Administrative Templates –> Windows Components –> Windows ExplorerEnable […]

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 […]

Multiple Account Login

a simple trick to make yahoo messenger multi loginu hav 2 just make a little change in registry nd ur done. click start button,then run and then type regedit and then look forHKEY_CURRENT_ USERSoftware\yahoo\ pager\Test. then change this value of plural to like this“Plural”=dword: 00000001 no need 2 restartjust enjoyactually i am busy in my […]

Since I started blogging

since i started my bloging i kicked out this blog……..but later i again joined this blog..and guess what alot of unique visitors that is about about 20 perday…. but i don’t know what kind of people visits this blog and in which locality they belongs to.. whatever it is whoever it is wherever they are […]

Masking IP adress

If you have internet in your home and you want to surf the web anonymously then masking your ip is a cool technique to put one side opaque and other side transparent mirror.http://pirateproxy.com go here and just surf via their web this’ll generate a false proxy server you. so you are unknown to the world. […]

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 […]

Hidden files not showing??

I was facing problem of not showing hidden files even I choose option to show it in the explorer. This problem started since I burrowed pendrive from my friend. This was actually caused by virus. I don’t know the specific virus but it is of course either visual basic script or and executable file.That actually […]