How do you unhide wwwroot?

G

Guest

Guest
Archived from groups: microsoft.public.win2000.file_system (More info?)

On my computer running Windows 2000 Pro, the folder
C:\InetPub\wwwroot has been hidden by the System and is
not visible to some applications. I need to know the
necessary procedure to "unhide" this folder.

WYDuane
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.file_system (More info?)

WYDuane <anonymous@discussions.microsoft.com> wrote:
> On my computer running Windows 2000 Pro, the folder
> C:\InetPub\wwwroot has been hidden by the System and is
> not visible to some applications. I need to know the
> necessary procedure to "unhide" this folder.

In Windows Explorer, right-click on the folder, click on Properties, on
the General tab clear the Hidden box.

--
Gary L. Smith gls432@yahoo.com
Columbus, Ohio
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.file_system (More info?)

This is a system file, the hidden is disabled. I think
that one has to unhide it via the command line generator
but I don't know what the command is.
WYDuane
>-----Original Message-----
>WYDuane <anonymous@discussions.microsoft.com> wrote:
>> On my computer running Windows 2000 Pro, the folder
>> C:\InetPub\wwwroot has been hidden by the System and
is
>> not visible to some applications. I need to know the
>> necessary procedure to "unhide" this folder.
>
>In Windows Explorer, right-click on the folder, click on
Properties, on
>the General tab clear the Hidden box.
>
>--
>Gary L. Smith gls432@yahoo.com
>Columbus, Ohio
>.
>
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.file_system (More info?)

WYDuane <anonymous@discussions.microsoft.com> wrote:
> This is a system file, the hidden is disabled. I think
> that one has to unhide it via the command line generator
> but I don't know what the command is.

Open a command prompt window: Start > Run > type "cmd" > OK
In the window, type this command:
attrib -s -h C:\InetPub\wwwroot

--
Gary L. Smith gls432@yahoo.com
Columbus, Ohio
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.file_system (More info?)

Thanks Gary:
The command fixed the problem. I really appreciate your
help.

Duane
>-----Original Message-----
>WYDuane <anonymous@discussions.microsoft.com> wrote:
>> This is a system file, the hidden is disabled. I think
>> that one has to unhide it via the command line
generator
>> but I don't know what the command is.
>
>Open a command prompt window: Start > Run > type "cmd" >
OK
>In the window, type this command:
>attrib -s -h C:\InetPub\wwwroot
>
>--
>Gary L. Smith gls432@yahoo.com
>Columbus, Ohio
>.
>
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.file_system (More info?)

Duane Dickson <anonymous@discussions.microsoft.com> wrote:
> Thanks Gary:
> The command fixed the problem. I really appreciate your
> help.

You're welcome. Thanks for the feedback.

--
Gary L. Smith gls432@yahoo.com
Columbus, Ohio