Friday, March 16, 2012

Make a Custom Welcome Message on Windows


This tutorial is about making a custom welcome message for your computer during start up.

Steps:

1. Open your notepad and copy paste this code:
Dim speaks, speech
speaks="Hello User! Welcome back to your computer. Have a nice day"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks

2. Change User with your own name. You can also change everything inside " ". Then save it on your desktop as welcomevoice.vbs
(Note: File Type should be "All Files" and the extension should be .vbs)


3. Now, go to Start Menu then All Programs, look for Startup folder and move the script on your Startup folder. 




4. Now restart your system to test. Enjoy! :)

0 comments:

Post a Comment

Twitter Delicious Facebook Digg Stumbleupon Favorites More