UPG

Well if you are wondering about how can we make our computer to greet us when it is starting up then you are in the right place.

Today in this article I am providing you the stepwise guide to make your computer greet you in the startup. So let's started.

Step 1. You need to open your notepad.
Step 2. You have to copy the following code and paste it in your notepad.
Dim speaks, speech
speaks="Welcome To Your Computer, Himal Sir !"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
Step 3. To customize what the computer speaks you can just edit the code.
Step 4. Then You have to click Ctrl+Shift+S and a box appears like that of shown in the image



Step 5. The box appeared will be different than as shown in the image. You need to configure the box exactly like as shown in the image. [You need to Change Save as type: All Files and name as Welcome.vbs or any name with .vbs extension and save the file at desktop location.]

Step 6. You need to open the Run Application. You can simply open it by pressing Windows+R from the keyboard.

Step 7. In Run Application simply type a command shell:startup and hit enter and a folder will open.



Step 8. Simply copy the Welcome.vbs file from desktop into the opened folder and see the magic in the next restart.

Final Word

If you didn't understand any of the steps then the comment box is yours. I will fully assist you. Thank you.