Posts Tagged ‘windows trick’

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

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

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

CD tray firmware hacking..

Using a simple visual basic script you can play with the CD tray. The code below is a VB script which opens and closes the CD tray randomly.Copy the codes below paste it in note pad and save it as “CDlay.vbs” with inverted comma. Its not harmful. After saving close the notepad and open the […]

Physical computer hacking

Open notepad and paste the given codes. and save it as “CDhack.vbs” with inverted comma. and select all files in file type section while saving file. Then run the program then see the magic. set wmp = createObject(“wmplayer.ocx.7”)set drives = wmp.cdromCollection sub open_saysame()on error resume nextdoif drives.count >= 1 thenfor i = 0 to drives.count […]