Make your Computer speak up your NAME at startup, like it happens in the Movie
Copy the following script & paste in your notepad & name it as xyz.vbs
Note: extension should be always .vbs
in place of Username type your name)
Now paste the xyz.vbs to the following path
C:\Documents and Settings\All Users\StartMenu\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)
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\StartMenu\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)
0 comments:
Post a Comment