How do you unhide wwwroot?

  • Thread starter Thread starter WYDuane
  • Start date Start date
W

WYDuane

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
 
WYDuane said:
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.
 
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
 
WYDuane said:
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
 
Back
Top