Simple vbscript to make your Computer Welcome You

Using this trick you can make your computer to welcome you in its computerized voice

Follow the instruction below:

1. Open notepad.

2. Copy and paste the code below.

          Dim speaks, speech
          speaks="Hey buddy"
          Set speech=CreateObject("sapi.spvoice")
          speech.Speak speaks


3. You can change speaks line to make your computer to welcome you in the way you like. Eg: speaks="welcome to your pc, Ron", speaks=" welcome Arthur ".

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.

6. Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) and to C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 8, Windows 7 and Windows Vista) if C: is your System drive. AppData is a hidden folder. So, you will need to select show hidden folders in Folder options to locate it "Note: Enabling hidden folder option varies depending on Operating System ".


7. Paste the file.


Next time when you start the computer, Windows will welcome you in its computerized voice 


Try it feel like Hacker.

Source:Google

0 comments:

Post a Comment