You want When you boot your computer saying that you should welcome.
Open the notepad
Copy and paste the following code
Dim speaks, speech
speaks="Welcome to your PC, CsespY"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
Change CsespY to your name.
Save the file like "welcome.vbs".
If you use Windows Vista, Windows 7/8/8.1 Then go to Run→ Type shell: startup Enter.
Now Startup Folder will open Copy and paste that have already saved VBS file.
Thats all here after your PC will say Welcome to your PC, CsespY.
Open the notepad
Copy and paste the following code
Dim speaks, speech
speaks="Welcome to your PC, CsespY"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
Change CsespY to your name.
Save the file like "welcome.vbs".
If you use Windows Vista, Windows 7/8/8.1 Then go to Run→ Type shell: startup Enter.
Now Startup Folder will open Copy and paste that have already saved VBS file.
Thats all here after your PC will say Welcome to your PC, CsespY.

0 comments:
Post a Comment