How to make Computer speak on start up | win tips
If you are bored with your existing start up sound of your xp, vista or Win 7 then we have trick by which you can make your computer speak on start up.We have code just you have to copy paste it in notepad and save it in destination folder which we will give you.Your PC will speak whatever you have write in code.
#Instruction
Step 1 : Copy paste below code in notepad
Dim speaks, speech
speaks="John, Welcome to your Computer" [change whatever you like]
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
Step 2 : Save this file as .vbs format
Step 3 : place this file in startup folder
Step 4 : restart your PC and see magic
#Instruction
Step 1 : Copy paste below code in notepad
Dim speaks, speech
speaks="John, Welcome to your Computer" [change whatever you like]
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
Step 2 : Save this file as .vbs format
Step 3 : place this file in startup folder
Step 4 : restart your PC and see magic

iTsArticles | Articles,Tricks & Tips,Hacking,Downloads,Videos,Musics,Cool Pics,Live Tv And Much More!!
Rating: 4.5
iTsArticles.co.cc
0 comments:
Post a Comment
Any Comments For This Post And Any Ques? Comment Here!