Google How to Make your Computer to speak a Welcome Message | Technology "We Make IT Happen" Technology "We Make IT Happen": How to Make your Computer to speak a Welcome Message

Saturday, April 19, 2014

How to Make your Computer to speak a Welcome Message

Just imagine what if your computer welcomes you whenever you start up it. Yes, it’s really sounds cool so today I’m about to show you cool windows trick which will make your computer to speak welcome message @ start-up. You’ll be able to make it speak your name, or something you would like. Just follow the steps….
1) Open Notepad window.
2) Copy & Paste the subsequent code
Dim speaks, speech
speaks="Welcome to your PC"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks


3)  you can change Welcome Message with something you would like for instance "Welcome Priyank Trivedi"
4) Now, Save as welcome.vbs
5) Go to the Startup folder 
(You can find it here:- C:\Users\UserName\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup) and Paste the file there:
Win 7/ Win 8 users Go to: 
C:\Users\UserName\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Windows XP users Go to:
 C:\Documents and Settings\All Users\StartMenu\Programs\Startup
ENJOY... :)

No comments:

Post a Comment