📎 AI Summary:
The WindowsForum thread discusses how to control the display of file extensions, specifically ICO files, in Windows. The original poster experienced an issue where ICO extensions were always visible despite settings to hide known filetypes' extensions and explored registry edits involving the AlwaysShowExt value. A responder confirms a registry tweak under HKEY_CLASSES_ROOT\.log by adding an AlwaysShowExt string to force extension display, with another user providing a further resource for troubleshooting. Overall, the thread centers on customizing file extension visibility through registry modifications.

gremlinkurst

Extraordinary Member
Joined
Jan 11, 2013
Messages
20
Thread Author #1
Not long ago I was experiencing an annoying problem: the file extension for ICO files were always displayed while known filetypes' extensions were set to be hidden. My primary icon editor/handler was (and still is) IconLover, and at one point I my registry explorations, I found the offending string under that application's key. AlwaysShowExt was part of the key's data, and I KNEW that I didn't want that, so I deleted the key. Thereafter, the extension did not show, which was what I wanted. I even recorded the context and syntax of this occurrence in text file, which I seem to have misplaced. I got to thinking: What if I do want extensions for a specific filetype to always display (*.LOG plain-text files handled by Notepad, for instance)? Exactly which key would I navigate to and add data to, and specifically what data would I add to the registry? If I hadn't lost that text file I'd recorded the information in, I wouldn't be here, but here I am!
 

Josephur

Windows Forum Admin
Staff member
Premium Supporter
Microsoft Certified Professional
Joined
Aug 3, 2010
Messages
1,283
HKEY_CLASSES_ROOT\.log
Add new empty string setting called AlwaysShowExt

Should do the trick?
 

Solution

MikeHawthorne

Essential Member
Microsoft Community Contributor
Joined
May 25, 2009
Messages
6,684
Hi

If that doesn't work for you check this out...

Link Removed

Mike