Column Right

Hide and Unhide drive from command prompt


How to hide drive from command prompt?
Steps:
1. Click on start button.
2. Click on "Run" command.
3. Type "CMD or Command".
4. Click on ok button.
5. Type "Diskpart" then press "Enter" key from keyboard.
6. Type "List volume" then press "Enter" key from keyboard.
7. Type "Select Volume (Number) 2" then press "Enter" key from keyboard.
Note: "Select Volume 2" means actual Volume number you want hide.
8. Type "Remove Letter D" then press "Enter" key from keyboard.


How to unhide drive from command prompt?
Steps:
1. Click on start button.
2. Click on "Run" command.
3. Type "CMD or Command".
4. Click on ok button.
5. Type "Diskpart" then press "Enter" key from keyboard.
6. Type "List volume" then press "Enter" key from keyboard.
7. Type "Select Volume (Number) 1" then press "Enter" key from keyboard.
Note: "Select Volume 2" means actual Volume number you want to display.
8. Type "Assign Letter D" then press "Enter" key from keyboard.

No comments