Because of certain excuse, sometime we are probably to hide our Computer Drive (C,D,E….) in computer.
Here are two alternatives that can be done to hide or remove the drive from our windows display without going through the registry editor and without using additional software.
The first way is to use diskpart command, and the latter by using gpedit (group policy editor), which must be both easy to do
The first way is by using the diskpart command.
1. Click Start -> Run -> type cmd -> click OK
2. Type diskpart -> press enter
Specify which Drive will be hidden, for example here we will hide drives D.
4. Type select volume 3 -> press Enter
5. Type remove letter D -> press Enter
type exit to quit diskpart.
(To see the results check on my computer, in some cases the computer must be restarted first).
To Restore or show the hidden drive back, do the same from step 1 to 4
In step 5 orders changed to:
Type assign letter D
The second way is by using the command gpedit (group policy editor)
1. Click Start -> Run -> type gpedit.msc -> click OK
2. Double-click User Configuration -> Administrative Templates -> Windows Components -> Windows Explorer -> then select the Hide these specified drives in my computer in the right window.
2. Double-click User Configuration -> Administrative Templates -> Windows Components -> Windows Explorer -> then select the Hide these specified drives in my computer in the right window.
In the Hide specified drives in My Computer Window: select enable, then specify the drive that will be hidden (restrict)
For example here that will be hidden is drive D, then select restrict D drive only, then click Apply -> OK
Check in My Computer to see the results.
To show again, do the same sequence of steps, then the Hide specified drives in My Computer windows, select Not Configured option -> click Apply -> OK
Good luck hopefully useful.
0 comments:
Post a Comment