New
#1
Show File Extensions and Hidden Files for all Users
Hi,
I am trying to change the registry to show hidden files/extensions.
This is for an unattended install, so I don't want to do it manually for each user. I know I can change the registry for the current user, but I can't seem to find out how to do this system wide. I need to show hidden files and file extensions for all users, such as when a new user account is created, extensions and hidden files are shown.
Is there a way to do this system wide?
I have tried adding the dword following entries:
Hidden (Value=1) & HideFileExt(HideFileExt=0) to the below locations in the registry
HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
I read that if you change HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\NoHidden & HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\HideFileExt to the above values it should change the default key for HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced (Hidden & HideFileExt)
None of the HKLM entries I have tried as above appear to work.
Is there actually a way to change this system wide?