
Do You want to make such a command which allows your PC to Welcome you with a Computerized voice when you Boot Up
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 - Replace Username with your own name.
- Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.vbs".
- Copy the saved file.
- Navigate to Start then goto the startup folder you can easily find the folder in Start>All Programs
- Paste the file.
Now when the next time you start your computer, Windows will welcome you in its own computerized voice.