Like in movies, when the actor opens up his stylish laptop and when laptop welcomes the actor by telling his name, we all like it like the way the actor and laptop interacts (something like iron man movie). Here in this blog we would teach you how to Let your computer welcomes you every time you Login.
Well making that smart computer would take loads of time, but here I would teach you a simple trick without using any software, this just need a working system (Laptop or Computer), with Windows operating system.
Just Follow the steps mentioned, please be very precise and accurate while you follow these steps:
Step 1
- Open Notepad
Start Menu – All Programs – Accessories – Notepad
- Now just Copy and Paste the below mentioned code into it, copy every thing in the code
Dim speaks, speech
speaks="Nice to see you again, Shayaan"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
- Now Change what you want computer to speak start changing after speaks= "Change here"
For example: If you want to change just the name from Shayaan to Master the new code would be something like this
Dim speaks, speech
speaks="Nice to see you again, Master"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
Step 2
- Now on Notepad click on "Save as"
- Change "Save as" type on the bottom from "Text Documents" (*.txt) to "All Files" (*.*)
- Now Put File name as Welcome.vbs
- Click on "Save"
- Click on "OK" or "Continue" or "Yes" if any dialog prompt opens
Step 3
Open Following Path on your system:
My Computer – C Drive (drive which has your operating system installed) – Users – "PC Name" (there would be one folder named Public and another one which is the PC/ Lappy name, click on it) – AppData (it is always hidden, click on folder options and click on show hidden files) – Roaming – Microsoft – Windows – Start Menu – Programs – Startup
Just copy that file (from desktop or where ever you have saved it in step 2) and paste it here (inside Startup folder)
Another shortest way to copy and paste file into Startup folder is just to drag the "Welcome.vbs" file to following path:
Start Menu – All Programs – Startup
Just drag it by clicking mouse and put it here directly
Now Just restart your system. Everytime it opens, the computer would speak what you have asked it to speak.
Hope you have like this Trick, requesting you to comment and share the good word to the world. Let others also know about this trick.
Share this: