Skip to main content

Make your Computer Welcome You

Hey guys!! 

With this trick, you can make your Computer welcome you in its computerized voice. You can make your Windows based computer say "Welcome to your PC, Username."

Make Windows Greet you with a Custom Voice Message at Startup

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

Click on Start. Navigate to All Programs, Accessories and Notepad.
Copy and paste the exact code given below.
Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
     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 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.

Comments

Popular posts from this blog

HOW TO HIDE DRIVES USING COMMAND PROMPT?

Have some personal data in your window drive?? no worry!!   Today i'll tell you, how to hide any drive using cmd  Step 1:  ( Method 1)   Search   cmd  in search bar and open it in admin mode.                       OR Step 1:  ( Method 2)   Click on  start->run  (if you are using windows 7 or 8), else hold down  windows key , and hit "R" . now type cmd  and hit enter. Step 2:  Now You will see command prompt window, Type diskpart and Hit Enter. Step 3: Now you Have to type list volume  , it will list all the drives and its details. Step 4:  Now i have some personal data in " Drive D " which i don't want any other person to access. To hide this particular drive Type select volume D  and hit Enter. Now you will see something like below picture: Step 6: To hide the drive you have to Type  Remove letter D  ...