Monday, 3 August 2015

Your Computer can welcome with your name

Have you ever heard that our computer welcomes us. Today I'm gonna show you that how our computer welcomes with our name.

Here is the steps to follow

Step-1:  Open Notepad on your computer

Step-2: Copy the code provided below in Notepad

Code

Dim speaks, speech
speaks="welcome to the world of computers, Madhukar Reddy"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks

You can change text i.e. well come to the computer world,Madhukar Reddy.

Here I have written my name as "Madhukar Reddy". You can change with it your own  name.

Step-3:

While saving it change the "Save as type - All files" and the  file name will be as "welcome.vbs".
Here VBS is an extension.
Step-:4

In this last step you need to copy this file at location

C:\Users\Madhukar Reddy\App Data\Roaming\Microsoft\Windows\start Menu\Programs

Then keep your file after Programs

Otherwise

Open your "My Computer"

Then enter "start up" in search bar

Find above text and copy the file.


Restart your computer and enjoy...

0 comments:

Post a Comment