Skip to main content

How to make any windows PC to greet(speak) on startup?

Hello readers, we all have wanted to do some extra and interesting using computer. We must explore and try to gain more access to our computer and make them do a lot of things. Thus, by making this thing our main objective, we've created this blog. Till today computers are not intelligent enough to recognize their master and greet automatically. Still computers are to be given some instructions to get the result. So, from the very beginning I want to let you know that this tutorial doesn't deal with any aspects of Artificial Intelligence. 'Computers  perform task only when we give information', I mentioned earlier so, many things may be roaming in your mind like, 'Am I going to say my computer, "Hey, greet me!" on the startup?'. No, nothing like this is to be done, your computer does it automatically. We are just instructing computer to speak a certain sentence whenever it starts. It is not so difficult if you you are a amateur computer user and are familiar with few computer tricks. If you are beginner then also I hope you won't have much problem to understand what we are going to do in the coming sentences. I hope you find this tutorial easy and qualitative.




Let's get started with the brief introduction about what we are going to do. First of all, we are going to create  a VisualBasic file(VisualBasic file has '.vbs' extension). This file contains the information that is spoken by your computer. Actually, It is not spoken but this file generates the audio by the builtin text-speech program by Microsoft and it is played by the computer. We're now going to write a VisualBasic program. Don't get afraid if you don't know how to write programs using this language. You don't need to. For now, just know that the upcoming code is for making computers speak what you want to.

dim speechobject
set speechobject=createobject ("sapi.spvoice")
speechobject.speak "YOUR GREET TEXT"

The code in notepad looks like this:



Now, change the text with bold letters with the sentence what you want your computer to speak. Then save the file as the extension (.vbs). As I have already mentioned earlier, This is the extension of a VisualBasic file. For the confirmation, you can open that saved file and your computer should speak what you have replaced with that bold letters in the code. Just a little of hard work and you have already completed half of your work by now. Now, We need to instruct our computer to open this file at startup. This is also a easy task, easier than then the previous task too. Now, press windows key and 'R' key at a time to open a 'Run' window and type 'shell:startup'. which shows like this,

After you press 'OK' button, a pop-up window opens. This is the folder which is read by the OS at the startup of the system and any thing in this folder opens after the system is loaded. So, If you copy and paste the VisualBasic file you created few minutes ago, then that file is executed at the startup of your computer. 

If you want to change the speech then again open the startup folder like I suggested earlier and open that VisualBasic file with notepad and change those text in the brackets at last of the code. 


Comments

Unknown said…
Can you make Speech to text??

Popular posts from this blog

5 Killer Ways To Make TP-LINK Router Unhackable.

If you are here, then you may be one of them who uses TP-LINK router in their LAN or an internet surfer who is in search of making their wireless connection secure. Or, you may have been troubled by your neighbor for stealing your Wi-Fi password. You are in the right place! here you will find some of the killer tricks on protecting your TP-LINK router from being hacked. This is the most popular router so far and most vulnerable from being hacked too (only if some of the precautions are not taken). Many people use this router and don't know how to protect their Wi-Fi from being hacked. Here you will know how to make your Wi-Fi connection secure as well because protecting your router from being hacked means to protect your wireless network too.  Firstly, I want to briefly describe about what we are going to do to our router today. In this tutorial, first we will learn about how to make strong password and then we will learn something about WPS. After this I will teach you how

How To Make Text To Speech Converter Using QBASIC?

Hello there everybody, We have always supported QBASIC programming language and done most amusing things to take it to the next level. If you are the newbie to this language then please read this article: An Introduction To QBASIC Programming Language.  . So far we have already known that QBASIC is one of the popular programming language but is one of the least used real world programming language. It is one of the easiest programming language and we can program only application level programs here. This is the programming language to start if you are the newbie to the programming world because the keywords are easy and the syntax is also not difficult to understand. This programming language is so simple that you can never think of building some of the fabulous programs using it and here we are talking about the text to speech converter which seems so unbelievable, doesn't it? But the fact is that I've already created a Text To speech converter using Qbasic . You can do