Do you want your computer to (running on Windows operating system only) greet/welcome you whenever you switch on or restart it? Follow some simple steps to do so.

Steps

  1. 1
    Press 'Windows+R' from your keyboard. It'll open 'Run' window.
  2. 2
    Type notepad without the quote, and press the 'Enter' key. It'll open a 'Notepad' window.
    Advertisement
  3. 3
    Type these lines shown in the image below carefully.

    Dim speaks, speech
    speaks="Welcome to your System, Paul. Have a wonderful time dear."
    Set speech=CreateObject("sapi.spvoice")
    speech.Speak speaks
  4. 4
    Like this.
  5. 5
    In the 2nd line, i.e. "speaks=" Type whatever you want your computer to speak" ".
  6. 6
    Type the rest all as shown in the image.
  7. 7
    Save the file under any name, but make sure to put in '.vbs' followed by the file name (just like filename.vbs.)
    • For example, if you write "abc.vbs", 'abc' will be the name of the file.
  8. 8
    Click 'windows start button', and then 'all programs'. Scroll down,and look for a folder with a name that says 'Startup'. (This step won't work in Windows XP.)
  9. 9
    Right click 'Startup' and click open. It'll open this folder window for you.
  10. 10
    Place that file 'abc.vbs' in this folder. Simple cut/copy and paste here.
  11. 11
    Close the folder.
  12. 12
    Turn off or restart your computer. If you followed the same steps without any mistake, your computer will speak whatever you typed.
  13. Advertisement

Community Q&A

  • Question
    How can I do this process in Windows 10?
    Community Answer
    Community Answer
    Just simply press windows + R then type: shell:startup Then place your welcome message in there.
  • Question
    How do I make my computer welcome me if I don't see the startup folder? Where do I paste the script?
    Community Answer
    Community Answer
    Just follow the given address: C:\Users\Username\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup. The appdata folder is hidden, so first unhide the hidden folders, then follow the address.
  • Question
    How do I remove the Windows greeting sound?
    Community Answer
    Community Answer
    Delete the Windows greeting sound VBS file from the startup folder, then logoff.
Advertisement

Warnings

Advertisement

Things You'll Need

  • External speakers (if you use desktop)

About This Article

wikiHow is a “wiki,” similar to Wikipedia, which means that many of our articles are co-written by multiple authors. To create this article, volunteer authors worked to edit and improve it over time. This article has been viewed 65,705 times.
How helpful is this?
Co-authors: 8
Updated: September 28, 2020
Views: 65,705
Categories: Windows
Advertisement