Ads

Latest News

Wednesday, 10 September 2014

How to Add Voice Welcome Note in your Windows Startup

Add Voice Welcome Note in your Windows Startup

It’s amazing that over the years Windows have gone through many phases yet it still lacks many cool features. For example it doesn’t have any option in control panel to add voice command or welcome note so that when ever you start your system it will read the sentence for you. Human nature is very strange specially each and every person on this earth wants to have customized phone, computer or even operating system. So adding the voice welcome note will really surprise your friends.


Things we need

  • Notepad
  • Visual Basic Script
Surprisingly adding the voice welcome note in your windows operating system is very easy. Just open Notepad and enter the following Visual Basic code in it.

Dim speaks, speech
speaks=”Welcome to the World of Windows Muhammad Mujahid Abbas
Set speech=CreateObject(“sapi.spvoice”)
speech.Speak speaks

How to  Add Voice Welcome Note in your Windows Startup
How to  Add Voice Welcome Note in your Windows Startup
Replace Muhammad Mujahid Abbas with your name and save the file with name “Welcome.vbs”. Make sure you write the name in quotes so that windows save the file on desired extension.
Now you need to copy the file in windows system folder so that it will use it every time you start operating system.


Windows XP = C:\Documents and Settings\All Users\Start Menu\Programs\Startup



Windows Vista, 7, 8= C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
 
  • Blogger Comments
  • Facebook Comments

0 comments:

Post a Comment

Item Reviewed: How to Add Voice Welcome Note in your Windows Startup Description: Rating: 5 Reviewed By: Felicity Smoke
Scroll to Top