Show File Extensions and Hidden Files for all Users

Cosmo12

New member
Local time
4:48 AM
Messages
3
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?
 

My Computer My Computer

At a glance

Windows 7 Ultimate x64
Computer type
PC/Desktop
OS
Windows 7 Ultimate x64
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"HideFileExt"=dword:00000000
"Hidden"=dword:00000001

show and hide files is a profile specific key and therefore can be modified by user accounts. if you would like to change the default, navigate to key:
HKLM\software\microsoft\windows\current version\explorer\advanced\folder\hidden and \hidefileext
there are keys in there that set default behaviors.
 

My Computer My Computer

At a glance

64-bit Windows 8.1 ProCore(TM) i5 CPU 4330 Haswell @ 3.20GHz12.00 GBIntel(R) HD Graphics
Computer type
PC/Desktop
Computer Manufacturer/Model Number
LENOVO K450 @3.0GHZ
OS
64-bit Windows 8.1 Pro
CPU
Core(TM) i5 CPU 4330 Haswell @ 3.20GHz
Motherboard
LENOVO
Memory
12.00 GB
Graphics Card(s)
Intel(R) HD Graphics
Sound Card
Intel HD integtrated
Monitor(s) Displays
HP 25' ISP Monitor
Screen Resolution
1900/1020
Hard Drives
(1) ST1000DM003-1CH162 (2) Generic STORAGE DEVICE USB Device (3) Generic STORAGE DEVICE USB Device
Internet Speed
100mb down/10mb up
Which key and what value in \HideFileExt & \Hidden requires changing?
Does this change the default value for the profile specific values under HKCU?

I did already try to change/create every value that appeared applicable, none of the values I changed under HKLM had any affect. I assumed the values are the same as when changing this under HKCU and did change the dwords to the same.
 

My Computer My Computer

At a glance

Windows 7 Ultimate x64
Computer type
PC/Desktop
OS
Windows 7 Ultimate x64
I would do this by customizing the default user profile, simply selecting Show hidden files and folders and Show extensions in folder options and copying this setting to default user profile which is then used in all future user accounts.

See the Seven Forums tutorial for customizing the default user profile: http://www.sevenforums.com/tutorials/285983-user-profile-customize-during-installation.html

However, as Tews mentioned, users can always change this setting.
 

My Computer My Computer

At a glance

Windows 10 Pro x64 EN-GB1.6 GHz Intel Core i7-720QM Processor6 GBATI Mobility Radeon HD 5850 Graphics
Computer type
Laptop
Computer Manufacturer/Model Number
HP ENVY 17-1150eg
OS
Windows 10 Pro x64 EN-GB
CPU
1.6 GHz Intel Core i7-720QM Processor
Memory
6 GB
Graphics Card(s)
ATI Mobility Radeon HD 5850 Graphics
Sound Card
Beats sound system with integrated subwoofer
Monitor(s) Displays
17" laptop display, 22" LED and 32" Full HD TV through HDMI
Screen Resolution
1600*900 (1), 1920*1080 (2&3)
Hard Drives
Internal: 2 x 500 GB SATA Hard Disk Drive 7200 rpm
External: 2TB for backups, 3TB USB3 network drive for media
Cooling
As Envy runs a bit warm, I have it on a Cooler Master pad
Keyboard
Logitech diNovo Media Desktop Laser (bluetooth)
Mouse
Logitech Performance Mouse MX
Internet Speed
50/10 Mbps VDSL
Antivirus
Windows Defender 4.3.9431.0
Browser
Maxthon 3.5.2., IE11
Ok, thanks. As long as I can show hidden files and extensions when a user logs in for the first time, that is all I want to do.
I'll try customising the default profile.

It's not possible to change this system wide via the registry?
 

My Computer My Computer

At a glance

Windows 7 Ultimate x64
Computer type
PC/Desktop
OS
Windows 7 Ultimate x64
Back
Top