by: prayag nao
Hello friends,Do you watch movies? Have you always loved the way how Computers in movies welcome their users by calling out their names? I bet that you too would want to know how you can achieve similar results on your PC and have a computer said welcome.
With this trick, you can make your Computer welcome you in its computerized voice. You can make your Windows based computer say "Welcome to your PC, Username."
To use this trick, follow the instructions given below:-
Hello friends,Do you watch movies? Have you always loved the way how Computers in movies welcome their users by calling out their names? I bet that you too would want to know how you can achieve similar results on your PC and have a computer said welcome.
With this trick, you can make your Computer welcome you in its computerized voice. You can make your Windows based computer say "Welcome to your PC, Username."
To use this trick, follow the instructions given below:-
- Click on Start. Navigate to All Programs, Accessories and Notepad.
- Copy and paste the exact code given below.
Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
- now save this file with extension .vbs.
- Now copy that file and paste to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) and C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 8, Windows 7 and Windows Vista).
- Now when the next time you start your computer, Windows will welcome you in its own computerized voice.
Comments
Post a Comment