When I was in grade-school, making your computer talk made you one of the “cool” kids during computer-lab class. With Windows 7 you can make your computer do exactly that, and you can make it so that you hear this message whenever you log on to your computer. Check out the guide below for details.
Step 1
Open Notepad.
Type the following into notepad:
Dim speak, speech speaks=”Your Text Here” Set speech=CreateObject(“sapi.spvoice”) speech.Speak speaks |
In the second line you can place whatever text you would like the robotic narrator to say. When testing this out, I went for a classic line.
Step 2
Once you are done typing in your message Click the File menu and then Select Save As…
Step 3
Browse to the following location, this is where you need to save your file.
%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup |
The file needs to be shaved in the .vbs (visual basic script) format. To do this just add .vbs to the end of the file name. You can name the file whatever you like as long as it has .vbs at the end.
Done!
Now whenever you turn on your computer you should hear the robot narrator. Just think about the good fun in the office when used as a prank on an unsuspecting co-worker, there are so many possibilities!
You can also test out your file at any time by just running it. For example since mine is called narrate.vbs, so I would just Click it to hear the robotic narration that I typed in.
11 Comments
Leave a Reply
Leave a Reply

Erehwon
Tried it out, neat idea, doesn’t work.
Animis
It worked for me, but I did have a little trouble at first. Turns out if you copy and paste the ” marks that they don’t work. You have to manually re-type in the ” (quotation) marks. Works fine after that.
Brian
It works, u just need to type everything manually. When copying and pasting u create blank spaces. believe me it really works…….GROOOOOOOOOOOOOVY!!!!
Marjhun
It works. Thank you so much. Can you teach me how to have a greetings when i will be shutting down the computer?
Nicole
It won’t work. I can’t find this appdata file or anything. Do i need to create it?
grooveDexter
hmm for some reason the path was messed up in the article.
fixed it.
it should be
%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
If you are having problems finding it, by default AppData is a hidden system folder, so you’ll first need to set Organize > Folder & Search Options > Show hidden files, folders, and drives
Nicole
There it goes! Thanks ton!
grooveDexter
Woohoo! Glad to help, thanks for pointing this out too!
Nicole
Ok, another thing. When i tested it, there was no speaking. When my computer turned on, there was the normal start up sounds, then an error sign about how the file didnt work. I saved it as a .vbs
Meeee
Is it possible to change the voice?
Courtney
Thank you so much! It worked! I can’t wait to impress my friend with my new knowledge. =D