Sunday 15 July 2012

MAKE YOUR COMPUTER WELCOME YOU WHEN YOU LOGIN: NOTEPAD TRICK OS - Windows

~ Copy and paste the code given below in Notepad and save the file as Welcome.vbs:

Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks

~ Replace Username with your own name.

~ Copy the saved file.

~ 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 / Vista)

~ Paste the file.

~ Now when the next time you start your computer, Windows will welcome you in its own computerized voice.

No comments:

Post a Comment