How To Make Windows Greet You With A Custom Voice Message At Startup

Technical Spark
Technical Spark
7.4 هزار بار بازدید - 4 سال پیش - Hi Guys,In this video tutorial
Hi Guys,

In this video tutorial I will show you how to make your computer (Desktop/Laptop) that welcome you with your name through VOICE whenever it starts.


Below is the Script (Copy/Paste):
Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks


To Slow down voice message speed use below script and change rate value:

Dim speaks, speech
speaks="Welcome to your PC, Sohan"
set speech=CreateObject("sapi.spvoice")
with speech
Set.voice = .getvoices.item(0)
.Volume = 100
.Rate = -4
      end with
speech.speak speaks

Topic Covered:-
How to make your PC to Speak your name
Windows Greet you with your Name
How to set Custom Welcome Message

Video Link:- How To Make Windows Greet You With A ...

Follow me on Social Media.
Facebook Link: Facebook: technicalspark

PS: Don't forget to SUBSCRIBE Technical Spark for more Trusted & Awesome videos.

Thanks for All your Love & Support

-------------------------------------------------------
Technical Spark
4 سال پیش در تاریخ 1399/01/23 منتشر شده است.
7,423 بـار بازدید شده
... بیشتر