Image result for Make your PC welcome you on Startup
Hi guys today am going to be showing a simple trick to make your Windows PC welcome you on startup somewhat similar to fiction movies like Iron man. Like Tony Stark's Jarvis even your PC will say your name on startup to welcome you and all this is just a simple trick.
So let's begin with the steps to make your PC welcome you:-

Make your system startup with your name

Step 1:- First open notepad in your PC. You can even use any other text editors but it's best to use notepad.
Step 2:- Now in notepad type or paste the following codes with proper breaks:-
Dim speaks,speech
speaks=”Welcome to your PC, username”
Set speech=CreateObject(“sapi.spvoice”)
speech.Speak speaks


Make your Computer Welcome you at startup
Step 3:- After put the code in notepad save it with format ".vbs" to location as given [it's differs in version users meaning the kind of Os installed on the pc]

For windows xp C:\Documents and settings\All Users\Start Menu\Programs\Startup
For windows 7,8,8.1,10 or vista
C:\Users\”username”\AppData\Roaming\Microsoft\Windows\Start menu\Programs\Startup
Note:- Here username will be the name of user account on that PC. And appdata folder will be hidden by default but I hope you can unhide it to go further.
Be happy for it's all set now and to hear your PC welcome you just need to restart it and enjoy. Friends I hope this helped you and now you will share it with your friends too...

Post a Comment

  1. What will be the name of the file that will be saved from notepad?

    ReplyDelete
  2. should be save as .vbs instead of.txt no any other name attached

    ReplyDelete

 
Top