Let your PC speak and welcome you!


Here is a way to teach manners to your PC.

Open a simple text editor like the Windows Notepad and paste these lines:

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

Save this file with a .vbs extension (e.g. “welcome.vbs”), replace “YourName” with your name, and place it in any folder you like. Create a shortcut to it at the StartUp folder of the Start Menu – usually at %UserProfile%\AppData\Roaming\Microsoft\Windows\Start Menu

Next time you start Windows you will enjoy the voice of your PC welcoming you!