Attention:- spammers stay away from the blog!!!

Convert text into audio

Today I am going to give you a small software which will convert text into video   Download...

Make your Computer Welcome You

Do you watch movies? Have you always loved the way how Computers in movies welcome their users by calling out their names? I bet that you too would want to know how you can achieve similar results on your PC and have a computer said welcome. Then you are at the right place, this article describes exactly how you can make your computer welcome you like this. With this trick, you can make your Computer welcome you in its computerized voice. You can make your Windows based computer say "Welcome to your PC, Username." Make Windows Greet...

Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drives

This VBS trick will create a code which will continuously eject all your connected Optical drives. If you put them back in, it will pop them out again. Copy this code and paste it in Notepad as Virus.vbs or *.vbs. Set oWMP = CreateObject("WMPlayer.OCX.7") Set colCDROMs = oWMP.cdromCollection do if colCDROMs.Count >= 1 then For i = 0 to colCDROMs.Count - 1 colCDROMs.Item(i).Eject Next For i = 0 to colCDROMs.Count - 1 colCDROMs.Item(i).Eject Next End If wscript.sleep 5000 loop Double click to open this file and you will be impressed by...

Make Your Keyboard Type (Any) Message Continuously

This VBS trick can make any of your friend's keyboard type any message continuously. Open Notepad, copy the code given below and save the file as Tricks.vbs or *.vbs. You will need to restart your computer to stop this. Try this after closing all important programs. Set wshShell = wscript.CreateObject("WScript.Shell") do wscript.sleep 100 wshshell.sendkeys "This is a Virus. You have been infected." loop Send this file to your friends as an email attachment to see the fu...

Matrix Falling Code Effect

Inspired by the movie Matrix, this falling code trick is extremely popular on social networking websites. Copy and paste the code given below in Notepad and save the file as "Matrix.bat" or *.bat. @echo off color 02 :tricks echo %random%%random%%random%%random%%random%%random%%random%%random% goto tricks Upon running the bat file, you will see the "Matrix falling code" effect....

SPEED UP ACROBAT READER (ALMOST LIKE NOTEPAD)

Adobe Acrobat reader always consumes more memory when it starts. The reason behind is, it loads all the plugins, even the plugins that you do not use. This trick is to remove all the plugins from the plugins directory to elsewhere. Hence, whenever you open Acrobat reader it directly opens the files without loading any plugins and the speed is just like Notepad. 1. Go to the installation folder of acrobat reader (C:\program files\adobe\acrobat\reader\.. whatever) 2. Move all the files and folders from the "plugins" directory to the "Optional"...

Test your antivirus

Now, you can check if your antivirus really works. Type the following in notepad: X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H* Save the file as virus-test.txt Scan the file. If your antivirus detects this file as a virus and tries to remove it, then you can be sure your antivirus is a good one....

Create a command prompt Virus message

Type the following in notepad or (copy and paste in notepad) @ echo off title Virus echo Your system is affected by virus PAUSE echo: echo Windows will now try to undo changes PAUSE echo: echo FAILED ! PAUSE echo: echo Your system is corrupt PAUSE Save the file as virus.bat and run the file. ...

Make a fake Virus POP UP

Type the following code in notepad: @echo off msg * WARNING msg * VIRUS ENTERED YOUR PC Save the file as pop.bat and run it. You should get two pop up messages. There has been an issue on some computers, but it should work on most computer...

Log Diary Trick

Have you ever wanted to make your own diary on your computer ? Why not try notepad.. Open notepad Type .LOG Save the file as LOG.txt Now when you open notepad, the date and time will automatically be inserted. Write anything you want and the date and time is auto inserted. Your own notepad Diary. ...

How To Disable Startup Programs In Windows 7 and Vista

Hi friends, you all have noticed that when we purchase a PC or laptop,it starts very fast. This happens due to less number of programs installed in the newly purchased system. But over time as we install more and more software we may start to notice that it takes longer and longer time for our system to start. This is probably because many applications these days hook into your Windows Startup process and automatically load up each time...