How computer can talk with you


Hello Friends. , Today I'm telling about how you can make your computer talk with you.
With this trick, you can create a script in Windows which will make your computer speak whatever you input to it.

Lets do it..

::Computer Talk::



1. First Open you Notepad.

2. Copy and paste the exact code given below.
..........................................................................................................................
Dim Message, Speak
          Message=InputBox("Enter text","Speak")
          Set Speak=CreateObject("sapi.spvoice")
          Speak.Speak Message
...........................................................................................................................

3.  Replace Username with your own name.

4.  Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.vbs".

5.  Copy the saved file.

6.  Navigate to   
C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP)  or to 
C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 8, Windows 7 and Windows Vista) 

note :- 
if C: is your System drive. AppData is a hidden folder. So, you will need to select showing hidden folders in Folder options to locate it.

7.  Paste the file.
 










Personally experience  :
I personally showed this trick to many of my friends and they were literally left awestruck. You too can impress your friends by making your PC talk and be the Computer Wiz.
 

Comments

Popular posts from this blog