
1. Open Notepad.
2. Copy and paste the exact code given below.
Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
3. Replace Username with your own name.
4. save the file as Welcome.vbs or "*.vbs".
5. Copy the saved file.
6. Navigate to
in windows vista,7& 8 : C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
in windows xp :C:\Documents and Settings\All Users\Start Menu\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 file.


Post a Comment