Tuesday 5 February 2013

Computer Pronounces your Name/Message on Start-up Instead of Default Sound


With this simple trick you can make your computer/laptops pronounces your name (or any message that you input to the computer) when your computer starts instead of the default system sound.With this simple trick you have all the rights to set any text which the computer will pronounce at the start-up ,no matter what the text length is ,and what text/message are you giving to the computer to say it on the start-up.It will be pronounces in a Computerized voice.


Try it and see its great working.This is an excellent trick whenever you start your Computer in front of anybody and the Computer welcomes you by simply saying your name like for eg- "Welcome to your Computer Piyush Bagla" , and it makes a very good impression in front of your friends and family and they wonders how brilliant a computer do you have.

Steps to Follow

Step 1 : Open Notepad and paste the below code

Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks

Note:Write your Name in place of Username



Step 2 : Save this file as Welcome.vbs or "*.vbs"

Step 3 : Copy this saved file and paste in (if C:\ is your window drive otherwise you have paste it in the your specific window drive by replacing 'C' to the specific window drive letter)

Window XP
C:\Documents and Settings\All Users\Start Menu\Programs\Startup

Windows 8, Windows 7 and Windows Vista
C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

Now next time you will start your system you will hear the text what you have write in the speak section of the code.

NoteFor a good result you should change your start-up sound setting and make it as "No Sound".

Steps To Change your Start-up sound setting

Step 1Go to Control Panel.

Step 2 : Click on Sounds and Audio Devices (if this option is not there than switch to classic view and this option will appear)

Step 3 : Then Click on the Sounds Tab.

Step 4 : And from the sound scheme option select "No Sound".

Step 5 : A prompted message will appear and if you wish to save your Previous Sound Scheme, you can save it by clicking Yes in the popup message.

Step 6 : Click Apply and OK

ENJOY!!!!!!!!!!

Note: For any query please feel free to contact us by either sending email or by posting comments.


No comments:

Post a Comment