Let your Computer say Welcome on startup


As of most tutorial written in this website, this tutorial will also not need any software. After reading this tutorial you will able to make your PC talk and you on every start up in the way you like.

 

What we are going to do?

 

We will make a VB script and place it in Windows 7 Start up . There after, every time you log in, a voice will greet you after the start up sound (if enabled).

 

Step 1

 

Open Notepad. Copy paste the code written below:

 

Dim speaks, speech

speaks=”Welcome, Abhishek”

Set speech=CreateObject(“sapi.spvoice”)

speech.Speak speaks

 

Now, change my name to yours inside the code. Infact, you can change and place any sentence within the quotation mark in the code. I have tested, it works fine upto 5 words. You can change the spelling, add space, punctuation etc to make it more realistic.

For example, I want to hear my name as “Oh-bhi-shake” ; so I will write there “Oh bhi shake”.

Here is the screenshot:

 

 

Now, Save it as “Greetings.vbs” (without quotes) and as I always say, change the file from text to “all “. Save it to some location, you can remember; say Desktop. Here is screenshot of this step:

 

 

Step 2

 

Now, we have to place it inside the Windows Startup folder. Click the Start-Button, choose “All Programs” and you will find it as a folder named Startup. it and choose Open or Explore. (Look the address bar in the screenshot below):

Copy the VBS file you have created and paste there. You must be logged on as Admin. A security prompt will come, just accept it:


 

Step 3

 

Just restart the computer and you will hear the voice!

To disable it, just delete the file.

Now, we will go to further details.

 

Type of voices: In Windows 7 and Windows Vista, the default female voice is Anna. In Windows XP and 2000 its Sam.

 

There is way to change the settings of this default voice in Windows 7 and Vista too.

Click the Start Button, type “narrator” without quotes:

 

Narrator will open and begin to speak:

Just click the “Voice settings” and you will get this window:

There are third party voices available for installation, the world’s quality best is if of Ket, but not available outside bulk purchase. Quality wise, Anna is next to it.

Additional settings:

You can add some parameters too! For example:

with speech

Set .voice = .getvoices.item(0)

.Volume = 100

.Rate = 0

end with

Here, volume is defined in percentage. Other commands are:

.Pause = pause speaking

.resume = resume after pause

.Rate = speed of spoken words. The larger number, the faster pitch.

.Voice = If multiple exist on machine, say Sam and Anna are available, you can set any one.

.Volume = Already explained.

.WaitUntilDone = wait until done – Voice will wait still all the services loads, i.e. the is completely ready.

 

 


Signature


Incoming search terms:

startup voice for windows,make your computer say welcome download,talking theme for windows 7,computerized themes for windows 7,vb programm to welcome user by speech on start up of computer,talking software for pc boot up,start up welcome sounds,Speak welcome tune download,script to say welcom at startup,Script for a voice start up,say welcome alston when computer startup,pc voice with script,PC talk and greet you on every start up in the way you like,pc say welcome,make your computer welcome you,vbs script speak in windows startup,vbs script that speak you type in female voice,windows 7 woman voice,windows 7 how to write welcome,window log on speak welcome
0saves
If you enjoyed this post, please consider leaving a comment or subscribing to the RSS feed to have future articles delivered to your feed reader.
About Abhishek

Abhishek Ghosh is an Orthopedic Surgeon, Inventor with 216 Patents, Current editor of The Customize Windows Media Group. You can follow and know more about Dr. +Abhishek Ghosh on Google Plus and follow on Twitter as @AbhishekCTRL.

Comments

  1. Hy, i dont know anything about scripting, thats y i would like to ask u, if u have a code for random sentences at the win startup? it would be more fun, if there would be 5 or 6 diffrent sentences that the computer randomly chooses at start up! if u have an idea, pls tell me! thank you! i searched in the web, but cant find anything… :/

    best regards
    Chris

    • I understood what you want to say, you want three or four sets of sentences (or phrase) like “Hello Chris, Welcome to Windows 7” ; “You are welcome, Chriss” ; “Hi Chriss ! This is Anna of Windows 7” and it will be randomly played during startup (as like songs in media players do in random mode). Right?

      I like the idea :) I have to look a bit to tweak to such level (if at all possible). Definitely will look and update if I can create something like that.

      Thanks for writing :)

  2. How can you change it to make it say in a different voice

  3. al-musabbir muhtady says:

    it did not work for me.tell me another way

  4. i am getting error
    line: 3
    Char: 8
    Error: Invalid Character
    Code: 800A0408
    Source: Microsoft VBScript compilation error

Trackbacks

  1. [...] expectation grown from the tutorial Let your Computer say Welcome on startup and we got several requests to write a tutorial to use similar script for the shutdown [...]

  2. [...] down with a timer June 8, 2011 Leave a Comment When we wrote Though the biggest hit is Let your Computer say Welcome on startup ; many visitor asked whether it is possible to use some similar trick so that the PC will say what [...]

Speak Your Mind

*