Thursday, 5 November 2015

How To Block Websites Without Software

How To Block Websites Without Software Steps: 1) Browse C:\WINDOWS\system32\drivers\etc 2) Find the file named "HOSTS" 3) Open it in notepad 4) Under "127.0.0.1 localhost" Add 127.0.0.2 www.sitenameyouwantblock.com , and that site will no longer be accessable. 5) Done! -So- 127.0.0.1 localhost 127.0.0.2...

How to reset BIOS password using cmd

'I am going to tell you how to reset BIOS Password using Command Prompt. YES!! We can do it by using MS DOS Command. This method works only if you have access to the system when its turned on because this method requires MS DOS. Open MS DOS from programs menu and provide following commands one...

Install any Software within 10 minutes

Today I am going to  tell you how to install XP or any other operating system within 10 minutes. Not only Operating Systems, but this process speeds up installation of any other software also. You may use this trick to speed up installation of .NET framework, Photoshop or any other software...

Check whether your computer is male or female

Check whether your computer is male or female I am going to tell you to make a small script that will tell you to analyze gender of your computer. Follow these steps: 1. Open Notepad 2. Type the following line in notepad: CreateObject("SAPI.SpVoice").Speak"Good Morning" 3. Save file...

Increase Virtual RAM

Increase Virtual RAM I am going to tell you a trick that will increase your RAM virtually which will boost up your system. Steps :-  1) Hold down the 'Windows' key and Press the 'Pause/Break' button at the top right of your keyboard. Another way is Right-Clicking 'My Computer'...

Delete My Document folder of your enemy

Delete My Document folder of your enemy Hello friends, today I will show you a simple prank that will delete My Document folder from your friends computer. This is quite simple. You have to make a batch file that will contain code for deleting the folder. Give it to any of your friend. For mass affect,...

Make a trojan virus fake message

I am going to tell you how to make a virus using notepad. This is actually not a virus but a trick to fool your friends. They will understand that this is a virus. Follow the instructions 1)Open the notepad and paste the following code. 2)Save it as "trojan.bat". x=msgbox("Hi!!! Your computer...

How to make GIF animation in Adobe Photoshop

There are a lot of software available to do this, but Photoshop is interesting one. Before using this trick, your system must have Adobe Photoshop and Adone imageready installed. Animation in Photoshop 1) Open Photoshop 5.5 (any version) and create a new image file measuring 100 by 100 pixels....

Make Birthday animation using command prompt

Make Birthday animation using command prompt This trick does not require any technical skills. Steps: 1. Open Notepad. 2. Copy and paste the following code in a notepad and save it as "Birthday.bat". In fact, you can give any name with extension *.bat (birthday.bat) Double click on this...

Toggle caps lock automatically

Toggle caps lock automatically Hello Friends, I think all of you have seen disco light effect in which light is turning on/off continuously. I am going to tell a small VB script, which will toggle caps lock key infinitely at interval of 0.1 sec. You can perform the same with other keys like...

Make a Text to speech converter

Today I am going to you to make a small program using notepad which will speak for you, whatever you type in it. In short, its a text to speech converter made by you through notepad and without knowing any programming skill. Steps: 1. Open notepad. 2. Copy and paste following code and save it...

USB Pen Drive Virus

USB Pen Drive Virus Virus is a program which infects computer, in different way. I am explaining about a Virus Which can easily be made in C or C++. When we have run .exe file of this Pendrive-usb virus then when we connect pendrive with our computer usb,it will not be connected. Operating System...