Windows Tricks- Make Your Computer Welcome You With a Voice Message


Have you ever heard a computer welcome its admin? Well yes, with this trick, you can make your Computer welcome you in its computerized voice. It works on all windows operating system. All you need to do is follow these simple steps carefully.

1. Open Notepad.
2.  Copy and paste the following script into notepad.

Dim speaks, speech
speaks="Hello Sk, Welcome to your Computer. Please use me with care and Love."
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks

Note: In the above code replace Sk with your name.

3. Go to file and select “Save as” and Save as type box to All Files and Save as file with.vbsextension like speech.vbs.

4. Now Navigate to:

For Windows Xp User:

C:\Documents and Settings\AllUsers\Start Menu\Programs\Startup 

For Windows 7 & 8 User:

C:\Users\{Your User-Name}\AppData\Roaming\Microsoft\Windows\
Start Menu\Programs\Startup

5. Here paste the speech.vbsfile.

6. The next time you start your Computer, you will be welcomed with the "welcome message" specified in the code above.

In order to ensure that this customized welcome tone isn't over-ridden by the default windows tone, it is advisable the sound scheme is changed to “No sound”.

You can change the sound scheme to No Sounds by following the steps given below:-
1. Go to Control Panel.
2. Click on Hardware and Sound.
3. Then Click on Sounds.
4. Then Click on the Sounds Tab and Select No Sounds from the Sound Scheme option.
5. Now click on OK.
6. If you wish to save your Previous Sound Scheme, you can save it by clicking yes in the popup menu.


Comments

Popular Posts