MAKE YOUR PC WELCOME YOU WITH YOUR NAME ON START UP....(Old but nice)
Steps:-
1. Open Notepad.
1. Open Notepad.
2. Copy and paste the bellow in notepad
Dim speaks, speech
speaks="Welcome to the world of Vineet"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
3. Put your message by replacing "Welcome to the world of Vineet".
4. Save the file with .vbs extention. Example: Welcome.vbs
5. Copy the file,
6 .Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) and to C:\Users\ User-Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 7 and Windows Vista) if C: is your System drive.
7. Paste the file in the startup folder
8. Restart your PC.
And You're Done.
Dim speaks, speech
speaks="Welcome to the world of Vineet"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
3. Put your message by replacing "Welcome to the world of Vineet".
4. Save the file with .vbs extention. Example: Welcome.vbs
5. Copy the file,
6 .Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) and to C:\Users\ User-Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 7 and Windows Vista) if C: is your System drive.
7. Paste the file in the startup folder
8. Restart your PC.
And You're Done.