Make Windows 10/7 Welcome You With A Custom Voice Message (Must Try)

It’s a well-known fact that Windows 10/7 comes with a set of sound scheme packages and one can easily change the default sound scheme with a custom one. We also know that one can easily enable or disable the default startup sound.

Make Windows 7 Welcome You With A Custom Voice Message

Now, if you would like to make your PC welcome you with a simple voice message, we have a simple way to do that. Of course, you can go for the harder way of changing the default startup sound. But users who would like to make it simple can follow the steps given below.

Get a custom voice message at the logon screen in Windows 10/7

Step 1: First, copy the following code in a notepad and then save the file with any name but the file should be in .vbs extension. Of course, you can customize the message with your own words. In this example, you can replace the words “Hello IntoWindows! Welcome back to your computer. Have a nice day” with a custom message.

Dim speaks, speech
speaks=”Hello IntoWindows! Welcome back to your computer. Have a nice day”
Set speech=CreateObject(“sapi.spvoice”)
speech.Speak speaks

Make Windows 7 Welcome You With A Custom Voice Message step 2Make Windows 7 Welcome You With A Custom Voice Message step 2

Make Windows 7 Welcome You With A Custom Voice MessageMake Windows 7 Welcome You With A Custom Voice Message

Step 2: Now move the previously saved .vbs file to the Startup folder present in your Windows 7 drive:

C:\Users\UserName\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

Make Windows 7 Welcome You With A Custom Voice Message step 5Make Windows 7 Welcome You With A Custom Voice Message step 5

If you can’t see the AppData folder under your UserName folder, you can make it visible by changing the Folder Options settings. Follow our how to show folders in Windows 7 guide to see the hidden AppData folder.

Step 3: You are done! Simply reboot your folder to hear the cool welcome message just after the logon sound.