Tuesday, December 13, 2016

Computer Voice

Computer Voice


Guys Heres a trick to make you computer welcome you in computerized voice.


1.Click on Notepad and open it.
2.Copy and paste the code given below
Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
3.Replace the username with your name.Now save as welcome.vbs by clicking on file menu save as and replace the whole name with welcome.vbs
4.Navigate to C:Documents and SettingsAll UsersStart MenuProgramsStartup (in Windows XP) and to C:Users {User-Name}AppDataRoamingMicrosoftWindowsStart MenuProgramsStartup (in Windows 8, Windows 7 and Windows Vista) if C: is your System drive. AppData is a hidden folder. So, you will need to select showing hidden folders in Folder options to locate it.
5. Paste the file.

Go to link Download