How to make your computer to welcomes you

make your computer welcomes you

If you use to watch Hollywood Sci -Fi movies, you must saw a scene in which the computer welcomes the user by speaking his name in the computerized voice.This looks quite impressive ,but You can easily make your Windows PC to speak a welcome greeting note for you at windows startup. 

This article describes exactly how you can make your computer welcome you like this. Each one of us want this thing in our PC’s as well. We want our computer systems to welcome us by calling out our names.There is a proper trick for that by using which you can also apply the same feature to your PC’s.

Let’s start then :- 

  1. Click on Start search Notepad.
  2. Copy and paste the code given below.
    Dim speaks, speech
    speaks=”Welcome to your PC, Username”
    Set speech=CreateObject(“sapi.spvoice”)
    speech.Speak speaks
  3. Replace Username with your own name.
  4.  save the file as Welcome.vbs or “*.vbs”.
  5.  Copy the saved file.
  6.  go to 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. (AppData is a hidden folder so you need to Unhide it first).
  7.  Paste the file.
  8.  Restart your PC.

Now when you will restart your PC, He will Welcome You!

you can also set your random sentences, just assign your required sentence to Speaks variable in step No (2) . and it’s done

Source :- syncprotocol 

 

1 thought on “How to make your computer to welcomes you

Leave a Reply

Your email address will not be published. Required fields are marked *