Sunday, July 29, 2012

Make Your Computer to Say Your Name on Startup

Well many of us want to try something different and make our system display something about us.  So that whenever our friends see that. They must say "Wow!! Dats Awesome!! How did you do it?". Today I'm going to share a trick which would say your name on start-up of your system.



So next time when you start your system, it should make you feel proud that you are the owner of your system..:D

The only software we need is the Notepad.

To make system say your name on start-up follow below steps :
  1. Open Notepad, and paste the below text in the notepad
    Dim speaks, speech
    speaks="Welcome to One Stop For Everything"
    Set speech=CreateObject("sapi.spvoice")
    speech.Speak speaks
  2. Change Welcome to One Stop For Everything to the text u want to say when your computer starts.
  3. Save it by any name and but with .vbs extension ( Suppose if your file name is voice save it as voice.vbs) and Click Save.
  4. Next, Click Start-up-->All Programs-->Right click on Startup and select to open that folder.
  5. Copy the file which u created and paste it in the Startup folder.
Now restart your system and see the MAGIC!!

Hope so you all loved this trick!!:):):)

To display your name on start-up Check this post..:)

If you have any probs, feel free to comment below..:)

0 comments:

Post a Comment