Do you want your computer to (running on Windows operating system only) greet/welcome you whenever you switch on or restart it? Follow some simple steps to do so.
Steps
-
Press 'Windows+R' from your keyboard. It'll open 'Run' window.
-
Type notepad without the quote, and press the 'Enter' key. It'll open a 'Notepad' window.Advertisement
-
Type these lines shown in the image below carefully.
Dim speaks, speech
speaks="Welcome to your System, Paul. Have a wonderful time dear."
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
-
Like this.
-
In the 2nd line, i.e. "speaks=" Type whatever you want your computer to speak" ".
-
Type the rest all as shown in the image.
-
Save the file under any name, but make sure to put in '.vbs' followed by the file name (just like filename.vbs . )
- For example, if you write "abc.vbs", 'abc' will be the name of the file.
-
Click 'windows start button', and then 'all programs'. Scroll down,and look for a folder with a name that says 'Startup'. (This step won't work in Windows XP.)
-
Right click 'Startup' and click open. It'll open this folder window for you.
-
Place that file 'abc.vbs' in this folder. Simple cut/copy and paste here.
-
Close the folder.
-
Turn off or restart your computer. If you followed the same steps without any mistake, your computer will speak whatever you typed.
Advertisement
Community Q&A
Search
-
QuestionHow can I do this process in Windows 10?Community AnswerJust simply press windows + R then type: shell:startup Then place your welcome message in there.
-
QuestionHow do I make my computer welcome me if I don't see the startup folder? Where do I paste the script?Community AnswerJust follow the given address: C:\Users\Username\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup. The appdata folder is hidden, so first unhide the hidden folders, then follow the address.
-
QuestionCan I do this on a Chromebook?Ethan TylerCommunity AnswerYes, you can achieve similar tasks on a Chromebook! While the functionality might differ slightly from other devices, Chromebooks have unique ways to accomplish many tasks. You can find similar apps or web-based tools on a Chromebook, and Chromebooks often support Android applications, expanding their functionality.
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
Advertisement
Video
Tips
- '.vbs' is an extension to the file and stands for Visual Basic Script.Thanks
- This is just a simple code written in Visual Basic programming language usually used in computer to welcome a user.Thanks
Submit a Tip
All tip submissions are carefully reviewed before being published
Name
Please provide your name and last initial
Thanks for submitting a tip for review!
Advertisement
Warnings
- Make sure you didn't Mute speakers the last time before turning off your computer.Thanks
- Make sure speakers adapter is plugged and switched on.Thanks
- Make sure your speakers are connected to your computer and the volume is audible to you.Thanks
Advertisement
Things You'll Need
- External speakers (if you use desktop)
About This Article
Thanks to all authors for creating a page that has been read 81,624 times.
Advertisement