We often watch movies , it is pleasurable events when action comes with sound or audio. In that trick I m providing audio during welcome in PC or laptop.
With this trick, we can make our computer welcome us in its computerized voice. we can make our windows based computer say "Welcome to your PC, Er. Amandeep Singh".
Make Windows Greet us with a custom voice Message at Startup
Steps are.
1. Open Notepad.
2. Write that code who is below.
Dim speaks, speech
speaks = "Welcome to your PC, Er. Amandeep Singh"
Set speech = CreateObject ("sapi.spvoice")
Speech.Speak speaks
3. You can replace Er. Amandeep Singh (Name) as your own Name.
4. Save that code with .vbs extention. (welcome.vbs)
5. Copy the saved file (welcome.vbs)
6. (window xp)Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\ Startup
7. (window 7 or 8) Navigate to C:\Users\{Username}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup.
8. Paste the file
9. now when the net time you start your computer, Windows will welcome you in its own computerized voice.
With this trick, we can make our computer welcome us in its computerized voice. we can make our windows based computer say "Welcome to your PC, Er. Amandeep Singh".
Make Windows Greet us with a custom voice Message at Startup
Steps are.
1. Open Notepad.
2. Write that code who is below.
Dim speaks, speech
speaks = "Welcome to your PC, Er. Amandeep Singh"
Set speech = CreateObject ("sapi.spvoice")
Speech.Speak speaks
3. You can replace Er. Amandeep Singh (Name) as your own Name.
4. Save that code with .vbs extention. (welcome.vbs)
5. Copy the saved file (welcome.vbs)
6. (window xp)Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\ Startup
7. (window 7 or 8) Navigate to C:\Users\{Username}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup.
8. Paste the file
9. now when the net time you start your computer, Windows will welcome you in its own computerized voice.
No comments:
Post a Comment