How to make your computer greet you with a custom voice ? ( Solved )
Customization is a thing that everybody tries on their personal computers. So here is another trick to make your computer speak and greet you in its voice.
Steps :
Step 1: Click on start < All programs < accessories < notepad
Step 2: Copy the code given below
Dim speaks, speech
speaks="welcome to your pc,Username"
Set speech = CreateObject("sapi,spvoice")
speech.speak speaqks
Step 3 : Replace "Username" with your name
Step 4 : Click on the File menu, save as,Select all type in save as Type option and save the file as Welcome.vbs or"*.vbs".
Step5 : Copy the saved file.
Step 6 : Go to
c:\Document and setting\all user\start menu\program\startup (for window xp)
c:\users\(user name)\appdata\Romaing\microsoft\windows\start menu\program\startup (for window 7,8,vista)
Step 7 : Paste the file
You are done.
Note:
Folders can be hidden while nevigating try showing hidden folder
Change sound scheme to no sound for better result
1.go to control pannel
2. then click on switch to classic
3.then click on sound and audio device
4.then click on the sound tab
5.select "no sound" from the sound scheme
6.Click ok and save the setting
Post a Comment