This is an amazing trick, basiclly everytime you start up your system it will welcome you saying 'Welcome Your Name'
This is a bit more tricky but does work:
Again, Open notepad:
and paste in this code:
Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
Obviously in the code where it says 'Username' type your name or anything there.
Now save the file as 'Welcome.vbs'
Now the trickier bit:
you need to locate the start up folder:
Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP)
or 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.
When your in the start up folder you want to paste the 'Welcome.vbs' file you saved here.
So it should look like this:
[ Register or Signin to view external links. ]
Now everytime you start up your pc it will welcome you
No comments: