Make Your PC Greet You With A Voice Message

Thursday, May 11, 2017

Make Your PC Greet You With A Voice Message



With this trick, you can make your Computer welcome you in its computerized voice. You can make your Windows based computer say "Welcome to your PC, Username."

Make Windows Greet you with a Custom Voice Message at Startup

To use this trick, follow the instructions given below:




Open Notepad

Copy and paste the exact code given below.

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

speech.Speak speaks

Replace Username with your own name

Save As, the file as Welcome.vbs or "*.vbs"
select All Types in Save as Type option, then Save.

Copy the saved file

Open Run dialog box (Windows key+R) and type

shell:startup

and press enter


Paste the file.


Now when the next time you start your computer,

Windows will welcome you in its own computerized voice.