Difference between revisions of "Windows/Explorer Tweaks"

From braindump
Jump to navigation Jump to search
Line 5: Line 5:
== Registry Tweaks ==
== Registry Tweaks ==
=== Disable hidding of known file extensions ===
=== Disable hidding of known file extensions ===
One of the worst offenders for me is hidding of known file extensions. So this is one of the first things I do get rid off.
One of the worst offenders for me is hidding of known file extensions. So this is one of the first things I do get rid off. Setting the value after <tt>/d</tt> to <tt>0</tt> will do the trick. To re-enable it set to <tt>1</tt>
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v HideFileExt /t REG_DWORD /d <span class="highlight">0</span> /f


== References ==
== References ==

Revision as of 20:30, 3 June 2012

This is a collection of registry tweaks for Explorer under Windows XP. They may or may not work under other versions of Windows.

Most of the time when I get onto a XP host the defaults settings of Explorer drive me nuts. Microsoft is trying to protect the common user but I feel like I'm handed crutches.

Registry Tweaks

Disable hidding of known file extensions

One of the worst offenders for me is hidding of known file extensions. So this is one of the first things I do get rid off. Setting the value after /d to 0 will do the trick. To re-enable it set to 1

reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v HideFileExt /t REG_DWORD /d 0 /f

References