~ Copy and paste the code given below in Notepad and save the file as Welcome.vbs:
Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvo ice")
speech.Speak speaks
~ Replace Username with your own name.
~ Copy the saved file.
~ Navigate to:
> C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) or to
> C:\Users\ User-Name\AppData\Roaming\Micr osoft\Windows\Start Menu\Programs\Startup (in Windows 7 / Vista)
~ Paste the file.
~ Now when the next time you start your computer, Windows will welcome you in its own computerized voice.
Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvo
speech.Speak speaks
~ Replace Username with your own name.
~ Copy the saved file.
~ Navigate to:
> C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) or to
> C:\Users\ User-Name\AppData\Roaming\Micr
~ Paste the file.
~ Now when the next time you start your computer, Windows will welcome you in its own computerized voice.
No comments:
Post a Comment