Friday 23 January 2015

Windows Welcomes You With Your Name, A Funny Trick

     Hello  everyone,  Do  you  want  your  computer  to  welcome  with  your  name  at  the start of the windows..?     If    you  want  your  system  to  welcome with your name just

follow the simple steps mentioned below....

1.Open the notepad
2.Type the following in it
Dim speaks, speech
speaks="Welcome to your PC, Niranjan "
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
3.Type your name after the sentence “welcome to your PC” or type some welcome message.
4.Save the file to.vbs extension like welcome. vbs
5.If you have Windows xp then open run and type startup...
If you have windows  vista or windows 7/8/8.1 Go to run and type shell:startup
Startup folder will get open...
6.Paste the file (eg., welcome.vbs) in that folder and close it...
     That’s all.... After this whenever u start your system it will welcome you with your name or with the welcome message you specified...

No comments:

Post a Comment