Banner

Sunday 19 January 2014

How to make your computer greets you..??

How To Make your Computer Welcome You ???

Make Windows Greet you with a Custom Voice Message at Startup 
To use this trick, follow the instructions given below:
  1. Open Notepad.
  2. 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

     3.  Replace Username with your own name.
     4.   Save This file as Welcome.vbs or "*.vbs".
     5.  Copy the saved file.
     6.  Goto C:\Documents and Settings\All Users\Start Menu\Programs\Startup(in Windows              XP)  
and to 
           C:\Users\ {UserName}\AppData\Roaming\Microsoft\Windows\StartMenu\Programs\Startup
    (in Windows 8, Windows 7 and Windows Vista) 
      
      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.

     Now when the next time you start your computer, Windows will welcome you in its own computerized voice. 

You can write whatever you want your computer to speak in the inverted commas..

No comments:

Post a Comment