Tuesday, July 7, 2009

DOS TRICKS:HIDE YOUR SYSTEM DRIVES

How to hide drives without any software, it’s possible to invisible DVD, Floppy, and CD drive also.

Simply follow these steps.

Step-1: Click>START>RUN>type CMD and hit enter.
Now DOS window will appear on your screen
Now type DISKPART and hit enter, now your window is like below.


Step-2: Now type LIST VOLUME and hit enter, now your drives are listed like below.


Step-3: Now type SELECT VOLUME followed by the numerical value of that drive and hit enter; now your assumption volume is selected.

Example cmd: DISKPART > SELECT VOLUME 3
3 is my assumption drive, see below image.



Step-4: Now type REMOVE LETTER what letter you want to remove and hit enter, your assumption drive is invisible successfully now.

Example cmd: DISKPART > REMOVE LETTER E
E is my assumption drive, see below image.


now your assumption drive is invisible successfully.

How to make it visible again?
Select the drive volume you want it to make visible,
Here we hided the drive E in our previous steps, so these steps makes you to visible the drive E again.
Type >DISKPART hit enter
DISKPART> SELECT VOLUME 3 hit enter
Now your volume is selected, type the command as below
DISKPART > ASSIGN LETTER E hit enter
Now your drive is visible, see below image.

No comments:

Post a Comment