Make windows WELCOME YOU WITH AN AUDIO VOICE at start up
Wouldn’t it be cool when your computer tells “Windows welcomes you ” whenever you start your computer ? .
I am here to help you do just that. Here are the steps to do that :
1.Open notepad and type the following code .
1 2 3 4 | Dim speaks, speech speaks="Welcome to windows " Set speech=CreateObject("sapi.spvoice") speech.Speak speaks |
2. You can replace “Welcome to windows ” with anything you want your computer to speak. 3. Select save as give the name as name.vbs ( note : “.vbs” has to be at the name’s end ) 4. Select “All files ” in the file type options and save it. 5. when you open this file you will hear “Welcome to windows ”
TO PLAY THE VOICE WHENEVER YOU START YOUR COMPUTER
For windows 7 and XP users – type “startup” in the search bar and go to the startup folder and copy and paste your voice file in there.
For windows 8 and 8.1 and above users – Go to this location >> C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp Paste the voice file there.