Hai Friends !!!
Today I would Like to share the new easiest and wonderful tricks for your computer .In this trick you can make your computer welcomes you in the computerized voice..
Example :: Computer Says : "Welcome To Your PC, Tricks Zone"
How To Make Your Computer Welcomes You !!!
Just Following the below instructions to use this trick :-
1. Click on the START button,then goto All programs and to select Accessories and Select the option as the Notepad
START >> ALL PROGRAMS >> ACCESSORIES >> NOTEPAD
2. Copy and paste the below code in the notepad
Dim speaks, speech
speaks="Welcome to your PC,Tricks Zone"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
3. In this step you can replace Tricks Zone with your own name
4. Then 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 Welcome.vbs saved file.
6. In Windows XP Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup
In (Windows 8, Windows 7 and Windows Vista) Navigate to C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\StartMenu\Programs\Startup
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 Welcome.vbc file on that folder
8. Now All are done correctly means the next time you start your computer, Windows will welcomes you !!!

