t-richards / chemo

Remove pre-installed junk from Windows 10.
MIT License
181 stars 11 forks source link

Folder Options: Don't hide hidden items/show file extension #23

Open thetest3r opened 5 years ago

thetest3r commented 5 years ago

(Probably going to tackle this during Hacktober fest).

Would it be possible to set the folder options in Windows to toggle these two items that almost everyone does whenever launching windows?

t-richards commented 5 years ago

@thetest3r This is almost certainly possible; the trick is finding out which registry keys/entries control this behavior 😁

In fact, the Windows 10 "For Developers" dialog has some really good File Explorer tweaks. I honestly wouldn't mind if Chemo incorporated all of them 😉

image

thetest3r commented 5 years ago

https://stackoverflow.com/questions/4491999/configure-windows-explorer-folder-options-through-powershell

Seems helpful.