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.

















I am getting an error for Line 3 Character 10
What needs to be fix to make it work please thanks
Never mind I got it … I saved this info in Word and then copied it to Notepad the “” marks were wrong …
thanks