04-24-2017, 12:59 AM
Thank you for this. This is quite nice to have a display of message when starting my computer. There should be a message for Macs too.
(04-30-2017, 02:36 AM)Honey Wrote: ohh I never knew you could even do something like that, is the voice sounding like Cortana?
(10-08-2015, 02:02 PM)TrK Wrote: Hello friends,
Make your computer welcome you whenever you turn it on.
I found it about two years ago searching about some crazy things with visual basic studio and visual basic script.
Code: (Select All)Dim speaks, speech
speaks="Welcome, to your computer sir, have a great day"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
Copy and save it as file.vbs here vbs simple identifying Visual basic script. Copy it in your startup program folder here will be the directory location of startup folder "C:\Users\USER\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
It only works with windows.
Maybe some of you already used it on your computer