How To Make Your PC Say Welcome Message At Startup

How To Make Your PC Say Welcome Message At Startup

How To Make Your PC Say Welcome Message At Startup

Today, I’m going to show you coolwindows tweak that will make you PC to say welcome message at startup. You can make it speak your name, or anything you want .
1) Launch Notepad
2) Copy/Paste the following code

Dim speaks, speech
speaks="Welcome venkatareddy"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
...

3) Change “Welcome venkatareddy” with anything you want
for example: hi venkatareddy welcome back

4) Save as mvreddy.vbs
5) Go to the Startup folder and Paste the file there:
Win 7/Vista Go to:
C:\Users\UserName\AppData\Roaming\Microsoft\Windows\StartMenu\Programs\Startup
Windows XP Go to: C:\Documents and Settings\All Users\StartMenu\Programs\Startup. :)
have funn..
go to 2dayhacking

1 comment:

  1. sir, for windows 8 is there any option like this,if there any,,,please let me know how to do...

    ReplyDelete