Tuesday, September 20, 2011

Mischievous Tricks ;)


more
>> Is your Computer “Male” or “Female”???

1. Open Notepad
2. Type the following line in the Notepad:

CreateObject("SAPI.SpVoice").Speak"I Love You"

3. Save the File as Laptop_Gender.vbs
4. Run the file.

If you hear a Male voice, your PC is a Boy.....:P
If you hear a Female voice, your PC is a Girl.....;)

Note: try writing various sentences & enjoy!

How to start Turbo C in the DOSBox automatically


You can save your time by having DOSBox automatically mount your folders and start Turbo C. Here's how you can do it:

For DOSBox versions older then 0.73 browse into program installation folder and open the dosbox.conf file in any text editor. Then scroll down to the very end, and add the lines which you want to automatically execute when DOSBox starts.

Wish to install Turbo C on Windows 7 (64bit) ?? Here's How...

Follow these steps to install Turbo C on Windows 7 (64bit):

1. First you need to Install DOSBox (recommended version 0.73)
2. Create a folder, for example "Turbo" in any drive (example- C:\Turbo\)
3. Download and extract TC into that "Turbo" folder (C:\Turbo\)
4. Run the DOSBox.



Sunday, September 18, 2011

Print a text without using semicolon in C/C++


First of all write these lines in any C compiler:

#include<stdio.h>

int main()
{
    if(printf("Aryan"))
    {

    }
}

then follows these steps:

Tuesday, September 06, 2011

Speed Up Your Shut Down In Windows XP



Are you tired of waiting while your windows shuts down? Now no more wait, thanks to this cool trick.
The trick is in two parts. Follow both of them for best results.

Part-1
1. Open the Registry Editor (Start >> Run >> type regedit).
2. Navigate to HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control
3. Click on the "Control" Folder.
4. Select "WaitToKillServiceTimeout".
5. Right click on it, select modify and set it a value lower than 2000 (the lesser the faster, but remember don't set it less than 100 to be on the safer side).

Part-2

Change Yahoo Messenger's Title Bar Text



Hey guys now you can change the Yahoo Messenger 's title bar which this little tweak.

Just follow these steps:
1. Open you yahoo messenger installation folder (default C:\Program Files\Yahoo!\Messenger).
2. Then search a file named "ymsgr". Double click to open it. If it doesn't open, then use notepad to open this file.
3. In this file just go to the end and paste the following code in a new line:

[APP TITLE]
CAPTION=Cool Guy

To HIDE a folder in mobile phone without using any software:



1) rename the folder you want to hide with a ".jad" extension.
2) create a new folder with the same name but with ".jar" extension.
3) the folder with ".jad" extension gets hidden.
4) to un-hide, simply rename or delete the folder with ".jar" extension.

Note: All actions must be performed in the same parent folder.