Make Your Computer Speak When you Log On
			 
			 
		
                   It’s a simple trick to amaze your friends.When you Log On infront of them. 
Yeah a trick to make your Computer Welcome you on Start Up. 
 
Lets Do It: 
Open Notepad 
Paste the bellow code in Np 
 
Code: 
Dim speaks, speech 
speaks="Welcome Back, Username" 
Set speech=CreateObject("sapi.spvoice") 
speech.Speak speaks 
 
Replace Username with your Name 
Click Save As and save as type Welcome.vbs 
Copy File Welcome.vbs and paste it in bellow address 
 
Windows-7 
Code: 
C:\Users\Username\AppData\Roaming\Microsoft\Window  s\Start Menu\Programs\Startup 
*Replace Username with your username and C:\ with your Root Drive 
 
Windows-Xp 
 
Code: 
C:\Documents and Settings\All Users\Start Menu\Programs\Startup 
Done Log Off and Log In Amazed? .Now Your computer welcomes you
                 
	 |