Copy the following script & paste in your notepad &
name it as xyz.vbs
(Note: extension should be always .vbs)
Dim speaks, speech
speaks="Welcome to your PC
Username"
Set
speech=CreateObject("sapi.spvoice")
speech.Speak speaks
(in place of Username type your name)
Now paste the
xyz.vbs to the following path
“C:\Documents
and Settings\All Users\Start Menu\Programs\Startup (in Windows XP)
&
C:\Users\UserName\AppData\Roaming\Microsoft\Windows\Start
Menu\Programs\Startup (in Windows 7 and Windows Vista) ( if C: is your System drive).
No comments:
Post a Comment