Showing posts with label hack windows. Show all posts
Showing posts with label hack windows. Show all posts

Sunday, 30 June 2013

Make a simple windows 7 gadget

 First of all what are gadgets? 

Gadgets are lightweight HTML and script-based applications which can present information or provide functionality from a variety of sources such as websites or services. To make a gadget you need to know the basic of HTML.


     * In this tutorial I am going to show you how to make a simple windows 7 gadget. A basic gadget needs an XML file named exactly gadget.xml and an HTML file with the gadget name. Also you can include any pictures needed in the gadget. In this tutorial I am going to show you how to make a simple demo clock gadget which would display time in a simple way. Just follow the steps given and if you know basic HTML you will find it easy to understand.


Procedure to make a gadget.. 
 
Step 1:  First of all make a new folder on your desktop and rename it anything you want.

Step 2: Put the html file which would be your gadget into the folder and rename the file as the name of the gadget. In this case the name would be NXClock.html. The demo code for the html is given below.

Caution : If u know HTML mess with it or else dont modify just learn and come back to make a gadget..

 


Step 3: Now save the following code as gadget.xml EXACTLY into the folder you created earlier. Do not name it anything else or the gadget will not work. You must replace the NXClock.html with the name of the html file if you are making your own gadget. And you can change the title too.

Caution : If u know HTML mess with it or else dont modify just learn and come back to make a gadget.. 

 


Step 4:  Add the NXClock.html and gadget.xml to a zip file

  Be careful to add the files to the zip file, NOT the folder containing them.

Step 5: Now change the extension of the zip file to .gadget. You can either do this by going to folder options > View and disabling the Hide extensions for known file types and then changing the extension. Or else you can do it using command prompt.

Step 6: Now you will have ended with a windows gadget file. Open it and click install and if all went right a new gadget would appear on your desktop!

ANy doubt Ask in comments always welcome ....

Video :- 

       Video will be soon..


 

Continue Reading →

Hide or embed files in image files


This is a simple trick to hide any files inside a picture file like a jpg or png image. This is very simple and needs only command prompt and a file compression tool like WinRAR.

Caution : If you dont have winrar please take time and go to our homepage and scroll down you will find full version and latest version there..

 Yeah back here.. 
Just follow these steps to turn a normal picture file into a secret file package!

Step 1: Add all the files you want to hide into an archive using WinRAR.

Step 2: Copy the archive and the picture you want to put the files to a new folder.

Step 3: Unselect all the files and right-click while holding Shift and select "Open command window here" from the menu. Or else you can open cmd and change the directory to the directory of the folder. For example if you have put the archive and picture to C:\Users\Anbu\Desktop\Newfolder then type the following command in cmd: cd /d "C:\Users\ANbu\Desktop\Newfolder"

Step 4: Assming that the RAR file name is Secret.rar and the image file is Image.jpg, type the following command into the command prompt window :
 copy /b Image.jpg + Secret.rar FileName.jpg 
Replace FileName with anyname you want for the output image file with the files hidden in it.

You will have a new jpg file with the files hidden in it. 

But How to retrieve files ?

* Be cool .. Now the question is how to retrieve the hidden files from the picture. To do that open the image file with WinRAR. Or else change the extension of the image to .rar and then open it. You will see the file you hid in the picture.

 If an error comes repair the file using WinRAR.Any unexpected error comment below


This is a great way of sending secret files to a friend unsuspiciously unless you decide to hide a large file in the image file and somebody sees that the picture has such a large size! Try it and remember to report any problems and questions.


Continue Reading →