Hello guys,
Today we will learn how you can make a vbs file which will welcome you when you start your pc, its so easy and updated method..
Step 1: First open your notepad then paste or write this code there.
Code:
speaks=" Welcome to your PC , Username "
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
Step 2 : Replace the username with your name.
Step 3 : Now, click on file option and choose save as:
Step 4: Now, save it on your desktop name it hackingworld.vbs and click on save.
Step 5 : Now cut this file and save it 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
Boom you completed all the step
Note: Check your speaker isn't muted before you turned off your computer, if you muted the speaker your pc will not speak your name..
This is my first post if you like this then do share with your freinds, and subscribe my blog so you never miss any post..