Posts

Showing posts from August, 2022

Custom voice message on startup in PC [Cool windows trick]

Image
  BUFFOON SACHIN   Hello friends welcome to a new fresh blog.In this blog you will know how to make custom voice message on startup in your system. This trick is going in all windows. Just follow the steps given 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 file