Create a Custom Voice Message for Windows Startup ll BUFFOON SACHIN
BUFFOON SACHIN Hello, friends! In this blog post, we'll guide you through the process of creating a custom voice message for your system's startup. This easy trick works on all versions of Windows. Just follow the simple steps outlined below: 1.Right click-new and select the Text document. 2.Now paste the below code without making any changes [Press Ctrl + v to paste] Dim speaks,speech speaks="Type your text here " Set speech=CreateObject("sapi.spvoice") speech.Speak speaks 3.You can type your custom text between the double inverted comma. 4.Now click on file and save as option. 5.Now give any name but use .vbs after the name for example [ welcome.vbs ] 6.In save as type option select All files 7.Click on save and save the file on desktop and double click on the f...