How to make Your PC Welcomes You




Step:1

            Open Notepad just (windows key+R & type notepad).

Step:2

            Paste The Following code
               
            str="Welcome back Createcoders,I checked your data.It's safe"
            set speech=CreateObject("sapi.spvoice") 
            speech.Rate=-1
            speech.Speak str

            Replace str value with your matter what do you want like "hi,jeev".

Step:3

           Save File as .vbs extension for example, welcome.vbs

Step:4

           Copy or Cut Your File And Navigate to Startup Folder

           Just Do Same as Following
          ➼Press Windows key+R.
          ➼Type shell:startup (it goes to startup file).
          ➼Paste the file .

Step:5

           Well,You have Done Great Job....

           Restart Your System and Enjoy😋


Note:
      Dear Learner!! Don't Stop Learning Continue to Learn all Computer Science Topics in our  blog😋.