Thursday 24 November 2011

Make your pc recite ur name

Trick to create log on sound with your name



 Follow the following steps...



(1) First of all open notepad from your computer.

(2) Copy and Paste the below code in notepad..


Dim speaks, speech
speaks="Namita"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks

(3) Change the ( Namita) to that you want,suppose ur name,then pc speaks ur name.

(4) After Step3 Save file to the desktop with name (Name.vbs).
Also dont forget to change the Save As type to All types.

(5) Thenn Goto Start>>all programs>>startup

(6) In startup Right click and open it..

(7) Drag or Paste Name.vbs Into it...

No comments: