No showing Hidden Files

Discussion in 'Windows 10' started by dragonfire665, Mar 31, 2016.

  1. dragonfire665

    dragonfire665 MDL Senior Member

    Sep 17, 2008
    258
    3
    10
    #1 dragonfire665, Mar 31, 2016
    Last edited: Mar 31, 2016
    So, now I am having a new problems. My windows 10 is not allowing me to see my hidden files. It wont even give me a warning. I will click on options within the folder, check Show Hidden files, etc, I will click Apply, the page will blink and nothing. It goes back to what it was before.

    I did the following step so far, but it already showed a 1 for my data value. So I do not know what else to do.

    performed the following Steps but the modify key value reverts back to 0.
    Go to Start --> Run, then type Regedit
    2. Navigate to the registry folder HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\
    CurrentVersion\Explorer\Advanced\Folder\Hidden\SHO WALL
    3. Find a key called CheckedValue.
    4. Double Click CheckedValue key and modify it to 1. This is to show all the hidden files.)

    Any other ideas?

    I also forgot to add the following issues: (includes .NET 2.0 and 3.0) Windows couldnt find required files to complete the requested changes. Make sure you are connected to the internet and try again.

    Error code: 0x800F081F

    Now, I am definetely connected to the internet as you can tell. I have searched all over and tried many options with no results. my computer tells me that I have the latest one, but I have a few apps that require .NET 2.0 and 3.0. So as you can see more head aches.

    .Net Framework 3.5 (
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. kaljukass

    kaljukass MDL Guru

    Nov 26, 2012
    3,468
    1,354
    120
    #2 kaljukass, Mar 31, 2016
    Last edited by a moderator: Apr 20, 2017
    Save as ShowHideHiddenFile.vbs /Format = UNICODE/
    Put in some folder or drive and if You click it You must see hidden files and folders in this folder or drive.
    If You want to show/hide all hidden files and folder, save it in Windows folder and if possible use for example right click mouse submenu.
    If it works, Your system also works. If not, You must find, what's the problem.
    Copy this vbs code to notepad and save as I said above. Remember, it must be UNICODE, not ANSI or UTF8 or something else.
    Code:
    Hidden = "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Hidden"
    SSHidden = "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ShowSuperHidden"
    Set Command = WScript.CreateObject("WScript.Shell")
    Check = Command.RegRead(Hidden)
    If Check = 2 Then
    Command.RegWrite Hidden, 1, "REG_DWORD"
    Command.RegWrite SSHidden, 1, "REG_DWORD"
    Else
    Command.RegWrite Hidden, 2, "REG_DWORD"
    Command.RegWrite SSHidden, 0, "REG_DWORD"
    End If
    Command.SendKeys "{F5}"
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Hearsepilot

    Hearsepilot MDL Novice

    Aug 31, 2009
    36
    4
    0
    Have you considered you may possibly have a virus?

    The system not wanting you to see hidden files is suspicious.
     
  4. LatinMcG

    LatinMcG Bios Borker

    Feb 27, 2011
    5,700
    1,600
    180
    #4 LatinMcG, Apr 2, 2016
    Last edited: Apr 2, 2016
    he has corruptions.. bad hdd or memory.. or virus.
    .net not working is a sign.
    run jrt, adwcleaner.

    edit:first run chkdsk /f

    use .net cleanup tool then in command prompt admin.
    Dism /Online /Cleanup-image /RestoreHealth
    then
    sfc /scannow