How To Make Windows Greet You With A Custom Voice Message At Startup

Поділитися
Вставка
  • Опубліковано 28 сер 2024
  • Hi Guys,
    In this video tutorial I will show you how to make your computer (Desktop/Laptop) that welcome you with your name through VOICE whenever it starts.
    Below is the Script (Copy/Paste):
    Dim speaks, speech
    speaks="Welcome to your PC, Username"
    Set speech=CreateObject("sapi.spvoice")
    speech.Speak speaks
    To Slow down voice message speed use below script and change rate value:
    Dim speaks, speech
    speaks="Welcome to your PC, Sohan"
    set speech=CreateObject("sapi.spvoice")
    with speech
    Set.voice = .getvoices.item(0)
    .Volume = 100
    .Rate = -4
    end with
    speech.speak speaks
    Topic Covered:-
    How to make your PC to Speak your name
    Windows Greet you with your Name
    How to set Custom Welcome Message
    Video Link:- • How To Make Windows Gr...
    Follow me on Social Media.
    Facebook Link: / technicalspark
    PS: Don't forget to SUBSCRIBE Technical Spark for more Trusted & Awesome videos.
    Thanks for All your Love & Support
    -------------------------------------------------------
    Technical Spark

КОМЕНТАРІ • 30

  • @postflix07
    @postflix07 4 роки тому +1

    👌Best video is was very interesting video 👌

    • @TechnicalSpark
      @TechnicalSpark  4 роки тому

      Thanks Dear for your motivational comments it's really inspires us to share share more knowledgeable videos

  • @gauravdhande7742
    @gauravdhande7742 4 роки тому +1

    Valuable trick and Information ✌️

  • @tommy.cain1
    @tommy.cain1 2 роки тому +1

    That really helped me, except there is about a 12 second delay for it to say it. Could you please do a video on how to stop the delay and how to make it say it when you shut it down.

    • @TechnicalSpark
      @TechnicalSpark  2 роки тому +1

      Sure, will make one video on this topic.

  • @axlsubarashii6477
    @axlsubarashii6477 Рік тому +1

    how about in other language, like, japanese? how can i code that ?

    • @TechnicalSpark
      @TechnicalSpark  Рік тому +1

      Never tried, but if you're windows is in Japanese language then i guess it should work if you type Japanese.

  • @wal00kgaming
    @wal00kgaming 3 місяці тому

    Why is it delayed? My pc is a powerful pc

  • @alexrobert2688
    @alexrobert2688 2 роки тому

    please make a video on how to change the voice of the pc

  • @Johan_Liebert..
    @Johan_Liebert.. Рік тому

    I don't think it work but guess what it worked thx bro
    But can I change voice and cancel 10 seconds delay

  • @moonpradhan4066
    @moonpradhan4066 Рік тому

    Thank you

  • @RoHaN-zx3vh
    @RoHaN-zx3vh 3 роки тому

    itworks thankyou.

  • @authenticboy1811
    @authenticboy1811 7 місяців тому

    It is taking 30 sec delay, can u help me to get the voice message immediately after the login 😅

    • @TechnicalSpark
      @TechnicalSpark  7 місяців тому

      For me it’s works immediately tested on 3 systems successfully- check in case of any slowness at your system due to hardware resources shortage to function system appropriately.

    • @authenticboy1811
      @authenticboy1811 7 місяців тому

      @@TechnicalSpark I have a new laptop purchased 2 months ago and also have good performance as I play GTA V smoothly

  • @wal00kgaming
    @wal00kgaming 3 місяці тому

    Is there only one voice? I want a woman voice as I am a man

    • @TechnicalSpark
      @TechnicalSpark  3 місяці тому

      I’ll make video on changing the voice

  • @myri_gurya
    @myri_gurya 9 місяців тому

    i want to add my voice 🤷🏻‍♀️

    • @TechnicalSpark
      @TechnicalSpark  9 місяців тому +1

      I’ll make a dedicated video for this soon.

  • @jayeshghevade7720
    @jayeshghevade7720 2 роки тому

    Bro it is taking 11-12 sec delay

    • @TechnicalSpark
      @TechnicalSpark  2 роки тому

      Ho's your system overall performance, is it upto the mark?

  • @RevinzJr26
    @RevinzJr26 2 роки тому

    can we change the voice??

    • @TechnicalSpark
      @TechnicalSpark  2 роки тому

      Yes, it can be possible but required lots of efforts