Tuesday 28 August 2012

Start Windows With Voice Welcome Message


This is a very cool windows trick and you can do it without any additional software. You just have to type a code in notepad and the trick is successful !


First Of All Copy Following Script In Notepad.

Dim speaks, speech
speaks="Hello There, Welcome to your Computer. Please use me with care and Love."
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks


Now, save the file with extention .vbs like speech.vbs or anything else.

In case of "hello There" you can type anything else if required.

Now move the file in into the startup folder. The startup folder in Windows 7 is here :

C:\Users\%username\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\


That’s it. This trick works on every edition of Windows 7. I am not sure whether this works in Vista or not, you can try and share your feedback. this trick doesn’t work on Windows XP SP1 machine.
Anyway, by using this trick, you can impress your friends by you Talking Computer.

0 comments:

Post a Comment