Wednesday, March 6, 2013

Windows hidden Tricks

Speak message trick
speakvbs This is the trick with notepad you can do. But remember you need Speaker or Headphone for this trick.

Let’s start open a notepad file. And write this:-

Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message


Save this file with name “Speak.vbs”
And now open it and write something in it and hit Enter. speak to me







Yes you can also shutdown your computer with the help of notepad just follow these steps.
Step 1: Open notepad and write the following.
@echo off
msg * I am tired.
shutdown -c “So, Bye Bye” –s
Step 2: Save the file as shutdown.bat
Step 3: Now open the file shutdown and your computer will shut down on its after showing the message in it.

No comments:

Post a Comment