Home » Windows 7 » How to change Welcome Audio of Window 7 with Customized Voice?

How to change Welcome Audio of Window 7 with Customized Voice?

In this article we will tell you how to change the default welcome sound of Window 7 to sound of your choice. You can amaze your family and friends with this simple trick. Following are the steps that need to be performed:

  • Click on Window Orb(Start) button.
  • Write” Notepad” in search bar and click on “Notepad.exe”.
  • Now write the following line of code in it.

Dim speaks, speech

speaks = “Hello Johnson, Welcome to My World”

Set speech = CreateObject(“sapi.spvoice”)

speech.Speak speaks

  • Click on “File” in menu bar and then click on “save as”.
  • In the file name, write the name of your choice and give it an extension “.vbs” e.g Welcome Message.vbs.
  • Select “All Files” from “Save as Type” dropdown box.
  • Move to your Window 7 “Start Up” folder
  • Click on “Save” button.







Popular on Web Today

2 Responses to " How to change Welcome Audio of Window 7 with Customized Voice? "

  1. I am getting an error for Line 3 Character 10

    What needs to be fix to make it work please thanks

Leave a comment