Sunday 1 March 2015

How to Add Custom Welcome Voice Message In Windows

The steps are very simple, however you must have little knowledge about Notepad though ! :D
So, jokes apart … here are those steps
1. First of all open the Notepad.
2. Once you opened the Notepad enter the following codes:
Dim speaks, speech
speaks=”Welcome to your PC, Username”
Set speech=CreateObject(sapi.spvoice“)
speech.Speak speaks
In the above code you can change the Username with your own username like I am using “Sandeep” here. Once you have finalized the code click on the File menu and select Save as… option. Do remember to save this file as only with .vbsextension. If are going to save them as a simple notepad file, code will not work.
Note:- It is recommended to type the whole code manually because copied code might be not work due to some quotasissues.
welcome-voice-script-1
3. You have done coding job and now you have to move the saved file at Windows user startup location. Now navigate the following location:
C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP)
C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 8, Windows 7 and Windows Vista) if C: is your System drive.
You might not be able to view App folder because this folder is hidden in Windows by default. You can use Windows Folder Option to view the hidden files and folders. Once you moved the saved file, restart the computer to get a warm welcome voice message in a computerized voice.
Note: If you have enabled sound scheme for Windows please disable it first because it will mix with your welcome voice with default voice and that will be not good to hear.
#THANKS

No comments:

Post a Comment