Steps To Make Your Computer Welcome You : Step 1 : Open Notepad :
Click on the Start menu and Navigate to All Programs=>Accessories =>Notepad. You can even open it by typing notepad in Run.
Step 2 : Copy And Paste : Copy and paste the code given below carefully
Dim speaks, speech
speaks=" Welcome to your PC , Username "
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks Step 3 : Replace Username : Replace the Username in the given code with your own name. Step 4 : Save the file : Go to File Menu and click on Save As option . In Type option select ” all types ” and save the file in ” .vbs ” format i.e as ” OnlineCmag.vbs ” . Step 5 : Copy the saved file. Step 6 : Paste the file : 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 “ ( For other versions of windows ) .if C: is your Windows system drive. Here ” AppData ” is a hidden folder. So, you should select ” show hidden folders ” in the Folder options to locate it. Or directly add that file to your startup menu . That’s it , From the next time when you start your computer, Windows will welcome you. Try it by yourself to see how it works. Note : =>Make sure that your speakers adapter is plugged in correctly and switched on . =>Make sure that your speakers are not mute before turning off your computer .
|