How To Play A Welcome Voice Message On Every Startup In Windows 10/7/8

Unknown 02:12
Hi In This Tutorial i am going to share an awesome trick with you.The trick is that you can play any sound on the start of your computer system.
Earlier Microsoft Windows,Mainly before Windows 8,has a startup sound,But Now if you notice that windows 10 does not have any sound at windows startup by default.
But Now by using this trick you can add your own welcome message on the startup of windows.
How to add a custom voice message to Windows 10/7/8:
I this method you'll need a text file to play the sound on the start of windows.Follow these steps to add a welcome message on startup of windows 10.
So lets start........
First of all,open up a new Notepad file.Goto search Click Run or press WINDOW+R and type notepad.
Now Put the Following code in the notepad.

dim speech
welcome=”Hello Slave. I’m your master.”
set speech=CreateObject(“sapi.spvoice”)
speech.speak welcome



Here You can add your own text in place of "Hello Slave. I'm your master." that you like to play on the start up of windows.
Now save the notepad file with play.VBS name.You can put any name.File extension must be .vbs.You can test the file by double clicking on it.Else,error message will be displayed.Now if you are using windows 7.you can type in "Startup" in the start menu to search the startup folder.If you are using windows 10/8, press windows+R to open Run dialog Box and type in shell:startup and press enter.once you are in windows startup folder copy the play.vbs file and paste it in startup folder.
Now restart computer and listen to the welcome message.

Artikel Terkait

Next Article
« Prev Post
Previous Article
Next Post »
Penulisan markup di komentar
  • Untuk menulis huruf bold gunakan <strong></strong> atau <b></b>.
  • Untuk menulis huruf italic gunakan <em></em> atau <i></i>.
  • Untuk menulis huruf underline gunakan <u></u>.
  • Untuk menulis huruf strikethrought gunakan <strike></strike>.
  • Untuk menulis kode HTML gunakan <code></code> atau <pre></pre> atau <pre><code></code></pre>, dan silakan parse kode pada kotak parser di bawah ini.

Disqus
Tambahkan komentar Anda

No comments