make your computer to welcome you

make your computer to welcome you in computerized voice.

1.Click on Notepad and open it.

2.Copy and paste the code given below

Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks

3.Now save as "welcome.vbs" by clicking on Desktop.

4.Navigate this file to "C:\Documents and Settings\All Users\Start Menu\Programs\Startup" (in Windows XP) and to "C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start  Menu\Programs\Startup" (in Windows 8, Windows 7 and Windows Vista) if C: is your System drive. AppData is a hidden folder. So, you will need to select showing hidden folders in Folder options to locate it.

5. Paste the file.

Enjoy