windirstat / windirstat

WinDirStat is a disk usage statistics viewer and cleanup tool for Microsoft Windows
https://windirstat.net
GNU General Public License v2.0
534 stars 52 forks source link

Reconsider default setting of 'Skip protected items' #74

Open achtchaern opened 3 months ago

achtchaern commented 3 months ago

Hi! Please excuse my picky attitude..

I'd strongly vote against skipping protected items per default. Some reasoning:

If you don't agree with me, please consider the following compromise: You could check for the following registry key values:

and set the default setting regarding skipping protected items in WDS on the basis of how the user has set up Explorer. For users who opted out of hiding hidden files (and / or system protected files) in Explorer, the WDS setting should be disabled.

Some context for my nitpicking: I'm a sysadmin who's using the classic WDS on an almost daily basis for cleaning up full(ish) disks, mostly servers. Most of my colleagues also use the old WDS. We simply take the exe, copy it to the target system and start the scan.. I'd like to motivate them to use the new WDS, but this last drawback is keeping me from telling everyone :)

Additionally, please consider re-doing the tab indexes of the Settings -> Advanced menu (repro: repeatedly press the Tab key under Settings -> Advanced and you'll see that the keyboard focus isn't moving downwards in the correct sequence).

Best regards, achtchaern

NoMoreFood commented 3 months ago

Yeah, I think I'm onboard with this... will probably make the change in the next build.

NoMoreFood commented 2 months ago

@achtchaern Default changed in this build (you'll need to clear your settings to see it):

https://github.com/windirstat/windirstat-next/releases

achtchaern commented 2 months ago

Thank you!!