Nov 23, 2012

→ HOW TO MAKE YOUR PC SAY YOUR NAME AT START UP

1) Open up Notepad ( Start>Run>Notepad )
2) Paste the following code inside it:
Dim speaks, speech
speaks="Welcome to your PC Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks

3) Change " Welcome to your PC Username " with anything suitable for you.
4) Click File>Save as ... and save it as welcome.vbs (important .vbs extension)
5) Now test it by double clicking the Welcome.vbsfile , it should say the text that you specified in step3 .
6) After testing it, let's put it in startup folder . Go to the Startup folder and Paste the file there :
If Windows XP Go to: C:\Documents and Settings\All Users\StartMenu\Programs\Startup
If Win 7/Vista Goto: 2 Steps Here
1).. Click Start\Control Panel\Click View By Small OR Large ICons Then\Folder Options\View\Show Hidden Files, Folders And Drives\Apply\OK
2).. C:\Users\UserName\AppData\Roaming\Microsoft\Window s\StartMenu\Programs\Startup
7) Done! After pasting the welcome.vbs filein the startup folder , you will here the text at the next Startup.
8) Now Again Click\Control Panel\Folder Options\View\Don't Show Hidden Files,FoldersAnd Drives\Apply\OK

3 comments:

  1. thank admin this work i really appreciate ur work...

    ReplyDelete
  2.  Welcome dear:-)

    ReplyDelete
  3. Wrkng thnks
    >>anb>>

    ReplyDelete