If you want to pop up a message box when Computer starts and before logon screen on Win9X or WinNT, then you can use this trick.
Run the Registry Editor using Start->Run and then type "regedit" and Enter. You will come up with a windows with title Registry Editor. You will see that something like this.
Here is a view of Registry editor. On the left pane we have a tree view with some items. These are actually the roots of different types of keys. We are going to to discuss only two of them which are needed by us. The remaining will wait for another time.
HKEY_CURRENT_USER holds the information about the currently logged on user.
HKEY_LOCAL_MACHINE holds the information about the whole computer.
Go to:
For Win9X
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\WinLogOn
And For WinNT
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\WinLogOn
And make two String Keys named
LegalNoticeCaption and LegalNoticeText
Put any value which you want to display. First is the Title of the Message box and second is the text to be displayed. After doing this, you will get welcome message each time windows starts.
NOTE: Modifying the registry is dangerous. If you make any mistake you may corrupt your registry. This may cause your system to crash or become unstable.
Blog Archive
Popular Posts
-
Hello friends, I am here with one of the most craziest problem's solution which is BIOS passwords. Mostly people set passwords on Bios a...
-
I have been looking around lately at all the old hardware I have lying around and thought what could I do with it all? Media center? Web s...
-
Most people know that you need to keep your wireless network secure but how many people know how to check their wireless encryption and ma...
-
Having a printer at home or in the office is an absolute necessity if you don't want to run to the library or to a professional p...
-
Power distribution in server racks come in a number of different varieties. It used to be that voltage and amps were the only conside...