Disassembler0 / Win10-Initial-Setup-Script

PowerShell script for automation of routine tasks done after fresh installations of Windows 10 / Server 2016 / Server 2019
MIT License
4.7k stars 1.08k forks source link

Reorganize tweaks #242

Open Disassembler0 opened 5 years ago

Disassembler0 commented 5 years ago

Since the conception of the script, the tweaks were divided into 4 main categories (privacy, services, UI and applications). Later, security was split from privacy and services, and Explorer UI tweaks were split from the rest of UI. Nowadays, we have much more tweaks than in the beginning and this categorization is not sufficient anymore.

Once the tweaks are grouped (#241), there will be less of them, but there still may be need to redo the structure to make the navigation and relations between the tweaks clear. E.g. to split Libraries icons on Desktop and in This PC from the Explorer UI tweaks, split Defender tweaks from the rest of security, put networking to a separate group etc.

Robot1me commented 5 years ago

In my opinion it would also make sense to reorganize or add extra label for tweaks that only apply to this current user's profile or the local machine. For instance, the setting in "HideQuickAccess" can be used in HKCU as well, not just HKLM. For people who like to tweak their user profile only - even if it's due to lack of admin rights or the current user is no admin account - this would be super handy. What would you suggest for new names? Something like "HideQuickAccess_CU"? Would be good to know, as I noticed it would violate the 25 characters rule in some cases. Personally I think it would be definitely beneficial to raise it to something like 30 characters.