Saturday, October 1, 2011

Set Greeting Text to your Windows

3 comments
Follow these steps to set a catchy "logon text" to your Windows:

  1. Go to Registry Editor.
  2. Click HKEY_LOCAL_MACHINE.
  3. Go to SOFTWARE → Microsoft → Windows NT → Current Version.
  4. Open the folder "Winlogon".
  5. Edit the key values "LegalNoticeCaption" and "LegalNoticeText" as you wish.
  6. Now, your logon text is ready.!

Wednesday, July 27, 2011

Don't have regular internet access? - Activate mail alerts through SMS

2 comments
Heyyas.!

Do you fail to read important mails in time? Here is a solution for you. Now, there is a facility available to get SMS alerts for your mails. Here are the steps to activate SMS alerts for your gmail:


Saturday, July 2, 2011

C++ Program to find the Endian nature of a processor

0 comments
Before going to the progaram,
what is endian nature?

There are two kinds of endian nature... One is li'l edian and the other is big endian...

This pic could illustrate you:

Now, this is my own way of finding the endian nature: