Make Your Computer Speak At Startup

Written By Unknown on Tuesday, November 22, 2011 | 2:35 PM

The computer could speak, is it true? Maybe for some people that master in the field of IT this is not to be a difficult, but for the newbie in IT, including myself, make the computer as if talking is nothing new that I know of.

Remember this only goes for the application of windows XP. Before I tried in windows 7 won't run. Well, not to extend the opening words, just go ahead and get started.

1. open your notepad. If you want to quickly be able to use the key combination (Windows + R) later in the RUN box, type notepad.


2. when the page pops up notepad, copy and paste script below:

Dim msg, sapi
msg = "write the words that you want"
Set sapi = CreateObject ( "sapi.spvoice"”)
sapi.Speak msg

3. replace the text in red with the words that you want.

4. save the notepad with the name svoice .vbs and save as type: all files

5. then find gpedit.msc. By the way: click button combinations (Windows + R) later in the RUN box type "gpedit.msc" (without quotation marks)

6. Now you are in your Group Policy

7. in Group Policy, select the Computer Configuration Windows settings >> >> Scripts (Startup/shutdown) >> Startup, and then right click on the text select >> Properties.

8. click Add and Browse. Locate the file you created earlier. When it appeared in box, Click OK

9. then click OK

10. close the Windows Group Policy

11. Restart your computer.

12. How do the results.

I hope this useful computer tips and do not forget to visit our website at http://GadgetInterview.blogspot.com for tips and other interesting computer information.

No comments:

Post a Comment