How to Make Your Computer Welcome You

- The computer says "Welcome to your PC, Username." Copy, paste the below code in notepad and save it as .Vbs file


Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks


-          Now copy that file to path C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 8, Windows 7 and Windows Vista)


 

-          Now when the next time you start your computer, windows will welcome you in its own computerized voice.

Post a Comment

0 Comments