You can make your Computer welcome you in its computerized
voice. You can make your Windows based computer say "Welcome to your PC,
Your Name."
To use this trick, follow the instructions given below:-
To use this trick, follow the instructions given below:-
1. Open a Notepad.
2. Copy and paste the exact code
given below.
3. Replace Username with your own name.
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
4. Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs
5. Copy the saved file.
6. Navigate to as below.
Windows
8, Windows 7 and Windows Vista - C:\Users\
{User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
AppData is a
hidden folder. So, you will need to select Show hidden folders in
Folder options to locate it.
7. Paste the file.
Now when the next time you start your computer, Windows will welcome you in its own computerized voice.