Whenever when you want to login to computer, you hear the welcome tune, is it possible that computer greet you with your own desire word? Yes absolutely it is. Well here i am introducing a method do that.It's very simple can be done only through notepad.
Open notepad and type the following text
Open notepad and type the following text
"" Dim speaks, speech
speaks="Welcome Back"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks ""
You can change "Welcome" word according to your desire. Remember to use punctuation to get the pronunciation more correct and valuable.
Now save the notepad with .vbs extension (Welcome.vbs).
Now put it into the startup folder. you can find it using the below path
In Windows XP C:\Documents and Settings\All Users\Start Menu\Programs\Startup
In Windows Vista, 7 and 8 C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup.
Now your computer will welcome you according to you desire welcome tune.
In Windows Vista, 7 and 8 C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup.
Now your computer will welcome you according to you desire welcome tune.