How to Make Windows Narrate Custom Welcome Message On Logon

Are you bored using the default Windows logon sound? Do you want windows to narrate your custom welcome message? Well this can be easily done with few easy steps as mentioned by SnapHow. This trick uses making of a VB script to use windows narrator class. Below are the steps to follow.

Step 1


First you have to create a VB script, this can be easily done by copying the following codes in a text file.

Dim speaks, speech
speaks=”Welcome to Bat Computer, Main frame”
Set speech=CreateObject(“sapi.spvoice”)
speech.Speak speaks

Where “Welcome to Bat Computer, Main frame” is your custom message and can be changed to any thing of your choice. Now save the text file with extension .vbs, text file icon will change to script icon  . This file can be saved with any name. If you have done every thing correct you can listen to the voice by clicking on the script. If you get an error message just retype quotes  ( ”  ” ) with the ones already in the text from your own keyboard.

Step 2

Once the Script is ready and working copy it to your startup folder. Startup folder can be found from the start menu or directly entering the following to address bar.

For Windows Vista & Windows 7– C:\Users\Username\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup.( replace the Username by the name of current logged in user) for instance, in my case it is C:\Users\Sourojit\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

For Windows XP– C:\Documents and Settings\All Users\Start Menu\Programs\Startup.

Step 3 (Optional)

Once the file is copied in the above location your task is finished. You can disable windows startup sound as it may interfere with the narrate welcome message.

You will get this narration only on times when the system is rebooted but not at times of locking and unlocking the system. Performing this task is easy and totally safe. Only thing that you have to take care is to get the script work correctly before placing it in startup folder else no effect will take place.

via tweak and trick

Click Here to Leave a Comment Below 5 comments
Roxane Ackerley - September 27, 2010

You manufactured some great things there. I do a look for around the subject and observed many people will acknowledge together with your webpage.

Reply
TriForce - September 27, 2010

Hey, this is the great post. I want to try this… thanks for sharing… 🙂

Reply
shashank - September 28, 2010

awesone dude….
could u tell me what if i want to change narration voice
any options there:?

Reply
Akhilesh Sharma - October 18, 2010

Hello Admin. This trick was first published on my blog in July here from where it was copied to screamables by Ayush Gupta which triggered the publishing of this trick everywhere. So I would request you to be ethical and include a link back to the original post.

Thanks
Akhilesh Sharma
tweakandtrick.blogspot.com

Reply
    Rohit Langde - October 19, 2010

    Some tweaks spread so far on blogosphere that it becomes difficult to know the original source. However, I believe you and given your credit for that.

    Reply

Leave a Reply: