23
Nov
2010
If you are bored with your Windows 7 plain and simple startup sound and message, then this hack will add some spice and fun to your computer! Thanks to a small, little file you will be able to make your Windows 7 talk at startup and greets you with a nice voice, Windows 7 own synthesized voice!
- Open your Windows Notepad.
- Copy and paste the following text to Windows Notepad:
- Now you should save the file on your desktop. Such a file will be saved as a .txt but we need to change it to a file having .vbs extension.
- Click File on the upper left side of your Notepad window.
- Click Save as…
- On the left pane select the location where such a file will be saved. In our case you will have to save such file on your desktop.
- In the File Name field you should see something like this: *.txt This determines how your file willbe saved ( .txt file).
- Modify the file name and the file extension from *.txt to Windows_Voice.vbs
- Now, click the Save button.
- Move the .vbs file to the following location: C:\Users\ UserName\AppData\ Roaming\Microsoft\ Windows\Start Menu\ Programs\ Startup and…you are done! Next time you will turn on your Windows 7, your computer will talk!
- In most cases the AppData folder will be hidden from view, by default. Follow this tutorial to show hidden files and folders.
Dim speaks, speech
speaks=”Hi There! Write here what your Windows 7 will say at startup!”
Set speech=CreateObject(“sapi.spvoice”)
speech.Speak speaks
Tags: hack, Windows 7
Related Tags
- computer speak windows 7
- windows 7 computer talk
- What are the error which come in the vbs file while making the computer welcome you by voice
- voice saying welcome to your computer
- say hi for windows 7
- how to make your pc talk at startup
- How to Change and Use Timezone (Tzutil) in Windows 7
- Enhance the Security of your Login Password in Windows 7
- How to Activate Hardware Acceleration and WebGL in Opera 12
- Fix “This PC Doesn’t Meet System Requirements. If You Want to Install Windows 8, You May Have to Upgrade…” Error
.
5 Comments to “How to Make your Windows 7 Computer Talk at Start Up”
Leave a Comment
12 queries. 0.652 sec.
Best screen resolution 1280x800 or higher.
Web Talk is best viewed in Firefox.
Web Talk is best viewed in Firefox.
November 27th, 2010
Not working! Error code 800A0408
January 30th, 2011
Ya, its not working for me. There is no AppData file on my comp. Do i need to make it or something?
April 15th, 2011
I tried getting my computer to talk I just get an error message when the script is being run. It says error on line 2 or some other line.
May 13th, 2011
the error is just the quotation mark the first one if you copy pasted it from here. just reopen the file with notepad and replace the quotation mark with one from your keyboard “
August 15th, 2011
Dim speaks, speech
speaks=”Hello Ajay, Welcome to your Computer. Please use me with care and Love.”
Set speech=CreateObject(“sapi.spvoice”)
speech.Speak speaks
copy and paste this one.. it works then