How to Set Welcome Voice in Windows 7/8/10 | कंप्यूटर में वेलकम वॉयस कैसे सेट करें
1. First of all, open a new Notepad file. You can do so by typing Notepad in the Start Menu search or finding it in the context menu after a right-click.
2. Now, type the following code in the notepad file.
Script:
Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
Website: https://www.jagatgyan.net
Shop From Amazon - https://amzn.to/3n9SeFQ
Customize / Modify
Dim speaks, speech
speaks="Welcome to your PC, Username"
set speech=CreateObject("sapi.spvoice")
with speech
Set.voice = .getvoices.item(0)
.Volume = 100
.Rate = -4
end with
speech.speak speaks
3. Now, save the notepad file as welcome.vbs. You can use any name, just make sure the file extension is .vbs.You can test the file if it works or not. Just double-click on the file and the sound will start playing. Else, error message will be displayed.
4. Now, if you’re using Windows 7, you can type “Startup” in the Start Menu search to locate the startup folder. If you’re using Windows 10/8, press Windows+R to open the RUN dialog box. Now, type shell:startup and press enter.
5. Once you’re in the Windows Startup folder, copy the welcome.vbs file you created on the desktop and paste it in the Startup folder.
6. All are set. Now, restart your computer to hear the welcome message.
File path
C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (for Windows 10, Windows 8, Windows 7 and Windows Vista)
Follow Us Elsewhere
Website: https://www.jagatgyan.net/
Discord: https://discord.gg/QEEngbSnbx
Instagram: https://www.instagram.com/jagatgyan5
Facebook: https://www.facebook.com/jagatgyan5
Twitter: https://twitter.com/jagatgyan
Contact: https://youtu.be/pfQ_NeZ2WVQ
Our other channel: https://bit.ly/3b3n6Rj