* Open up Notepad
Start > Run > Notepad
* Paste the following code inside it
Dim speaks, speech
speaks="Welcome to Your PC Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
speaks="Welcome to Your PC Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
Ex: Welcome Prajwal
* Click
File > Save as... & save it as
welcome.vbs
> Important .vbs extension
* Now test it by double clicking the
Welcome.vbs file.
It should say the text that you specified in step 3.
After
testing it, let's put it in startup folder.
Go to the Startup folder and Paste
the file there.
* Done!
After pasting
the welcome.vbs file in the startup folder, you will here the text
(a Voice Clip ) at the next
Startup.
Note :
Startup Folder for XP
C:\Documents
and Settings\All Users\Start Menu\Programs\Startup
Startup Folder for Vista / Windows 7
No comments:
Post a Comment