Make your Computer Welcome You
The way Computers in movies welcome their users by calling out
their names is quiet itresting. I can assure that you too will be able to achieve
this on your PC.
This article explains the method by which you can make your computer welcome you like this.
With this trick, you can make your Computer welcome you in robotic voice. You can make your Windows based system say "Welcome to your PC, Username."
To use this trick, follow the instructions below:-
This article explains the method by which you can make your computer welcome you like this.
With this trick, you can make your Computer welcome you in robotic voice. You can make your Windows based system say "Welcome to your PC, Username."
To use this trick, follow the instructions below:-
- Click on Start. Go to All Programs, Accessories and open Notepad.
- Copy and paste the code given below.
Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
3. Replace Username with
your name.
4. Click File, then 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 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.
7. Paste the file.
4. Click File, then 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 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.
7. Paste the file.
Now restart you start your computer,
It will welcome you in its own computerized voice.
For best results, it is better to change sound preferences to No Sound.by following the steps given
For best results, it is better to change sound preferences to No Sound.by following the steps given
- Go to Control Panel.
- Click on Switch to Classic View.
- Click on Sounds and Audio Devices.
- Click on the Sounds Tab.
- Select No Sounds from Sound Scheme option.
- You can save your Previous Sound Scheme if you wish by clicking Yes in the popup menu.
- Click OK.