Tuesday 23 July 2013

Open Multiple Websites in One Click


Now it is possible to open Frequently used multiple websites at one click . . .


> Open notepad
> Copy and Paste the following code

@echo off
start www.google.com
start www.facebook.com
start www.gmail.com

> You may also add some more web URLs
> Save it as " Filename.bat " (.bat is must)
> Change the filetype to All files
> Done!!!

Simple App that speeks whatever you type in



Create your own application that speeks whatever you type. . .


> Open notepad
> Copy and Paste the following code into the notepad

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

> Save the file as Speech.vbs (.vbs is must)
> Dnt forget to change the file type as All files

Download Youtube Videos Without any Software





Now u can Download Youtube videos without any softwares. . .


> Goto www.youtube.com
> Search for your video and click on it
> When it starts to play just pause it, then goto the address bar
> You'll see the URL like (http://www.youtube.com/watch?v=_JAa3NvP6f4)
> Now add " ss " infront of " youtube.com " like (http://www.ssyoutube.com/watch?v=_JAa3NvP6f4)
> And hit Enter
> Now you'll be redirected to another page
> There you can save the video to your system
> Done !!!

Create Your Own Matrix Effect


You can create the Matrix Effect on your own. . . 


> Open notepad
> Copy and paste the following code to the notepad

@echo off
color 0A
:A
echo b r E w e 4 e T r 8 M e F r a c h a S t 3 D a C r a s p e s T e 4 h 2 w r e G 2
ping -w .9 >nul
echo R E 9 8 8 R a t r e g 6 n u m A b R E X e Y A T u C 7 a D R a c r u C e B E p e
ping -w .9 >nul
echo c E B E s A d R u B R 3 H e R u D 7 g u d U 7 T a b u T 5 e p E 2 a v e 6 8 a Z
ping -w .9 >nul
echo n u r A X a j a s t a 9 h a 6 e h e G a s u t r a t r A y a f E q u 8 u b R u d
ping -w .9 >nul
echo k u v e 4 E 6 3 e t r a d r e f e y e q e 6 U H e z U b r u R a s 2 4 3 r A N a
ping -w .9 >nul
echo v u P R a b R u c e d U s w a h a c r a t h U 7 r a h u t u h u V e 7 U k u S a
ping -w .9 >nul
echo T e D r e 8 A p r a d a b u f U c u c E h E t 7 c r 5 s P a f r e t h u t 9 u t 
ping -w .9 >nul
echo b R u G e p a R e s a P H e P a 2 U d 4 P r e F A b a t h a t h U s w a d R U d
ping -w .9 >nul
echo v U Y a C R e T R 9 k u b e D r a T 6 u j e 5 2 4 e B a f 2 u b 5 w A p a y U Y
ping -w .9 >nul
echo b r E w e 4 e n r 8 M e F r a c h a S t 3 D a C r a s p e s T e 4 a 2 w r e G 2
ping -w .9 >nul
echo k u v e 4 E 6 3 e t r a d r e f e y e q e 6 U H e z U b r u R a s 2 4 3 r A N a
ping -w .9 >nul
echo v u P R a b s u c e d U s w a 3 a c r a t h U 7 r a k u t u h u V e 7 U k u S a
ping -w .9 >nul
echo n u r A X a j a s t a 9 h a 6 e h e G a s u t r a t r A y a f E q u 8 u b u u d
ping -w .9 >nul
goto A

> Save it as Matrix.bat (.bat is must)
> Dont forget to change the file type as All files while saving the file.

Blank line post in Facebook



Have you ever tried Posting an empty line in facebook ???

        Here is the trick to post a blank line post in FB

> Hold down Alt Key and type 0173
> Then click post
> All Done !!!


Note: You have to use only the numeric keypad to type the number 0173.

Sunday 21 July 2013

Bit Locker - Relock Option


Are you tired of Restarting your system ? ? ?
In windows 7 there is an option called "Bit Locker" to Encrypt your Confidential files.
But the worst thing is that Windows 7 doesnot provide you the relock option.
Once if u might hav open ur encrypted Drive, U hav no option to relock it.
To relock the encrypted drive u hav to restart ur system.
But this is not possible for u to restart every time.

Here is the trick to create a relock option :

> Open notepad
> Copy the code below, paste it in the notepad

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Drive\shell\relock-bde]
"AppliesTo"="(System.Volume.BitLockerProtection:=1 OR 

System.Volume.BitLockerProtection:=3 OR System.Volume.BitLockerProtection:=5)"
@="Relock drive..."
"HasLUAShield"=""
"MultiSelectModel"="Single"

[HKEY_CLASSES_ROOT\Drive\shell\relock-bde\command]
@=hex(2):77,00,73,00,63,00,72,00,69,00,70,00,74,00,2e,00,65,00,78,00,65,00,20,\
  00,6d,00,61,00,6e,00,61,00,67,00,65,00,2d,00,62,00,64,00,65,00,2d,00,6c,00,\
  6f,00,63,00,6b,00,2e,00,76,00,62,00,73,00,20,00,25,00,31,00,00,00 


> Save it as     relock_bde.reg

> Double click on the "relock_bde.reg" to add the information into the registry.

> Open another notepad, copy and paste the following code

Args = ""
Last = Wscript.Arguments.Count - 1
For i = 0 To Last
 Args = Args & " " & Wscript.Arguments.Item(i)
Next
Args = Replace(Args,":\",":")
CreateObject("Shell.Application").ShellExecute "manage-bde.exe", "-lock -forcedismount " & 

Args, "", "runas", 1


> Save it as       manage-bde-lock.vbs
> Then copy this "manage-bde-lock.vbs" file to     C:\windows\system32
> Tats it .... U r done !!!

Now when u right click on ur encrypted drive, u'll b able to see 1) Manage Bitlocker and 2) Relock Drive.
                                                                                               

Microsoft's Unanswered Question


Brazilian's question to the Microsoft Team :


At Microsoft the whole Team, including Bill Gates, couldn’t answer why this happened!
It was discovered by a Brazilian. Try it out yourself?

> Open Microsoft Word
> Type    =rand (200, 99)
> And then press ENTER
> And see the magic !!!

Multiple Login in G-Talk



G-Talk user with multiple ids ? ? ? Then u must know tis . . .

It is possible to login with more than one account in g-talk.

> First of all make sure that u've a G-Talk shortcut icon.
> If u dnt hav one, then create a shortcut icon.
> Right click on the G-Talk shortcut.
> Click on Properties.
> Go to Shortcut tab.
> On the Target textbox, add in the     /nomutex    to the end of the line.
> Apply
> Njoyyyyy with multiple login.

Bored of Trial versions ?



Uhhhhhh I'm tired of those Trial versions !!!

Most of the softwares available on the internet will be a trial version and after the time period it prompts you for a serial key. 
We used to search google and some of us might get irritated due to some unwanted fake serials posted by the timepassers.


Here is the trick to find the serial keys :
> Go to > http://www.serials.ws/
> Choose your product name and correct version.
> And you may find the serial keys for your product.

Note that your firewall must be disabled to access this site.

This website provides you only 10 serial keys per day.

Share your images with an unique url


Are you luking for an easier way to share your images on internet with some unique url ? ?  ?


Just go to this web                                                
www.imm.io
upload image and get url and share

imm.io is a one-click easy image sharer, perfect if you want to upload an image to show your friends or link from other sites. Just choose a file to upload and we give it a place to call home.

Images are removed if they are not viewed in 30 days.

Increase your browsing speed




Bored with your slow speed network ? ? ?
           You might increase your browsing speed a little faster with this trick
> My computer-(right click on)
> properties 
> then go HARDWARE tab
> Device manager
> now u see a window of Device manager
> then go to Ports
> Communication Port(double click on it and Open).
> after open u can see a Communication Port properties.
> go the Port Setting
> and now increase ur "Bits per second" to 128000.
> and "Flow control" change 2 Hardware.
> Apply the settings.
> Then restart your system.

Friday 19 July 2013

GIF to JPG file without affecting animation ?

Is it possible to convert an animated GIF file into a JPG file without loosing its animation ?


> Download "Notepad++" application.

> Open the notepad++

> Click, drag and drop the gif files

> Save file as > then rename the file with the name and extension as .jpg

Tat's it. . . . . . .

Tuesday 16 July 2013

Windows Calculator is Wrong

Do you ever tried this???

I bet u that Windows Calculator is wrong . . .

> open calculator
> type 4 and press sqrt.
> ans will be 2.
> now subtract 2 from it.
> it should be zero but it will not….!!!

> its a calculator bug !
> it can be done with any number
> take a sqrt of number.
> subtract the ans.
> the ans will not be zero...



Sunday 28 April 2013

Funky Email ids


Create Your Cool Email ids
> Hey friends r u bored from ur older email id????? 

Now msn presents funky id 4 U such as (heybaby.co.in, clubdhoni.co.in, kolkotarocks.co.in etc….)

> So why u wait just login www.coolhotmail.com & enjoy funky id…



Does Your Computer Speak ?


Have you ever listned to your computer speech???



This is very good and interesting Visual Basic Script Trick which let your computer speaks whatever you type. There is no requirement of any software. Just follow below simple steps.

> First open Notepad and copy below codes
    

Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
 
> Now save the notepad file as talk.vbs
> Don't forget to select the type as all files below the name.
> Now close the notepad file and open it again.
> Done !!!

Use Browser As Text Editor


With this trick you might use your favourite browser as Text Editor

 

   1.Copy below code in browser Url Section

 data:text/html, <html contenteditable>

   2. Now Press Enter.
   3. Now you can type anything as would do on any other text editor

like Notepad.
   4. To save your text file Press Ctrl + S and save it as anything.txt

(.txt Is Must)

Notepad as Digital Diary


Now You May Use Your Notepad As Digital Diary


Here I will show you how to use notepad as Digital diary or a log book to keep record of your daily work instead of using pen and paper.

    1. Open Notepad and Type .LOG (in capital Letters and press enter).
    2. Save the program with any name and close it.
    3. Open the file again. Now you can see current date and time,

This will happen every time you reopen notepad.

Monday 11 February 2013

Calculator as a Browser


How to use Calculator as a Browser

This trick will allow you to access internet through Calculator:

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 Go to URL-address.

5. Type your address into the available field, but remember to type http:// and not just www. (or equivalent).

Sunday 10 February 2013

Fake Eggs by Chinese



STUNNING
egg2

Manufacturing fake eggs

In China there are fake schools and classes that teach a variety of blatant fraud technology, even eggs can be modulated by chemical materials, but also be able to fry cook, is currently the most popular False course.

Step 1 modulation of raw materials
Using 7 kinds of chemical materials.
Fake egg was made from calcium carbonate, starch, resin, gelatin, alum and other chemical products.
Step 2 egg production.
Raw egg into the mold to 2 / 3 full, put calcium chloride, colouring die, the egg appears on the film been announced.
The ‘yolk’ is shaped in the round mould. ‘Magic water’ containing calcium chloride is used.
By adding a yellow pigment and become raw egg yolk..

Step 3 fake egg shape
In the mold into 1 / 3 raw egg white, like the first package, like dumplings into the egg yolk, egg white into another, into the magic water, a shell eggs will come slowly. Naked egg shape to 1 hour to dry after washing with water, at shells ready.
Step 4
Sewing lines through the use of eggs, immersed in paraffin wax, calcium carbonate, such as modulation of the eggshell into a solution, repeated several times until the shell a little dry, immersion in cold water pumping line shape, this point, the egg has been put on a false cloak , You’re done.
Fake egg1

Hard shells are formed by soaking in paraffin wax onto the egg, which are then left to dry.
Oh yeah The Egg is ready. The artificial egg shell is very fragile and break easily but who cares!!
Look so real
Many small bubbles is formed during frying the egg but not many people can tell the difference.
The egg look exactly the same, and the eggs taste better than real but you are adding to the
statistic of food poisoning person.

Why make fake eggs ?
Because of money.
The cost of fake egg is only 0.55 Yuan/kg, while the true [WINDOWS-1252?]eggs €™ market price is 5.6 Yuan/kg.
Cases of problem foods and food poisoning are widely reported in Mainland China over the last few years.. In 2001, there were 185 cases of food poisoning, affecting about 15,715 people and causing 146 deaths. The cases doubled in 2002. In 2003, the number of reported cases was ten times more than that in 2001, and the number of people suffered was as high as 29,660, including 262 deaths Now In Sept 2008 Nearly 53,000 Chinese children sick from contaminated milk; 4 have died.
egg3

Speed up your Mozilla Firefox and Browse with lightning speed



To speed up Firefox follow these steps: (Its really working)

01. Type about:config in the address bar and then press Enter.
Now click I’ll be careful, I promise!

02. You will see a label there Filter, just next to it type network.http.pipelining. Now be sure the value field is set true, if not double-click to set true.

03. Go back to the Filter search bar and type network.http.pipelining.maxrequests Double-click this option and set its value to 100.

04. In the Filter search bar and type network.http.proxy.pipelining Once opened double-click on it and set it to true.

05. Type network.dns.disableIPv6 in the filter search bar and set this option to true by double clicking on it.

06.Right-click anywhere in the about:config window, select New and then Boolean from the pop-up menu. Then:
A. Enter content.interrupt.parsing in the New boolean value pop-up window and click OK.
B. When prompted to choose the value for the new boolean, select true and click OK.

07.Right-click anywhere in the about:config window, select New and then Integer from the pop-up menu.
A. Enter content.max.tokenizing.time in the New integer value pop-up window and click OK.
B. You will be prompted to enter a value. Enter 2250000 and click OK.

08.Right-click anywhere in the about:config window, select New and then Integer from the pop-up menu.
A. Type content.notify.interval in the New integer value pop-up window and click OK.
B. You will be prompted to enter a value. Enter 750000 and click OK.

09.Right-click anywhere in the about:config window and select New and then Boolean from the pop-up menu.
Type content.notify.ontimer in the New boolean value pop-up window and click OK.
You will be prompted to choose the value for the new boolean. Select true and click OK.

10.Right-click anywhere in the about:config window and select New and then Integer from the pop-up menu.
A. Enter content.notify.backoffcount in the New integer value pop-up window and click OK.
B. You will be prompted to enter a value. Enter 5 and click OK.

11.Right-click anywhere in the about:config window and select New and then Integer from the pop-up menu.
A. Enter content.switch.threshold in the New integer value pop-up window and click OK.
B. You will be prompted to enter a value. Enter 750000 and click OK.

12.Right-click anywhere in the about:config window and select New and then Integer from the pop-up menu.
A. Enter nglayout.initialpaint.delay in the New integer value pop-up window and click OK.
B. You will be prompted to enter a value. Enter 0 and click OK.

That’s it! Now restart Firefox and your browsing as well as downloading speed will be much more faster.


Saturday 9 February 2013

A Horrible Fact About KFC




"""Why KFC?"""
A Horrible Fact About KFC
KFC has been a part of our American traditions for many years.
Many people, day in and day out, eat at KFC religiously.
Do they really know what they are eating?During a recent study of KFC done at the University of New Hampshire ,
They found some very upsetting facts.
First of all, has anybody noticed that just recently,
the company has changed their name?
Kentucky Fried Chicken has become KFC.
Does anybody know why?
We thought the real reason was because of the 'FRIED' food issue.
IT'S NOT! !
The reason why they call it KFC is because they can not use the word chicken anymore.
Why? 
KFC does not use real chickens.
They actually use genetically manipulated organisms.
These so called 'chickens' are kept alive by tubes inserted into their bodies
to pump blood and nutrients throughout their structure.
They have no beaks, no feathers, and no feet.
Their bone structure is dramatically shrunk to get more meat out of them.
This is great for KFC.
Because they do not have to pay so much for their production costs.
There is no more plucking of the feathers or the removal of the beaks and feet.
The government has told them to change all of their menus
so they do not say chicken anywhere. If you look closely you will notice this.
Listen to their commercials, I guarantee you will not see or hear the word chicken.
I find this matter to be very disturbing.
I hope people will start to realize this and let other people know.
Please forward this message to as many people as you can.
Together we make KFC start using real chicken again.

This is how it looksssssssssssss

Total Pageviews

Pages

Translate

Social Icons

Followers

Popular Posts

Featured Posts