Skip to main content

The Simplest Way To Manage Harddisk Partitions.




harddisk partition
Download Link / Website: 
 Partition Wizard Home Edition
Let say you have 91.75GB (C: drive 20GB while D: drive 71.75GB)
Suddenly you wish to increase your C: drive to 30GB but you don't want to format your PC.
Well you don't have to..
Windows Vista / Windows 7
1) Start -> Run -> type in 'Diskmgmt.msc' and press Enter.
2) Right click any of your drive and choose either 'Expand Volume' or 'Shrink Volume'
3) Enter your desired size to shrink or expand, and Windows will do the rest for you.
You may need to shrink one of your drives before you could expand the other. You'll also need to have enough free space on that particular drive (defragged) to be able to 'shrink' :)
You may also use the software introduced below too.
Windows XP
You will need to download 3rd party software for this, luckily here's a free one: Partition Wizard Home Edition(Supports Windows Vista/7 as well). It is a very powerful software with lots of features. I haven't tried it myself but it received quite a number of positive reviews for it's simplicity and usability.
Please leave your comments here if you manage to try it :)

Comments

Popular posts from this blog

How to lock any file or folder without any software.

  With this trick, you can create a secure password protected  folder  in Windows which no one except you can access. To use this trick, follow the instructions given below:-   1.  Open  Notepad . 2.   Copy and paste  the exact code given below:- cls @ECHO OFF title computer-tricks-corner.blogspot.com if  EXIST  "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto  UNLOCK if NOT EXIST MyFolder goto MDMyFolder :CONFIRM echo Are you sure to lock this folder? (Y/N) set/p "cho=>" if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==n goto END if %cho%==N goto END echo  Invalid  choice. goto CONFIRM :LOCK ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" echo Folder locked goto End :UNLOCK echo Enter password to Unlock Your Secure Folder set/p "pass=...

Medal of Honor: Warfighter GPU & CPU Performance

Released on PC, Xbox 360 and PlayStation 3 in October 2010, Danger Close and EA's Medal of Honor reboot brought the franchise to modern-day Afghanistan after a dozen previous titles set during World War II. Having been a fan of entries including Medal of Honor: Airborne and Medal of Honor: Pacific Assault, I was excited to crack open the latest version and test its performance on enthusiast hardware . Although its graphics weren't groundbreaking, 2010's Medal of Honor looked decent while allowing low-end GPUs to provide playable performance using respectable quality settings. Looking at the old benchmarks I see that even then quad-core processors were a must, with dual-core chips giving half as much performance. Having grown accustomed to Modern Warfare-like titles, Medal of Honor's relatively tame GPU requirements weren't too shocking. Interestingly, it seems Medal of Honor: Warfighter might buck that trend, as its recommended system specificati...

The Best Free Tools for Encrypting your Data

The Internet world revolves around two important terms:  security  and  privacy . Data encryption is probably the best solution to get both of these necessities, as you can not only password protect your files, but you also have the option of masking and denying the fact that you've got something to conceal. Unfortunately, not everyone can afford to spend money on premium software, so I've decided to offer you a list with the best free encryption tools that you can find on the market. Each of the applications included in this collection is focused on a specific task, so no matter what your encryption needs are, you will most likely find something suitable for your purposes. In case you are completely new to this field, I will start by telling you that encryption is considered to be the most efficient method of keeping your data private. When a file is encrypted, the data inside it is scrambled and only someone with the right password (and the same encryption applica...