Make Your Computer Welcome You

  • 10 years ago
Make your computer talk or make your computer welcome you when you log on to your machine.
Follow the instructions below:

1. Click on Start. Go to All Programs, Accessories and open Notepad.
2. Copy and paste the exact code given below to the blank notepad. (this is a .vba code)

Dim Message, Speak
Message=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message

3. Replace the full phrase within quotes with your own quote of your choice. Include your name in the quote if you want your computer to spell out your name.

4.  Click on File Menu in the notepad.

Go to Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.vbs". (save it on your desktop)

5.  Windows XP users: Open Run Command and paste then change username and put your own name.
C:\Documents and Settings\All Users\Start Menu\Programs\Startup Click ok.


Windows 8, Windows 7 and Windows Vista users: Open Run Command and paste then change username and put your own name.
C:\Users\Username\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup  Click ok.
Note if C: is your System drive then AppData might be a hidden folder. So, you will need to select "show hidden folders" in Folder options to locate it.

6.Now when the next time you start your computer, Windows will speak out the phrase you have entered in its own computerized voice. 


If you like my videos, please put your likes/comments or subscribe to my channel. Your opinion is invaluable.

Recommended