Windows 10 Voice Welcome Message On Start Up

In this tutorial we will show you how to make your windows 10 computer welcome you with a voice message when u start your computer and login to your user account.

You can also modify the message as your requirement and if you don't want this feature then you will also be able to remove it.

1 Dim sapi
2 set sapi = CreateObject("sapi.spvoice")
3 sapi.Speak "Welcome Anil."

Watch this video to learn how this works