Wednesday, 28 May 2014

Make your PC Welcome you on Startup with a Voice command

You must have noticed the way computers in movies welcome their users by calling out their names, specially in Iron Man Series. In this article I will show you how you can make your windows based computer welcome you in Computerized voice. Just follow the steps below to know the secret.

Tutorial:

  1. Open Notepad.
    Right Click > New > Text Document
     
  2. Now copy the below code in Notepad and change the highlighted word with your own message.
    Dim speaks, speech
    speaks="Hello User, Welcome"
    Set speech=CreateObject("sapi.spvoice")
    speech.Speak speaks
                         Make Your PC Welcome You on Startup
    NOTE: You can change the line Hello User, Welcome  to anything you want. This is what your pc speaks when it boots.
     
  3. Save the file as Welcome.vbs .
    In Notepad Screen, Click on File > Save As > Welcome.vbs 

                         Make Your PC Welcome You on Startup
     
  4. Double click on this file to see if it works or not. You will hear the above highlighted when you double click this file.
     
  5. Now Copy/Cut the file and Paste in Start-up folder if you want to hear this sound on every boot.
     Click here to Know How to Locate Startup Folder
Now next time when you Start your PC you will hear the Welcome Sound. If you need any help then you can comment below.

No comments:

Post a Comment