LinkedIn Facebook Twitter RSS Reset

Computer speaks up your NAME at startup

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)

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)

18 Responses to “Computer speaks up your NAME at startup”

  1. July 1, 2012 at 5:52 pm #

    this is not working.i tried in my win 7.showing some error

    • July 7, 2012 at 5:33 pm #

      When you copy and paste the code form the browser to the Notepad, the Double Inverted Commas (in line 2 &3) are not copied as per the format supported by the Notepad. So you need to edit the Double Inverted Commas (in line 2 &3) manually.

      Or else you can write the complete code manually in a new Notepad file and then save it as anything.vbs

  2. kumar
    July 1, 2012 at 10:21 pm #

    its not working in win7 yes showing some error

  3. Bhuvana
    July 2, 2012 at 9:51 pm #

    mayb d error is cuz u just copy pasted d code! just delete d double quotes n retype dem!!

  4. Mukesh
    July 3, 2012 at 9:59 am #

    try the code again ,copy it in your notepad,& save it as anything.vbs

    Dim speaks, speech
    speaks=”Welcome to your PC Username”
    Set speech=CreateObject(“sapi.spvoice”)
    speech.Speak speaks

  5. Shatabdee
    July 7, 2012 at 2:40 am #

    It’s not working ! I also got a same sort of error !

  6. July 7, 2012 at 5:34 pm #

    When you copy and paste the code form the browser to the Notepad, the Double Inverted Commas (in line 2 &3) are not copied as per the format supported by the Notepad. So you need to edit the Double Inverted Commas (in line 2 &3) manually.

    Or else you can write the complete code manually in a new Notepad file and then save it as anything.vbs

    It will surely work after this.. :)

  7. prasanna krishna
    July 8, 2012 at 9:48 am #

    where is the directory appdata

  8. priyanka
    July 12, 2012 at 11:30 pm #

    sir ,i have tried it ..
    but at start up only vbs page is displaying,but i am not getting voice

  9. priyanka
    July 12, 2012 at 11:39 pm #

    got it sir..

  10. Ansuman
    July 18, 2012 at 11:08 am #

    just replace the code ” & “ by ”

    and open with that .vbs file in Microsoft Ⓡ Windows based script host or restart your PC.

    your Computer will speak up your NAME

  11. venkat teja
    July 18, 2012 at 8:44 pm #

    brother i can’t locate that path in my system(windows 7)

Leave a Comment

You must be logged in to post a comment.