computing
  • 0

Can’t Unhide Folders

  • 0

I searched other discussion for this answer but it seems the suggested solutions did not solve the problem I have.

I have several folders that are hidden and the hide/unhide tick box in the folder properties is disabled. I tried the attrib command in the command prompt but “Not resetting system file” shows back. I also tried the regedit and it still didn’t fix this prob but I am not sure if I did the right setting in the regedit. All my folders shows a link which won’t open my hidden folders either.

Would be great if somebody could help.
Davis

Share

1 Answer

  1. Key Name: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Advanced\Folder\Hidden\SHOWALL
    Class Name: <NO CLASS>
    Last Write Time: 11/2/2006 – 5:52 AM
    Value 0
    Name: RegPath
    Type: REG_SZ
    Data: Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

    Value 1
    Name: Text
    Type: REG_SZ
    Data: @shell32.dll,-30500

    Value 2
    Name: Type
    Type: REG_SZ
    Data: radio

    Value 3
    Name: CheckedValue
    Type: REG_DWORD
    Data: 0x1

    Value 4
    Name: ValueName
    Type: REG_SZ
    Data: Hidden

    Value 5
    Name: DefaultValue
    Type: REG_DWORD
    Data: 0x2

    Value 6
    Name: HKeyRoot
    Type: REG_DWORD
    Data: 0x80000001

    Value 7
    Name: HelpID
    Type: REG_SZ
    Data: shell.hlp#51105

    • 0