Tuesday, November 22, 2011

Hide Disk Partition Using Command Prompt

Now hiding the disk partitions is becoming more popular than encrypting the specific drives, because this process takes plenty of time slowing down the PC an creating many problematic issues. Evan third party softwares are also not upto the mark.

Hence in this topic we will hide our specific partitions by the command prompt. It's fast, easy and safe, no need of reboot even!!!
Follow the setps correctly-


Step 1: Open the command prompt from the run window


Step 2: Run the prompt with privileged mode, type in diskpart

 Step 3: Then type "list volume"

Step 4: Suppose u wanna hide drive e: then type "select volume 3"


Step 5: Now type "remove letter e". Now a message will come { Diskpart Removed the Drive letter }



Step 6: To access the content of hidden Drive repeat the process mentioned above. But in 5th step replace " remove" to "assign" i mean type "assign letter e"
NJOY :D

No comments:

Post a Comment