• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Let your Computer say Welcome on startup

By Abhishek Ghosh October 18, 2010 7:34 pm Updated on October 18, 2010

Let your Computer say Welcome on startup

Advertisement

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 Windows 7 PC talk and greet 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 folder. 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:
 

Vim
1
2
3
4
Dim speaks, speech
speaks="Welcome, Abhishek"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks

 

Now, change my name to yours inside the code. In-fact, 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”.

Advertisement

---

Here is the screenshot:

 

 

Now, Save it as “Greetings.vbs” (without quotes) and as I always say, change the file from text to “all files“. 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. Right Click 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 8, 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:

Vim
1
2
3
4
5
with speech
Set .voice = .getvoices.item(0)
.Volume = 100
.Rate = 0
end with

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

Vim
1
2
3
4
5
6
.Pause = ThisValue // pause speaking
.resume = ThisValue // resume after pause
.Rate = ThisValue // speed of spoken words. The larger number, the faster pitch.
.Voice = ThisValue // If multiple exist on machine, say Sam and Anna are available, you can set any one.
.Volume = ThisValue // Already explained.
.WaitUntilDone = ThisValue // wait until done “ Voice will wait still all the services loads, i.e. the system is completely ready.

More Information on this Article

This article Let your Computer say Welcome on startup was first published on a free website from where we migrated later to this domain. The number of social shares can not be really counted – the old website had no social sharing button! Google Plus, Pinterest were not even ‘discovered’ !

This article Let your Computer say Welcome on startup was written for a person who is no longer is within us.

We do not write on Microsoft Windows anymore. You can read advanced guide like Text to Speech Server on Cloud Platform.

 
Signature

Tagged With start up welcome phrase , how to tell the computer to say Hi , computer wellcome in female voice , Is there a way I can make you say hi to me in the morning when you start up , welcome voice tone download , script for making your pc say hello , how to make your computer say hello , how to get win 7 speak when pc starts , Can I program you to speak on startup , You are time I turn on my computer I want you say hello Robert how you doing
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Let your Computer say Welcome on startup

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • Windows 7 Right Click Menu Tips,Tricks and Tutorials : Index

    Windows 7 Right Click Menu Tips,Tricks and Tutorials those has been published within The Customize Windows till date is listed here along with description.

  • Text to Speech Server on Cloud Platform : In Depth Article

    Text to Speech Server are ideal to be deployed on Cloud Computing Platform as high quality, natural voice needs quite good computing power on demand.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Comments

  1. AvatarChris says

    March 22, 2011 at 6:15 pm

    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

  2. AbhishekAbhishek says

    March 22, 2011 at 6:37 pm

    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 :)

  3. AvatarCallum says

    January 24, 2012 at 6:49 pm

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

  4. Avataral-musabbir muhtady says

    June 9, 2012 at 9:25 am

    it did not work for me.tell me another way

  5. Avatarsandeep says

    December 27, 2012 at 5:33 pm

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

  6. AvatarJohny says

    January 17, 2014 at 10:08 am

    Hi, thanks for sharing this idea. but if you can guide me on how to replace the Sapi’s voice with my default screen reader’s voice i.e., Eloquence, then it would be great.

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

vpsdime

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Cloud-Powered Play: How Streaming Tech is Reshaping Online GamesSeptember 3, 2025
  • How to Use Transcribed Texts for MarketingAugust 14, 2025
  • nRF7002 DK vs ESP32 – A Technical Comparison for Wireless IoT DesignJune 18, 2025
  • Principles of Non-Invasive Blood Glucose Measurement By Near Infrared (NIR)June 11, 2025
  • Continuous Non-Invasive Blood Glucose Measurements: Present Situation (May 2025)May 23, 2025
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2026 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy