You would be
wondering that how is your PC going to welcome you. For this, what all is needed
is a Word Processor. Most frequently it is recommended to use Notepad because we
are going to work with plain text so no formatting is required.
Here is the
step by step procedure:
1. Open Notepad (Press Windows key + r and type
notepad and hit Enter).
2. Copy and Paste the following text into the
notepad window.
Dim speaks, speech
speaks="Welcome
Back, Your_Name"
Set
speech=CreateObject("sapi.spvoice")
speech.Speak
speaks
3. Replace Your_Name with the name what you want your PC should welcome you with. Now Save the file as Welcome.vbs (Press Ctrl + s
and write the file name as Welcome.vbs and Choose Save as type to All Files)
4. Save this file in the Startup folder.
5. For the above operation you can Browse the
Startup folder while saving the file else you can save it to Document folder
and than Cut and Paste to the Startup folder.
Note: It is necessary that this file
should be placed in Startup Folder else it will not work.