Let's do it.
Step 1: Open Notepad to create a new file.
Step 2: Paste this code.
Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
Step 3: Replace the "Username" with your name.
Step 4: Save the file as welcome.vbs and don't forget to select the file type as All files at the time of saving.
Step 5: Save the file in the following locationC:\Users\{YOUR USERNAME}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Replace {YOUR USERNAME} with your original Username.
Step 6: Mind it, the appdata folder is hidden. So, after going to your username folder directly add "/Appdata" in the path of the address bar.
Step 7: Restart your PC.
Let me know if you are facing any problem. COMMENT BELOW.
Their is no option for file type "All type"
ReplyDeleteJyoti, select the file type as "All files " not "All type"
Delete