Skip to main content

Make Windows Greet you with a Custom Voice Message at Startup

Do you watch movies? Have you always loved the way how Computers in movies welcome their users by calling out their names? I bet that you too would want to know how you can achieve similar results on your PC and have a computer said welcome.

Then you are at the right place, this article describes exactly how you can make your computer welcome you like this.

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."

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


  1. Click on Start. Navigate to All Programs, Accessories and Notepad.
  2. 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.

Change sound scheme to No Sounds so that you can hear it well.

Try it yourself to see how it works. In my personal opinion, this is an excellent trick. Whenever I start my PC in front of anybody and the PC welcomes me, the fellow is left wondering how brilliant a computer do I have. Hahaha :-D

Comments

Popular posts from this blog

Now you can whisper to Alexa

Amazon’s Alexa can now listen and respond to whispers, and she will whisper back. Now first, this might set off another wave of anxiety for privacy advocates. Your virtual assistant is not only spying on you and potentially recording or storing your conversations, now she can do even if you tried to keep your voice down. Amazon’s team just made that sensitive microphone function even more acutely. Video demonstrating Alexa whisper: So, why do we need to whisper in the first place? Will it come handy in anyway? Yes. If you whisper, “Echo, play a lullaby,” for the infant who’s almost asleep in your arms, Echo will whisper back, “Here’s a station for lullabies from your Amazon Music library,” instead of screaming at  full startling volume. What's more? Whisper is not the only important feature that will come to Amazon Echo devices this year, we also have bunch of new ones. Guard : Guard will let you say, “Alexa, I’m leaving,” and the device will automatically acti...

Microsoft Edge Arrived for Android and iOS

Last week, Microsoft made a pretty surprising announcement. The company revealed that it would bring its Edge browser to iOS and Android, making it easier for existing Edge users (and possible converts) to take their browsing history, bookmarks, and other data with them. Now the beta app is available for download from the Play Store for some countries. But others can download the APK to give it a try. So how is the browser itself? Well, it feels like a mix of desktop Edge and mobile Chrome. The start page has your frequently-visited pages with a search bar, along with stories from MSN below that (which you can turn off). The UI is split into an address bar and Reading List/History/Bookmarks button at the top, and everything else at the bottom. Both bars pull away as you scroll down the page, and re-appear when you swipe up. Familiar Microsoft Edge features like the Hub allow users to organize the web in a way that cuts through the clutter, making it easier to find, view and manage thei...

Now you can run Android apps without installing them

Google announced the Android Instant Apps at Google I/O 2017. Since then, much effort had been put to expand their reachability. Recently, Google said that over 500 million devices support instant apps. With the increasing bandwidth and enthusiastic developers, one can expect this number (plus the number of instant apps) to grow in future. And with Android Oreo being announced, now it is coming to every smartphone with latest Android 8. Here’s a quick guide on Android Instant Apps and how to use them. What are Android Instant Apps? Android Instant Apps lets users experience beautiful and immersive apps, with material design and smooth animations, without installing them on their devices. Users can get to your flagship Android experience from any URL—including search, social media, messaging, and other deep links—without needing to install your app first. So, next time a website prompts your to install an app, you needn’t install it entirely. You will be able to run it instantly. This m...