this post was submitted on 08 Oct 2025
159 points (99.4% liked)

Programming

23003 readers
585 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

I created this application after getting tired of seeing settings change for no apparent reason. Due to privacy concerns of how Microsoft is with their aggressive telemetry I decided to use this to make sure my settings stay in tact.

you are viewing a single comment's thread
view the rest of the comments
[–] wizardbeard@lemmy.dbzer0.com 2 points 13 hours ago

It's theoretically possible to extract all the GPO effected registry keys from the ADMX files Microsoft releases, but yeah, I have serious doubts that any tool like this will be able to just detect and track every distinct setting. Let alone accurately identify what each does. I'm sure there's at least one setting that's been carried over from the "stuff it in an .ini in a system folder" days.

But if there is some community sourced list for settings, where they're stored, and how they work that would be amazing!