Tuesday, February 5, 2019

How to make windows greet you with a custom voice message at startup

If you start your computer and computer announce your name have you wondered. Today I am telling about how to use this feature, you can use in any window.
Which message you feed it announced when you start your computer, for this follow the step:-
Step 1- First you open a notepad in your computer
Step-2 Write script-
                                   Dim speaks, speech
                                   Speaks="your name"
                                   Set speech=createobject("sapi.spvoice")
                                   Speech.speak speaks
Step-3 Save as
                        File name- Welcome.vbs
Step-4 Copy it
                       My computer> Local disk C> User> windows 10> app data (this is hidden folder, you
                       can open  go file> change folder and search option> select -show hidden folder and
                       file> OK)> Roaming> microsoft> windows> start> menu> programs> start up
                       in startup you can paste it.
Step-5 You can use another option than step-4
             Go in Run command and type shell:startup> OK it open same directory in step-4.
When you start your computer a default tone is already set you can off this tone by the following step.
control pannel> sound (it can be seen in small icon not in large icon)> sounds> sounds scheme> No sound> apply> OK.
than restart your PC it's announce your name.
For any help give your problem in comment section. 






You can follow us on Instagram and twitter

No comments:

Post a Comment