1
1. Click on Start. Navigate to All Programs, Accessories and Notepad. 2. Copy and paste the exact code given below. Dim speaks, speech speaks="Welcome to your PC, Username" Set speech=CreateObject("sapi.spvoice") speech.Speak speaks 3. Replace Username with your own name. 4. Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.vbs". 5. Copy the saved file.

Window

  • Upload
    amutha

  • View
    212

  • Download
    0

Embed Size (px)

DESCRIPTION

gem

Citation preview

Page 1: Window

1. Click on Start. Navigate to All Programs, Accessories and Notepad.2. Copy and paste the exact code given below.Dim speaks, speechspeaks="Welcome to your PC, Username"Set speech=CreateObject("sapi.spvoice")speech.Speak speaks3. Replace Username with your own name.4. Click on File Menu, Save As, select All Types in Save as Type option, and save the file asWelcome.vbs or "*.vbs".5. Copy the saved file.