Saturday, April 20, 2013

Add Welcome Tune With A Custom Voice Message in Windows 7

Add Welcome Voice Message in Windows 7 :

If you would like to make your PC welcome you with a simple voice message, it hase 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.

1. First open a blank notepad and copy the following code, 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 Windows Fellow! Welcome back to your computer. Have a nice day” with a custom message.



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



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

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


If you can’t see the AppData folder under your UserName folder, you have to make it visible by changing the Folder Options settings. (Computer -> Organize -> Folder and Search Options)


3. It’s Done! Reboot your Computer to hear the cool welcome message just after the logon sound.

No comments:

Post a Comment