Posts

Showing posts from January, 2017

"How to Make Your PC Welcome You By Calling Your Name"?

Just a few Windows tweaks and after that whenever you start your PC you will hear it welcoming you by calling your name. To do this follow these simple steps. Step 1 : Open  Notepad   or any other  text editor , and paste the following lines of code in it. Dim speaks, speech speaks="Welcome to your PC,  Username " Set speech=CreateObject("sapi.spvoice") speech.Speak speaks Replace the  Username  with the desired name that you want your PC to call. Step 2 : Now save your file as .   vbs,  in my case I have renamed it to  ilovefreesoftware. vbs,  but you can use any name. Step 3 : Navigate to the following locations depending on the operating system you are using. For Windows  XP :  C:\Documents and Settings\All Users\Start Menu\Programs\Startup For Windows  Vista/7/8/8.1/10 :  C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup Now paste the VBS file here and then you are done. Do note that the  AppData  fol