I'm sure everyone have heard of Jarvis, Iron Man's Computer. Here's an tutorial on how to build Jarvis.( lol.. Just kidding). We'll in this tutorial I will show you a simple windows trick in which your computer welcomes you with your name on startup.
1. Go to Notepad
2. Type the following code
Dim speaks, speech3. Replace USERNAME with your name
speaks = "Welcome to your PC, USERNAME"
Set speech=Create Object("sapi.spvoice")
speech speak speaks
4. Save the file as welcome.vbs
5. Now copy the file and Paste it at C:\Documents and Settings\All Users\Start Menu\Programs\Startup .
You are simply done. Next time you boot your PC, your computer welcomes you. Try this trick and impress your friends
0 comments:
Post a Comment