HOW TO MAKE YOUR COMPUTER WELLCOME YOU - MarvadeTech

Breaking

Wellcome to the The No.1 Home of Technology

Post Top Ad

Thursday 29 June 2017

HOW TO MAKE YOUR COMPUTER WELLCOME YOU

Doy you want your computer <laptop/desktop > to Wellcome you when you turn it on? 

Follow the below process carefully. 
  1. Open Notepad.
  2. Copy and paste the code given below.
      Dim speaks, speech
      speaks="Welcome to your PC, Username"
      Set speech=CreateObject("sapi.spvoice")
       speech.Speak speaks
     3.  Replace Username with the name you want the PC to recognize.
     4.  Click on File Menu, Save As, select All Types in Save as Type option, and save the file as    Welcome.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 10, 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. If you have trouble locating the startup folder, press Windows key+R and type shell:startup in the Run dialog box and press Enter. The startup folder will open.
     7.  Paste the file.

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