An audio welcome message on startup
Are you boared hearing the old logon sound? then
use this trick
First open notepad and type this command.
Dim speaks, speech
speaks="Hello Mr Nischal, Welcome to your
computer"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
The commands in quotation marks can be
replaced by any message for eg("welcome your
name")
After typing this command just save it as
narrator.vbs file in your startup folder.
How to access startup folder?
If you are using windows 7 then just go to start
and type shell:startup
If you are using windows XP then goto C:
\Documents and Settings\Administrator\Start Menu
\Programs\Startup
and the the .vbs file there
now restart your computer and on logon when
your computer starts you will hear your welcome
audio message.
Sunday, May 17, 2015
Welcome message on startup
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment