Today, I’m going to show you cool windows 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
4) Save as welcome.vbs
Win 7/Vista Go to C:\Users\UserName\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
1) Launch Notepad
2) Copy/Paste the following code
Dim speaks, speech
speaks="Welcome to your PC"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
3) Change “Welcome to your PC ” with anything you want for example Welcome Allites.speaks="Welcome to your PC"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
4) Save as welcome.vbs
Win 7/Vista Go to C:\Users\UserName\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Windows XP Go to C:\Documents and Settings\All Users\StartMenu\Programs\Startup
No comments:
Post a Comment
Do leave your feedback on the comment box below.