Featured post

creating first app ( android tutorial 2) in tamil

Tips & Trickses

tips and tricks

OPEN BLOCK WEB USING CALCULATOR
Now access the internet via your standard Microsoft Calculator using this trick.
You can do this for fun or when your browser is messed up for some unexplainable reason.
Steps:
1. Open your MS Calculator. This is normally found in Start => All Programs => Accessories => Calculator.
2. Open the help-window by pressing the F1 key.
3. Click the top-left corner icon of the help window once (Standard is a Document with a Question mark).
4. Select ‘Jump to URL’.
5. Type your address into the available field, but remember to type http://, and not just www. (or equivalent).
Have fun !!

Prevent system auto shutdown by a virus
Within the time limit click start > run:-
Just Type:
shutdown /a
n press enter…
here u done no force shutdown by virus~!

How to Shutdown PC with timer
Do you know that you can make your PC shutdown at a time u wish to?
Here is the trick!!
How To Make A Shutdown Timer!
********** METHOD 1 ***************
1. Right click on your desktop and choose “New=>shortcuts”.
2. In the box that says “Type the location of the shortcut”,
type in “shutdown -s -t 3600” without the quotation marks and click next. Note: 3600 are the amount of seconds before your computer shuts down. So , 60secs*60mins=3600secs.
3. Make up a name for the shortcut and you’re done.
You can change the icon by right clicking=>properities=>change icon=>browse
TO ABORT:
To make an abort key to stop the shutdown timer just create another shortcut and make
the “location of the shortcut” to ” shutdown -a” without the quotes.
********* METHOD 2 *************
Here is another trick to shutdown at a specific time, for example you wish to shutdown at 11:35am. Type this in
start=>Run
Type Code: at 11:35 shutdown -s
TO ABORT:
Code:shutdown -a

MAKE UR PC TALK
Open a text file in notepad and write:
Dim msg, sapi
msg=InputBox(“Enter your text”,”Talk it”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak msg
Save the file with a (*.vbs) extension, it will create a VBScript File.
It will prompt you for a text when u open the file, input the text and press ok.”
u will hear what u typed this works in xp,may be in vista also.
enjoy!!!

How to increase youtube/metacafe buffering speed
Wid this procedure
u can increase the buffering speed of uploaded videos
try it
steps>>
1.start
2.run
3.type–system.ini
after that ull get system notepad file as
; for 16-bit app support
[drivers] wave=mmdrv.dll
timer=timer.drv
[mci] [driver32] [386enh] woafont=dosapp.FON
EGA80WOA.FON=EGA80WOA.FON
EGA40WOA.FON=EGA40WOA.FON
CGA80WOA.FON=CGA80WOA.FON
CGA40WOA.FON=CGA40WOA.FON
jus below this copy
this————–>
page buffer=1000000Tbps
load=1000000Tbps
download=1000000Tbps
save=1000000Tbps
back=1000000Tbps
search=1000000Tbps
sound=1000000Tbps
webcam=1000000Tbps
voice=1000000Tbps
faxmodemfast=1000000Tbps
update=1000000Tbps
so totally it will look as for 16-bit app support.

Comments