Well, you might have seen many movies or TV Series where a computer welcomes their user with their names like ‘Hello Sir, have a good day’. Many of you would have wanted the same on your computer.

If you are using Windows, your computer can welcome you during Startup. You just need to create a notepad file containing code to make your computer fit you at Startup.

So, if you want to try this trick on your computer, you need to follow some of the simple steps below. So, let’s check out how to make your computer welcome you at Startup.

Make Your Computer Welcome You at Startup

Important: The method doesn’t work on the latest builds of Windows 10. It only works on older Windows versions like Windows XP, Windows 7, or the early version of Windows 10.

1. First, click on start, type Notepad, and press Enter. Open the Notepad.

 

2. Now, in notepad, copy and paste the below code:-

Dim speaks, speech speaks="Welcome to your PC, Username" Set speech=CreateObject("sapi.spvoice") speech.Speak speaks

Paste the script

 

You can put your name in the user name and anything you want a computer to speak about. You can set your name so that you will hear a welcome note with your name every time you start your computer.

3. Now save this as Welcome.vbs to your desktop. You can put any name as per your choice. You can replace Welcome and put your name, but “.vbs” is unreplaceable.

Save in vbs format

 

4. Now copy the file and paste to the C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) and to C:\Users {User-Name}AppData\Roaming\Microsoft\Windows\StartMenu\Programs\Startup (in Windows 8, Windows 7 and Windows Vista) if C: is your System drive.

a welcome voice will tune by your computer

That’s it! You are done, now every time you start your computer, a welcome voice will tune by your computer. Make sure you have an error-free sound system installed on your computer.

So, this is how you can make your computer welcome you at a startup. If you are using the latest version of Windows, the method might not work. If you have any doubts related to this, let us know in the comment box below.

4 COMMENTS

LEAVE A REPLY

Please enter your comment!
Please enter your name here