Do you watch Hollywood movie Sci-Fi? Have you always loved the way how Computers in movies welcome their users by calling out their names? You can also easily make your PC to speak a welcome message for you at windows start up. So If you want to impress your friends then this is very cool and interesting trick to impress someone.
This trick will work on Windows xp and all other updated version. You just need a notepad and some lines of code to do this.
To use this trick, follow the instructions given below:-
Open Notepad- Press Windows + R key and type notepad to open.
Copy this code as it is in notepad.
Dim speaks, speech
speaks="Welcome to your PC, name"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
You can replace Name with your name or any name you want your PC to speak.
Now save you file with.vbs extensions for ex- welcome.vbs.
Copy this save notepad file and locate - C:\Users\username\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Paste welcome.vbs here. Note: you must show your hidden file to access this path.
If you are using windows xp then go to-
C:\Documents and Settings\All Users\Start Menu\Programs\Startup
And paste welcome.vbs here.
Now restart your Computer and let it welcome you in his voice.
Note: You need to stop windows default sound to clear your message clearly.
You can change the sound scheme to No Sounds by following the steps given below:-
Go to Control Panel.
Then Click on Sounds and Audio Devices, and select sound tab
No any Comment yet!