for example--> when you log in it say "welcome Jhon" .
so there is a tricks that make your computer to greet you on start up.
- open notepad..
- copy and paste below code in notepad.
Dim speaks, speech
speaks="Welcome Back, john"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
- Replace the text “
Welcome Back, John” with anything you like. - Save the file with the .vbs extension for e.g (Greetings.vbs)
- And last step put this file into windows startup.
now when you log in it will greet you every time.
enjoy......
0 comments:
Post a Comment