tips for hacking, Google tips,computer terms, spyware ,administrator hack,types of viruses,dvd movie backup,MICROSOFT, articles .

*******************************************WELCOME*************************************************

Welcome to all the people to COMPUTER MANIA , those who want to grow interest in computer world and become a perfect computer operator with having good knowledge of hacking,viruses ,worms,computer functinality,softwares,solution of many pc problems and many more.....

spott

Spottt
Spottt

Google search

4/29/09

Change Default Drive Icon of USB Pen Drive

simple and easy trick that will bring life to the icon you see whenever you insert your drive.

The trick is very easy and you can put any pic of yours to the icon of your drive.
What you need
• USB drive
• Icon image file in .ico format (you can either download or create your own using
this software)
How to make
1. Insert your USB Pen Drive and open it.
2. Create a Notepad file in it and write in the following values as shown below

3. Here Label is the name of the drive and Icon refers to the name of your icon file.
4. Save it and then rename it to “autorun.inf”.
5. Ensure that autorun and ico files are present in the drive all time (you may also hide them).
The drive will show the new icon when you insert it the next time. So tell me how you liked the trick.

Steps to Install .msi files in Linux

MSI files are the popular Microsoft Installer Files used in Windows today to execute and install a program. These files do the same work as other exe files in Windows.
Msi files are mostly setups of applications and Windows can install these files but what if you want to install these files in Ubuntu or Linux?
Wine is a great way to install Windows Installer files in Linux but the only problem with this is that it normally opens exe files only. So here is how to install msi file with Wine in Linux.
Install msi file in Linux
• Open the terminal
• Type in the following command

msiexec /i installer.msi
where installer.msi is the name of your msi file.
That’s it msi file will be opened now in Linux.

4/16/09

Create an ISO Image from a CD/DVD

One big advantage of using ISO image file for CD/DVD is, the image file contains all files/folders and the structure of the CD/DVD, including the hidden sectors, for example, the boot sectors. Some CD/DVD are "bootable", which means you can use the CD/DVD to startup your pc and run some installations or utility. With this kind of CD/DVD, when you view the contents in Windows, you won't see the bootable portion. And when you make a copy of the CD/DVD using the normal method for files, the bootable sectors will NOT be included. However, the Image method will take care of that.

The general way to make copy of a CD/DVD with hidden contents (i.e. boot sectors) is:


(1) Create an ISO image of the CD and store it in local hard drive, then
(2) Burn the image back to a blank CD/DVD.

The steps of burning an ISO image to CD/DVD are different depending on which tool you use. However, the following key points should be the same:

  1. Insert the CD/DVD which you want to create the image from.
  2. Open the burning tool.
  3. Select the save ISO/image option.
  4. Browse to the destination location to save the ISO/image file.
  5. Execute the image capture.

Detailed Steps

If you have not installed a burning program, you can download free CD/DVD burner and install it. Make sure you reboot after the installation.

  1. Insert the CD/DVD with contents, which you want to create the image from.
  2. Open the Free Easy CD DVD Burner program.
  3. Click on the "Copy CD/DVD" button on the top.



  4. Under the "Action" menu on the left, click the "Copy on your hard disc" link. (Note that if this link is not selectable, then you might have no (or invalid/blank) CD/DVD in your drive.)



  5. The window "Save your disc as..." opens, browse to the location where you want to save the ISO file. Enter the name of ISO file as you wish to save in the box "File name:" then click "Save".



  6. The main screen of Free Easy CD/DVD Burner program comes back with the burning process started.
  7. When the process completed, the message "Image Writing Completed!" displayed.



  8. Note that this ISO file can be burned back to the CD/DVD only with the ISO option. Burning this ISO file to CD/DVD using the data file method will not extract the files and folders to CD/DVD.