Thursday, 4 July 2013

How to make your computer welcome you?

Do you watch Hollywood movies? Have you always loved the way how Computers in movies welcome their users by calling out their names? Bored of listening to people saying, we are becoming slaves of gadgets right? You can make your Windows based computer say "Welcome dear master". 


Know How...!!!
To make Windows Greet you with a Custom Voice Message at Startup, here are the instructions below:
1. Click on start, select run and go for notepad.
2. Copy the following code and paste in the notepad:


Dim speaks, speech
speaks="Welcome to dear master"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks


If you want to listen to your name, type your name along with the message.

3. Now, save the file with ".vbs" extension.
4. To test whether it's working double click on it. You can listen to the software speaking the message.
5. Copy the saved file and navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (if your Operating system is Windows XP) and to C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (if Windows 8, Windows 7 and Windows Vista) if C: is your System drive. 

Note: AppData is a hidden folder. So, you will need to select showing hidden folders in Folder options to locate it.
6. Paste the file and restart your system.

And Hurray..!!!your computer speaks..."Welcome dear master" Isn't it cool?? Try it now!

No comments:

Post a Comment