FOLLOW THESE SIMPLE STEPS TO MAKE YOUR COMPUTER WELCOME YOU:
Step 1. Open the “Notepad” program from the start menu. Step 2: Now Copy this Code and paste it in Notepad file. Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
Step 3. Now replace the “Username” with your name from Which You want to be welcomed. Step 4. Now Click on File Menu > Save As and Save the file with .vbs format such as “Welcome.vbs”.
Step 5. Now Copy the saved file. Now Where to paste this file?
WINDOWS XP USERS :
C:\Documents and Settings\All Users\Start Menu\Programs\Startup
WINDOWS 8, 7 OR VISTA USERS:
C:\Users\ {Your PC User-Name}\ AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
In many Cases You can’t find “AppData” folder Because it is hidden from your C: drive, you have to show the unhide files first from the files and folders options.Now paste the file there. Now When your PC starts System loads Welcome.vbs first and plays Sound.
Comment if You Find this trick Cool.