on Wednesday 9 May 2012
Today I am going to tell you how to add drive in "SEND TO" option in pop menu so that you can send your content to specific drive easily.
Final view:
Send to folder

So to do this Just navigate to below path:

X:\Users\PC name\AppData\Roaming\Microsoft\Windows\SendTo

Here X: is anything like C:,D:,E: etc where you installed windows.
And in my case PC name is Sarju.

Now in SendTo folder Create shortcut for your drive.
For creating shortcut you can drag and drop drive from left panel or by right clicking and new-->shortcut.

From now then when right click on any file you see your drive in SendTo option as seen in upward image.

You can also put folder shorcut in SendTo directory. 

on Monday 7 May 2012
Today I am going to tell you how to add your favorite application/software to right click in your windows.
So that you can quick access to your frequently used software.

For editing context menu you have to follow few steps which are given below.

First of all open registry editor. By typing regedit in run window.
Then go to HKEY_CLASSES_ROOT \ Directory \ Background \ shell .
Now right click on shell key and create new key under shell key.And name that key which you want that name gonna to be display in right click.(For Ex.--> VLC,Google Chrome etc.)
Now under that key create new key named command .See below.  


Now in that command key in right hand side panel there is default string.
Now copy full path of your favorite application.(Ex-->"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe")
And then double clicked on default then paste that full path.

That's it.
Now right click any where you can find your application.
Final view like this.

You can add as many application you want.
I hope you enjoyed this thing.......................





on Saturday 5 May 2012
Ok,So now, Today I am going to tell you hoe to hide any type of data behind Image so that no one can know
what is in image.

Technique to hide data in image is called steganography.
Here is the step to do steganography without using any software.

First of all select on file which you want to hide.
Then put that file into one archive file because when you use cmd to do steganography archive file is working well with it.

Now choose image file behind which you want to hide data.

Now open Command Prompt(CMD) then do as follow.

For Ex. : I have an image old.jpg  behind which i want to hide data and a file private.txt which i want to hide.
now I  put private.txt into private.rar .

I run this command-->  copy /B old.jpg + private.rar new.jpg
It will create new.jpg file behind that my private.rar file lie.
Now to see private.rar file just rename new.jpg to new.rar and then doubled click.

Here is the snapshot.
           


I hope you enjoyed it.
Have a nice day.................................................