All Drives in My Computer Are Hidden (153000)
The information in this article applies to:
- Microsoft Windows 95
- Microsoft Windows NT Server 4.0
- Microsoft Windows NT Workstation 4.0
This article was previously published under Q153000 SYMPTOMS
Although you have turned off the Hide Drives In My Computer option in
System Policy Editor, all the drives in My Computer may still be hidden.
CAUSE
This behavior occurs if you use System Policy Editor to create a system
policy with the Hide Drives In My Computer option enabled. This option
cannot be disabled in a system policy once it has been enabled because of
a setting in the default template (Admin.adm).
RESOLUTION
To resolve this issue, modify the default template. To do so, follow these
steps:
- Make a copy of the default system policy template file (Admin.adm).
This file is located in the Windows\INF folder. Note that this
folder may be hidden.
- Use Notepad to open the Admin.adm file.
- Search for the text hidedrives. The default
entry for this section should be:
POLICY !!HideDrives
VALUENAME "NoDrives"
VALUEON NUMERIC 67108863; low 26 bits on (1 bit per drive)
- Modify this section to read as follows:
POLICY !!HideDrives
VALUENAME "NoDrives"
VALUEON NUMERIC 67108863 ; low 26 bits on (1 bit per drive)
VALUEOFF NUMERIC 0 ; ******
- Save and then close the file.
Modification Type: | Major | Last Reviewed: | 8/8/2001 |
---|
Keywords: | kbenv KB153000 |
---|
|