How To Make Your PC Welcome You at Startup

You must have seen in movies or yet to see how a Computers welcomes its users with a voice speech. This is something amazing which also makes your computer looks customized, personalized and professional.


With this trick you can make your Computer welcome you by calling you Names, your Computer can say "Hello {Your Username} Welcome to your computer", Make Windows Greet you with a Custom Voice Message or any other thing you would like your Computer to say to you at Startup.


Steps on  How To Make Your PC Welcome You At Startup

Step 1: Open Notepad in your Computer.

Step 2: Type in or Copy the Code below into the notepad.

Code:

Dim speaks, speech
speaks="Your Massage goes here."
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks


Replace Your Massage goes here with a message you would like your computer to say to you at startup - E.g Hello {Your Username} Welcome to your Computer.


Step 3: Now save this file with any name adding .vbs at the end - E.g Welcome.vbs.


Step 4: On your Computer Locate or Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP)
or
C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 10, Windows 8, Windows 7 and Windows Vista) - You can also use this short code WIN + R >> type shell:startup >> Click Ok

If you can't find the Startup folder, create a new folder and save it as Startup

Step 5: Copy the .vbs file and paste it into the Startup folder.


Now when next you start your computer, Windows will welcome you in its own computerized voice.

N.B: For best results, Allow Windows Script and Office-Macro (Permanent) when blocked by your Anti-virus program, it is recommended to change sound scheme to No Sounds.
  1. Go to Control Panel. - WIN + R >> type Control panel >> Click Ok
  2. Click on Hardware and Sound.
  3. Click on Sound.
  4. Then Click on the Sounds Tab.
  5. Select No Sounds from the Sound Scheme option.
  6. Click on OK.

Thanks, Hope this works for you. Rate & Share!