How to make Your Computer Welcome You Whenever You turn It On

Have you watched a movie and heard a computer calling the name of someone during startup?

Step 1 – Open a ‘Notepad’ window and type these lines

Dim speaks, speech

speaks=” Welcome to your PC, Username”

Set speech=CreateObject(“sapi.spvoice”)

speech.Speak speaks

Step 2 – Save the file under any name, but make sure to put in ‘.vbs’ followed by the file name e.g mechanic.VBS

Step 3 –Click the ‘windows start button’, and then ‘all programs’. Scroll down, and look for a folder with a name that says ‘Startup’.

Step 4 –If you can not find the above-mentioned folder try this line

C:UsersUsernameAppDataRoamingMicrosoftWindowsStart MenuProgramsStartup. The AppData folder is hidden, so first, unhide the hidden folders, then follow the address.

Step 5 –Right-click ‘Startup’ and click open. It’ll open this folder window for you. Just paste this file into this folder

Step 6 –Turn off or restart your computer. If you followed the same steps without any mistakes, your computer will speak whatever you typed.

Step 7 –Turn off or restart your computer and see the magic

Leave a Reply

Your email address will not be published. Required fields are marked *