How to Make your Computer Welcome You?
For all windows users!
Want your computer to welcome you on its own voice? With
this trick, you can make your Computer welcome you in its computerized voice.
You can achieve this on your PC and have a computer saying “welcome
username” every time you login! To Make Windows welcome you with a Custom Voice
Note at Startup
1) Open “NOTEPAD” Click on Start-> All Programs->
Accessories -> Notepad or open run and then type notepad
2) Copy and paste the exact code given below.
Dim speaks, say
speaks="Welcome Username"
Set say=CreateObject("sapi.spvoice")
say.Speak speaks
3) Replace Username
with your own name.
4) Save the file
as Welcome.vbs or "anyname.vbs" in following directory
5) For Windows
XP users
Navigate to
C:\Documents and Settings\All Users\Start Menu\Programs\Startup (if C: is your
System drive)
For windows vista and above users
Navigate to
C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start
Menu\Programs\Startup(if C: is your System drive).
Note: AppData is a hidden folder. You need to unhide
all folders and files!
6) Now when the next time you start your computer, Windows
will welcome you in its own computerized voice.
And that’s done you have made your Computer Welcome you at
startup
Comments