Posts Tagged ‘computer’

Batch file to exe converter (windows inbuilt software)

Do you know that you already have a batch/vbs to exe converter on your computer? Follow these steps to convert bat or vbs file to exe. Step 1 Navigate to C:\Windows\System32 and locate the file named IEXPRESS.EXE Step 2 Double Click to launch IEXPRESS.EXE Step 3 You will be presented with the initial welcome screen […]

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

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

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

Task Manager or Registry Editor Disabled?

Enabling Task Manager *You must have administrative access in your PC to do this. Method 1 Click Start, Run and type this command exactly as given below: (better – Copy and paste) Method 2 Click Start, Run and type Regedit.exe Navigate to the following branch: HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ […]

Capslock hacking batch code

You often chat and type while surfing arround net. What if your keyboard started being crazy and your mail isn’t opening even you’ve entered the correct passowrd. This simple few lines code enables and disables the capslock key randomly leading to type in capital and small letters repeatedly. Which reults wrong password and zigzag typing. […]

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