You must have seen in hollywood movies how the computer welcomes the user by calling out their name. That truly sounds uber cool. And well its a nice suave way to impress others as when you switch on your system, your windows based computer say "Welcome cool guy". Let's check this out!
Copy the following code in notepad
Dim speaks, speech
speaks="Welcome to your PC, Cool Guy"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
You can replace the custom message. And save this file as ".vbs".
For Windows XP:
Copy this file to C:\Documents and Settings\All Users\Start Menu\Programs \ Startup
For Windows 7/Vista:
Copy this file to C:\Users\ User-Name\AppData\Roaming\Microsoft\Windows\Start Menu \
Programs\Startup
And now whenever you restart your PC, the windows lady will welcome you.
If you like this, remember there is a comment box and a "+1" button below this.. :)
Have Fun! Stay technically Cool!
No comments:
Post a Comment
Feel free to comment or post your query