In many films of science fiction, we see that the computer is greeting the user by it's robotic tune. If you saw that your computer is greeting you with your name. How will it be? Is it possible? Yes! It is quite easy task. You have no to download or install any kind of software. You just open notpad(or any other text editor) in your computer. and then copy the following code:
Dim speaks,speech
speaks="Welcome. Al- Imran"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
Here, You should replace the name "Al-Imran Ahmed" with your name. Then save the notepad file as welcome.vbs as following:
Its over!
If you open the file you will hear the voice of your computer. Now copy this welcome.vbs file and paste in the following directory:
C:\Users\User-name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Or, Search the computer writhing startup
Find the startup with the above directory and copy the welcome.vbs file here.
After that, in future if you start your computer the you will hear the robotic voice of computer is greeting you.
To do this if you face any problem, let me know this. I will try my best. Thank you for being with me.