Header Banner
WonderHowTo Logo
WonderHowTo
Operating Systems
wonderhowto.mark.png
Gadget Hacks Next Reality Food Hacks Null Byte The Secret Yumiverse Invisiverse Macgyverisms Mind Hacks Mad Science Lock Picking Driverless

How to Make Your PC Welcomes You

Dec 9, 2013 07:54 AM
Code snippet in a text editor window.

By using this trick, you can make your computer to welcomes you in computerized voice.You can make your computer to say: Welcome Username, Hello Dear, etc

Make Windows Greet you with a Custom Voice Message at Startup

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

Open Notepad

In the first step you should open Notepad using navigation to Start -> Programs -> Accessories -> Notepad.

Copy and Paste

Dim speaks, speech

speaks="Welcome to your PC, Username"

Set speech=CreateObject("sapi.spvoice")

speech.Speak speaks

Code snippet in a text editor showing a SQL query.

You can write anything in place of 'Welcome to your PC, Username'

Save It

Now Save this file as Welcome.vbs

In this case .vbs is important

Move This File

For Windows XP Move it to:

C:\Documents and Settings\All Users\Start Menu\Programs\Startup

For Windows 7, 8, Vista:

C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

Note:

By Default AppData Folder is Hidden, So we should Show it....

In Windows XP, 7, Vista :

Open any Folder -> Tools -> Folder Option -> View -> Show hidden files and folders -> Apply -> Ok

In Windows 8:

Open any Folder -> View Menu -> check the box of 'Hidden Items'

Now, Reboot Your System

You already know how to use your phone. With Gadget Hacks' newsletter, we'll show you how to master it. Each week, we explore features, hidden tools, and advanced settings that give you more control over iOS and Android than most users even know exists.

Sign up for Gadget Hacks Weekly and start unlocking your phone's full potential.

Related Articles

Comments

No Comments Exist

Be the first, drop a comment!