Small Registry trick for welcome note on windows XP
Hi guys,
Today am going to show to make welcome note in windows xp by simple registry editing
and dont worry about how to edit registry and al. i'll show you registry editing with cretaing
file and using this file you can easily edit the registry just by double clicking that file.
Step 1: 1st you need to open notepad
start-> run-> notepad
Step 2: And copy this below code and paste in it...(copy 8 lines of code including line showing version also)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]
"dontdisplaylastusername"=dword:00000000
"shutdownwithoutlogon"=dword:00000001
"undockwithoutlogon"=dword:00000001
"LegalNoticeText"="hi....this is from prasad...welcome to pc world....."
"LegalNoticeCaption"="Raviprasad"
Step 3: change the message between " " in last 2 lines as you want to display in welcome note.
the LegalNoticeCaption comes on title bar and LegalNoticeText comes under in window at start
-up of your windows.
Step 4: save file as "welcomenote.reg"
Your file is ready now just copy this file in which ever system(windows system) you want the welcome message and double click it..
Comments
Post a Comment