Make Your Computer Speak When you Log On

by Manoj 2012-07-02 17:42:46

Its a simple trick to amaze your friends.When you Log On infront of them.
Yeah a trick to make your Computer Welcome you on Start Up.

Lets Do It:

Open Notepad
Paste the bellow code in Notepad

Dim speaks, speech
speaks=Welcome Back, Username
Set speech=CreateObject(sapi.spvoice)
speech.Speak speaks

Replace Username with your Name

Click Save As and save as type Welcome.vbs
Copy File Welcome.vbs and paste it in bellow address
Windows-7

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

Note:Replace Username with your username and C:\ with your Root Drive

Windows-Xp
C:\Documents and Settings\All Users\Start Menu\Programs\Startup

Tagged in:

347
like
0
dislike
0
mail
flag

You must LOGIN to add comments
Geethalakshmi

When I run this.... its is showing me.. Line 2 - Error expected end of statement..