Thanks got the answer if its for me. since my profile in IT i havent heard from anybody in this online world that "programdata" is a super hidden directory. but great work of yours. thanks a lot .
There is two 'show hidden' type tweaks one normal show hidden and the superhidden one, i only have the option for the normal hidden type. I was going to have both as options but decided just to have the normal one, mainly that non savvy users could cause problems by deleting system files if they can see them. I am at work and cant access the optional scripts to see if i put a show all hidden files script in. Plus on a phone which is a pain to do much on. Will add a script for that for the next release, it will not be a option in mrp.
Only H attrib applied by default to Programdata but nor any S is applied. Attrib +S for System & Attrib +H for Hidden but if both Attrib +S +H are applied to directory then it will become super hidden system directory.
I see the 'ProgramData' folder is not hidden when that option is used on my systems - a slightly duller folder image to show it was hidden as normal if un-hidden. Maybe m$ has changed something in 20H2 or other tweaks to the OS been applied via other methods? MRP only uses well known methods for the tweaks, the odd one or two there is some creative thought gone into them to make those operate. I know there are quite a few changes in 20257.1 which i am trying to find alternative methods, such as the 'OEM Info' option which not work under that OS Build as it seems m$ have started their 'Control Panel' removals.
After i installed OS to VM without MRP &OEM$ directory inside sources Programdata is there visible at the installed OS drtive after i select to show hidden Files Folders & Drives but with MRP config its not visble. Dont know what happened with MRP config.
The mrp option has worked for many others as it is described, as mentioned it is only for standard hidden items, it does not change anything for system, specialized or super-hidden items. There is nothing to edit in mrp as the code has not changed since it was listed in the ms documentation. * edit: added quote - awkward on a phone! *
Hi, Confirmed here with Windows 10 20h2 and Build 20257. ProgramData and User/AppData folder are considered as Superhidden folders. I'm doing a test without enabling the tweak and add the regkey in my setupcomplete.cmd Key is : Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "Hidden" /t REG_DWORD /d "1" /f EDIT : no way, result is the same. Is it due to the fact that some parts of these folders are modified by MRP (User Account Branding images for example) ?
ProgramData is a Superhidden folder. User/AppData folder is a hidden folder. I don't think that your lines works in setupcomplete.cmd. Just put it in UserTweaks.cmd I have this lines in UserTweaks.cmd, and then you will see the hidden appdata folder. REM ** Show Hidden Files 1 = show // 0 = hide reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "Hidden" /t REG_DWORD /d "1" /f >NUL 2>&1 reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "Hidden" /t REG_DWORD /d "1" /f >NUL 2>&1 REM ** Show SuperHidden 1 = show // 0 = hide reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowSuperHidden" /t REG_DWORD /d "0" /f >NUL 2>&1 reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowSuperHidden" /t REG_DWORD /d "0" /f >NUL 2>&1
The lines shown above should work in 'SetUpComplete.cmd' as the HKCU hive is also available at that time too. If you added them to 'Oobe.cmd' only the HKLM hive will be set as the HKCU is not available at that time because no user has been created at that early stage.
@bundyal Thanks for the infos, I didn't test user.cmd You're right, User/AppData folder is shown. Concerning ProgramData folder, in my current config (installed long time ago, without MRP, but with Wintoolkit with this tweak applied) this folder is shown, but I don't understand why. I don't know if it's possible to manually unhide ProgramData folder.
Also remember that the Preview/Insider builds may have changes that are not seen under the 'RTM/GA' versions! It has been noted that M$ are making quite a few changes within the OS during the preview stages, branding being one side, also more control panel parts are no longer operative plus possible registry changes in which some old tweaks are ignored or do something not as expected. To be honest i am puzzled why so much attention to this hidden/superhidden 'problem' - surely it a simple matter of the end user to just tick that check box to show hidden files within the normal explorer windows ?
I have started on the next Query Tool, so far only the GUI display program has been updated to 'hopefully' look better on W8.x using different fonts. MRP 132 (or 131.1 at moment) is in editor stage too.
The reason in my case is that I put back some settings after reinstall so it's easier to have directly access to this folder. I totally agree with you, but I like to understand why it works with certain OS versions, and/or after some cumulative updates, and not with others.