Posts Tagged ‘tips n tricks’

Deleting undeletable file(s)

Open a Command Prompt window and leave it open.Close all open programs.Click Start, Run and enter TASKMGR.EXEGo to the Processes tab and End Process on Explorer.exe.Leave Task Manager open.Go back to the Command Prompt window and change to the directory the AVI (or other undeletable file) is located in.At the command prompt type DEL where […]

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

Tweaks to shutdown your computer little bit faster

1. This step is very important.Export (right click > Export) the following keys and save it to a safer place. HKEY CURRENT USER\Control Panel\DesktopHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control 2. Open Notepad, copy and paste the following to the Notepad. Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Control Panel\Desktop]“AutoEndTasks”=”1”“HungAppTimeout”=”1000”“WaitToKillAppTimeout”=”2000” [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]“WaitToKillServiceTimeout”=”2000” 3. Save the file and close Notepad. 4. Change extension of the […]

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

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