Welcome message. For this you need not to install any additional software. It's very simple. Just follow the below steps.
Step 1: Copy the following VB script
in notepad.
Dim speaks, speech
speaks="Hello John, Welcome to your Computer. Please use me with care and Love."
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
Note: You have to replace your name in the place of john in the above code.
Step 2: Save this notepad as .VBS Extension like speech. vbs
Step 3: Go to Start à All Programs à Right Click on start up àSelect explore
Step 4: One new folder will open.
Step 5: In that folder paste the speech.vbs file.
Step 6: Now your computer welcomes you with voice message during login.
Step 7: Restart your PC and check this.
Step 1: Copy the following VB script
in notepad.
Dim speaks, speech
speaks="Hello John, Welcome to your Computer. Please use me with care and Love."
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
Note: You have to replace your name in the place of john in the above code.
Step 2: Save this notepad as .VBS Extension like speech. vbs
Step 3: Go to Start à All Programs à Right Click on start up àSelect explore
Step 4: One new folder will open.
Step 5: In that folder paste the speech.vbs file.
Step 6: Now your computer welcomes you with voice message during login.
Step 7: Restart your PC and check this.
0 comments:
Post a Comment