Personalizing Windows 10 Boot Sound: How to Set Your Preferred Jingle

If you want to have some fun, then you can try changing your Windows 10 startup sound. You can set up a nice welcome message, an inspirational or motivational message, or something scary or funny to prank your friends. This change doesn’t affect your computer’s functionality in any way, and it’s easy to follow. I think the clause was deliberately left by Microsoft to the user to customize the Windows 10 boot sound.

How to Customize Windows 10 Startup Sound?

To customize the Windows 10 startup sound, you’ll need to do some programming. But don’t be afraid, I’ve already mentioned these codes, all you need to do is paste them into a new notepad file. The detailed steps are explained below:

Step 1: Create a VBScript file

Windows 10 How-To Customize Startup Sound Tutorial: The first step is to open the Notepad app on your computer by typing “Notepad” in the search box on the taskbar. Once the Notepad app opens, copy the command code from below and paste it into the Notepad app.

dim speech

text=”Your Message”

set speech=CreateObject(“sapi.spvoice”)

speech.speak text

Step 2: Add your information

How to Customize Windows 10 Startup Sound? You can add your message on the second line between the quotation marks. Just erase your message and write whatever you want, and make sure it’s between quotes.

Step 3: Save the file

Once you have finished editing the file, you must save it immediately. To do this, click on the File tab in the top left corner and select Save As from the drop-down menu.

Enter a name as you judge, and don’t forget to add “.vbs” to the end of the name you entered. This will be added as an extension and convert a simple notewriting text file into a VBScript file. For example, I named the file “Startup Soud.vbs”.

Step 4. Test files

Tutorial on how to customize the startup sound for Windows 10: Before we place this file in the corresponding folder in Windows 10 to perform the startup sound when you turn on the computer, let’s test the file and check if we can hear our message clearly. Simply double-click on the VBScript file to complete the test, and you’ll hear the message typed in quotes.

If for some reason you don’t hear the message, right-click the VBScript file and click Edit from the context menu. Now check the coding and compare it with the code mentioned above,

The voice you’ll hear is the default Windows Narrator, which makes it easy to say English words. If you use your name or any foreign language word, you may not be able to pronounce it correctly.

Step 5. Place the files in the startup folder

If you’ve tested the VBScript file and are happy with the results, it’s time to put it in the relevant folder so that it can be played on startup. To do this, press the Windows + R keys at the same time on your keyboard to open the run box. Once opened, type “Shell:Startup” to open the startup folder and copy and paste this newly created VBScript file into the folder.

Step 6. Restart your computer

How to Customize Windows 10 Startup Sound? After you restart your PC, you’ll see the same message you set up in your VBScript file and place it in your Windows 10 startup folder.

Note: If you’re bored with the custom Windows 10 startup sound and want to remove or change it, navigate to the same folder as in step 5 and edit VBScript or delete it to remove the sound.

Windows 10 Custom Startup Sound Method Tutorial Summary

This concludes the steps to set up a custom Windows 10 startup sound on your computer. This process is not a troubleshooting step, but rather to make your computer have fun. Please try it on your computer and share your experience in the comments section below.