Log On Welcome Message

Change welcome message when entering the windows log on

Steps:
1. Click Start -> Run
2. Type "regedit" without the quotes, then OK
3. Going to the HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon
4. Create a new entry by right clicking and select New -> String Value. Give the name "LegalNoticeCaption". Double click, and fill in the Value data to 1.
5. Create another new entry with the name "LegalNoticeText" in the same way. Fill in the value data with the text you want displayed when you log on. Close the registry editor.
6. Restart or log off.


Displays Message Box at Start Up

Often do you see the Message Box like error, or the like? Want to make it and put it on startup?

Step :
1. Open Notepad
2. Fill with MsgBox "Your text". Note that the quotation marks before and after entering message should be there.
3. Save with the name of anything, but end with the extension. Vbs, for example startup.vbs. Save in C: \ Documents and Settings \ UserAnda \ StartMenu \ Programs \ Startup
4. Log off and log back in to see the results.