top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Make Your Computer Welcomes You if you are using Windows?

+2 votes
284 views

Many a times we feel our computer should welcome us whenever we open our computer. I am trying to provide a small trick (will work only on windows machine) using which you can make your Computer welcome you in its computerized voice. You can make your Windows based computer say "Welcome to your PC, Username."

To use this trick, follow the instructions given below:-

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

  1. Click on Start. Navigate to All Programs, Accessories and Notepad.
  2. Copy and paste the exact code given above.
  3. Replace Username with your own name
  4. Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.vbs".
  5. Copy the saved file. 
  6. Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) and to C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 8, Windows 7 and Windows Vista) if C: is your System drive. AppData is a hidden folder. So, you will need to select showing hidden folders in Folder options to locate it.
  7. Paste the file and you are done.

Make your Computer Welcome you at startup

posted Jan 4, 2016 by Abhishek Maheshwari

  Promote This Article
Facebook Share Button Twitter Share Button LinkedIn Share Button

...