Wednesday, 28 August 2013

Make Windows Greet you at Startup...........



With this trick, you can make your Computer welcome you in its computerized voice, and even call you by your name!
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=”INSERT MESSAGE HERE”
Set speech=CreateObject(“sapi.spvoice”)
speech.Speak speaks
3.  Insert your own message between the quotation marks. Use a comma to signify a pause, and don’t use too complex words!
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.  Save it in C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP)   or C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 8, Windows 7 and Windows Vista)
N.B. AppData is a hidden folder, so you might have to enable the viewing of hidden folders. This is done in different ways on different operating systems, so Google it if you’re unsure.

 Now when the next time you start your computer, Windows will welcome you in its own computerized voice! Be warned, it doesn’t happen immediately after you log in: it can take twenty seconds or so.

No comments:

Post a Comment