Author Topic: Make Windows 7|8 Welcome you With an Audio Voice Message During Logon  (Read 1064 times)

Offline javajolt

  • Administrator
  • Hero Member
  • *****
  • Posts: 35986
  • Gender: Male
  • I Do Windows
    • windows10newsinfo.com
I came across a nice tip here on How to Make Windows Welcome you With an Audio Voice Message During Logon.
 
To use this trick, follow the instructions given below:
 
Open Notepad and Copy, Paste below Code. Write any desired text.

Code: [Select]
Dim speaks, speech
speaks="John, Welcome to your Computer"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks

Save it as a .vbs file and place it in the startup folder
« Last Edit: May 02, 2013, 11:24:09 PM by javajolt »