• About Us
  • Privacy Policy
  • Contact Us

Tech Samay - Technology News, Reviews, Softwares!

Technology Every Second

  • Home
  • Computers
  • Mobiles
  • Social Networks >
    • Facebook
    • Twitter
    • Google Plus
  • Internet
  • Tips & Tricks >
    • Earn Online
    • Blogging
You are here: Home / Computers / Make Your PC Welcomes You In Computerized Voice

Make Your PC Welcomes You In Computerized Voice

November 16, 2013 By Lilesh Moolya Leave a Comment



Make Your computer welcomes you

Do you know your computer is very intelligent? Yes, it does all things for you. It calculates any data, browse internet, and many complicated work it can do within seconds. But in spite of these all it can also welcomes you whenever you turn your PC on! It will be a very good moment when your own PC will welcomes you in its computerized voice. We can customize the message as we want. It works like a charm and definitely you will be happy when it welcomes you in front of your friends. They will be shocked watching the intelligence of your computer. So read on and get the trick to make your computer welcomes you.

This will work best on Windows XP, Vista and also on Windows 7. You just have to do some little editing and place the file in the directory. When your PC starts up, it will execute that file automatically and welcomes you in its computerized voice. We are using the basic voice function of Windows to do this task. Follow the procedure below and then I will say you how to edit things and how it works. So let’s start.



Steps To Make your PC Welcomes You.

  • Open your Notepad and keep it blank.
  • Now, copy the code below and paste it as it is in the Notepad. If you do little mistake then it won’t work.

Set Sapi = Wscript.CreateObject(“SAPI.SpVoice”)

dim str

if hour(time) < 12 then

Sapi.speak “Good Morning Sir”

else

if hour(time) > 12 then

if hour(time) > 16 then

Sapi.speak “Good evening Sir”

else

Sapi.speak “Good afternoon Sir”

end if

end if

end if

Sapi.speak “The current time is ”

if hour(time) > 12 then

Sapi.speak hour(time)-12

else

if hour(time) = 0 then

Sapi.speak “12”

else

Sapi.speak hour(time)

end if

end if

if minute(time) < 10 then

Sapi.speak “o”

if minute(time) < 1 then

Sapi.speak “clock”

else

Sapi.speak minute(time)

end if

else

Sapi.speak minute(time)

end if

if hour(time) > 12 then

Sapi.speak “P.M.”

else

if hour(time) = 0 then

if minute(time) = 0 then

Sapi.speak “Midnight”

else

Sapi.speak “A.M.”

end if

else

if hour(time) = 12 then

if minute(time) = 0 then

Sapi.speak “Noon”

else

Sapi.speak “P.M.”

end if

else

Sapi.speak “A.M.”

end if

end if

end if

Sapi.speak “Have a nice time sir”

  • After copying the code, do the necessary editing if you want. Then click on “File” and then “Save as”.
  • Just check the code at last line. If there is something like “See More at” then delete that part. Otherwise you will get error.
  • Now save in the desktop because you can find it easily afterwards. Save as “welcome.vbs” (without quotes). 
Welcome code save as vbs

  • This code is nothing but a Visual Basic Script. So we have to save the file as .vbs extension.
  • After saving, copy or cut the file “welcome.vbs” and move it to “Startup” folder.
  • You can get “Startup” folder by clicking on Start and then All Programs. Look for Startup there and place your file there.
  • Now you are done with this part. Restart and see how your computer welcomes you.
This is easy trick and best one to make your PC welcomes you. You can also do some editing to personalize the message it says when starting up. So let’s see how you can edit it.

Edit the code for best experience.

Edit Your Welcome code

Look for the piece of code Sapi.speak “Good Morning Sir”. You can change the word “Sir” with your name. Do the same with “Good Afternoon” and “Good Evening”. After changing your name you can also add some messages by using the same code Sapi.speak “YOUR MESSAGE”. You can add this line at the end of the script. Simple, isn’t it?

How it works?

This is the simple VB script which executes when we start our computer. This code invokes the voice function of Windows and it says the message which is in double quotes. After editing this code we put it in startup folder because any file in that folder will automatically execute without permission. So you don’t have to press some buttons to make your PC welcomes you. It will be automatic.

Simple and easy. Try it and make your friends to think how a computer can be so loyal to you. If you face any problem then you know where to ask. Just comment below and sit back. I will reply you as soon as possible. Blessings.

Share with your friends too.


Filed Under: Computers, Softwares

Categories

  • Apps (120)
  • Blogging (7)
  • Computers (108)
  • Earn Online (18)
  • Facebook (29)
  • Google Plus (3)
  • Internet (118)
  • Mobiles (69)
  • Social Networks (60)
  • Softwares (86)
  • Twitter (3)

Popular Tricks

  • Convert Any 4G LTE Mobile to VoLTE Using Jio Join App
  • List Of Bluestacks Keyboard Shortcut Keys
  • [Solved] svchost.exe (netsvcs) Windows 10 Internet Speed Problem
  • [Solved] Fix Bluestacks Windows 10 Blue Screen Error
  • Install Telegram App On PC (Windows)

Featured Posts

  • Get Free Recharges from Earn Talktime and Ladooo
  • Install BBM App on Tab
  • Laptops under Rs. 24000 in India

Get more stuff like this
in your inbox

Subscribe to our mailing list and get interesting tricks and updates to your email inbox.

We won't spam your mailbox. Pinky promise!

Follow Us

About

Tech Samay is the website where you can get latest tricks and tips about Mobiles, Computers, Laptops etc. We update our site frequently and post best tech news. Please bookmark this site for daily dose of tech!

The content, written material belongs to the author. Copying without prior permission from author is prohibited.
DMCA.com Protection Status

Recent Articles

  • Best 2018 Kodi Starter Guide and Add Ons
  • 5 Best Anti Malware Apps for Android 2018
  • What is Ransomware and How to be safe Online?
  • 5 Reasons to Recharge Jio Prime Subscription
  • Book Mumbai Local Train Ticket Online Using UTS App

For Suggestion, Feedbacks, and advertisement enquiries please mail us at admin@techsamay.com

Home | Privacy Policy | Contact Us


© Copyright 2020 Tech Samay · All Rights Reserved · Proudly Powered By WordPress