How to add Welcome Startup Sound in Windows - Your PC will greet you
![]() |
Welcome Startup sound |
In this article, I am going to show you how to enable the Welcome sound in Windows. Every time the Widows boot it will welcome you with your name! sounds cool, so let's know how to do it.
How to add Welcome Startup Sound in Windows:
- Right-click on the desktop and select "New"
- Now in the drop-down menu select "Text document".
- Now copy the following code to the text document
Dim speaks, speech
speaks="Welcome back sir, All systems for your work will be ready in few seconds"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
- In the highlighted section of the above code, write the text which you want the Windows to tell on startup (greeting).
For example; If you want Windows to say (on startup) "Hello your name", then replace the Highlighted code with "Hello your name"
Copy-paste the above code exactly as written and replace the highlighted section with your Greeting text
- Now press Ctrl + Shift+ s
- A new window will appear. Now, select the location where you want to save. Let it be Desktop
- Now as shown in the screenshot. In the section "Save as type" select: All Files
- Now at the end of the File name add ".vbs"
- Now, click on save,
To confirm whether you have created the file properly, check whether the file's image is changed or not. like as shown below:
![]() |
Verify |
Now we have successfully created the welcome voice file. Now we have to add this file in the startup menu so that every time the Windows boot it will greet you (With the text you written in the file).
If you are unable to create the Welcome startup sound file, then you can download the file here: (But I recommend making it yourself as it will increase your knowledge)
welcome voice.vbs
Download
If you want to know, if the file is virus-free?, Then click here
After downloading follow the below steps to make it work.
Adding the file to the Startup menu
To add the file in Startup follow the following steps;
- Press Windows key + r
- It will open the Run command window
- In the Run command type in the following command "shell: startup"
- A new window will appear, just select the file which you created just now and drag it into the window
Now, hereafter every time you open your PC/Laptop it will greet you.
How to remove startup sound :
Press Windows key + r and type "shell: startup" if you want to remove the startup sound. The same Window will appear as before, now select your file and press delete and the Startup welcome voice will be removed.
I hope you found it helpful then Follow our blog by Email and Also follow us on Quora. If you have any problem, comment me down. Thanks for reading
Join the conversation