Monday, January 24, 2011

How to Create a Hard Disk Partition in Windows 7

Do you have plenty of free space on your C: drive? If so, one of best things you can do is to create another drive on your hard disk by creating a new partition (also known as a volume). Fortunately, Windows Vista and Windows 7 both allow you to do this easily.You might be wondering why this is such a good idea. The safest place to store important information would be on a different machine, a backup drive or DVD. These aren’t always immediately available. It’s convenient to have an extra drive always there when needed. Another reason is that your operating system may some day need to be re-installed. If your personal information is on the same drive as the OS, you might lose it if it’s not backed up somewhere else.
Now that I’ve told you why, I’ll show you how. First, we’ll open the disk management console. An easy way to do this is the hit the Start button and type in the word “partition”, then select the result labeled “Create and format hard disk partitions”.
search-menu
Right click on the C: drive and choose “Shrink Volume”. This is the first step in creating the space you need for your new partition.
shrink-volume
Now you’ll see the system checking to see how much space you can borrow from your C: drive.
querying-shrink-space
After the query process, you’ll see the size before and size available. Type in the number of megabytes you want for your new partition. Keep in mind that 1024 megabytes is equal to one gigabyte. Also make the size smaller than the “available” by a one or two thousand megabytes, just to allow a safety margin.
amount-of-space-to-shrink
After the Shrink process finishes, you’ll see the new partition as “Unallocated”. The next step is to turn it into a simple volume. Right click on the unallocated space and chose “New Simple Volume”.
new-simple-volume0
Now you’ll see the “New Simple Volume Wizard”.
simple-volume-wizard
After clicking “Next”, you’ll be asked to specify a size for the new volume. The default is what you’d normally want, so click “Next” once again.
simple-volume-wizard2
You’ll be prompted to assign a new drive letter. I usually choose a higher letter so that the DVD or other devices on your system won’t have to be assigned new letters when they are detected. Click “Next” when you are done.
simple-volume-wizard3
Now you’ll be asked if you want to format the new volume. The best choice is typically NTFS. After making your choice here, click “Next”.
simple-volume-wizard4
You’ll be given one more look at the settings before you launch the formatting process. Review the info and click “Finish” when ready.
simple-volume-wizard5
Before it starts, you may get a warning about “Dynamic disk’s”. If you aren’t dual booting another operating system, you can ignore this and click “Yes”. If you are using more than one OS, you might lose any special boot managers at this point. You should research your best options if that’s the case.
dynamic-disk
Your new disk will appear in the Disk Management console now.
new-simple-volume2
That’s all there is to it. When you return to Windows, you’ll be able to use the new disk to store your personal information.

Remove AUTORUN.INF from infected computers

Remove Autorun.inf Manually here i have given  3 methods .Choose anyone Method to remove the Virus…
1st Method :
Start–>Run–> Type Cmd –>Click Ok
so just type this stuff
at c:\ prompt
attrib a*.inf -h -a -s -r
del autorun.inf

Note : Then Change the Drive Letter C,D,E,F,G….and repaeat the Same Process..
Example :
delete Remove AUTORUN.INF from infected computers
2nd Method:
This Method is Simple and Easy,

Here is a simple code to remove autorun.inf: (start copying from the next line down):
cd\
c:
attrib -r -s -h autorun.inf
del autorun.inf
d:
attrib -r -s -h autorun.inf
del autorun.inf
e:
attrib -r -s -h autorun.inf
del autorun.inf
f:
attrib -r -s -h autorun.inf
del autorun.inf
g:
attrib -r -s -h autorun.inf
del autorun.inf
h:
attrib -r -s -h autorun.inf
del autorun.inf
i:
attrib -r -s -h autorun.inf
del autorun.inf
j:
attrib -r -s -h autorun.inf
del autorun.inf
k:
attrib -r -s -h autorun.inf
del autorun.inf
l:
attrib -r -s -h autorun.inf
del autorun.inf
m:
attrib -r -s -h autorun.inf
del autorun.inf
n:
attrib -r -s -h autorun.inf
del autorun.inf
o:
attrib -r -s -h autorun.inf
del autorun.inf
p:
attrib -r -s -h autorun.inf
del autorun.inf
q:
attrib -r -s -h autorun.inf
del autorun.inf
r:
attrib -r -s -h autorun.inf
del autorun.inf
s:
attrib -r -s -h autorun.inf
del autorun.inf
Copy this in a NOTEPAD file, then save the notepad file as : “file.bat” and then run it to remove all the rubbish of autorun.inf
3rd Method :
Autorun Eater:
Autorun Eater was born due to increase of malwares using the ‘autorun.inf’ tactic to infect users unknowingly be it from flash drives, removable hard disks or any other removable storage device.

Download: Autorun Eater