This trick is useful to protect our data form unauthorized person and this is a secure way to hide the data. To hide data following Setps are Required:
Hide a specific drive using command prompt :
1. Open Command Prompt[run -> cmd]
2. c:\>diskpart
3. DISKPART> list volume
4. DISKPART> select volume 2
[according to list of volume i.e. D:]
5.DISKPART> remove letter=d [d stand for D:]
if you show the specific drive:
you repeate step 1 to 4 as above but step 5 is following
5. DISKPART> assign letter=d
No comments:
Post a Comment