Find the right windows hosting company in the best hosting providers list!


43. Make Your PC Speak A Spoken Greeting When You Log On To Your Computer

Important Question! Can your PC Run Faster?

How many times have you been watching a movie on Television or at the Cinema and watched as one of the characters booted his/her computer only to be greeted by the computer saying 'Welcome, John' or some other greeting.

On first thinking about this type of scenario one would immediately think that, in order to achieve this goal, one would need specialist software. Well you would be wrong. Actually to achieve your aim is far easier than you actually think. All you basically need is a script and windows notebook.

You want to know more? Then follow the instructions below:

  1. Your greeting narrator will be Microsoft's default voice - better known as Microsoft Anna.
  2. Open Windows Notepad by Clicking on the Start button followed by All Programs>Accessories>Notepad.
  3. Once Notepad has opened type the following text:
  4. Dim speaks, speech
    speaks="Welcome, John"
    Set speech=CreateObject("sapi.spvoice")
    speech.Speak speaks
  5. Fig: 43-1 Voice Script in Notebook

    Fig: 43-1 Voice Script in Notebook

  6. Ensure that your punctuation is correct otherwise the greeting may sound strange.
  7. Click File on the notepad toolbar and, from the drop down menu, Select Save.
  8. Fig: 43-2 Select the Save option

    Fig: 43-2 Select the Save option

  9. Next Save the file as a VBS file. Fore example, welcome.vbs.
  10. Fig: 43-3 Save the welcome.txt document

    Fig: 43-3 Save the welcome.txt document

  11. Once you have Saved the file then move it to the Windows Startup folder.
  12. To locate the Startup folder in Windows 7 you need to ensure that the show hidden files and folders option is enabled, see 04_show_hidden_files_folders_and_disks.aspx
  13. Once you have enabled the show hidden files and folders option you need to navigate to the following folder: C:\Users\your_user_name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup Fig: 43-4 Navigate to the Start Up folder

    Fig: 43-4 Navigate to the Start Up folder

  14. The above option only applies to You. If you have more than one user on your PC they will not received the greeting. If you want All Users to received the greeting then place the welcome.vbs file in the following folder: C:\ProgramData\Microsoft\Windows\StartMenu\Programs\Startup
  15. When you next log on to your PC Microsoft Anna will greet you with your welcome text