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

Programming

23003 readers
580 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.

top 21 comments
sorted by: hot top controversial new old
[–] TheHobbyist@lemmy.zip 4 points 4 hours ago

I salute the effort, but it would really drive the point home if you also tracked changes to the settings available as well, as in settings disappearing and new settings appearing. The default values for those new settings is also crucial, and finding out about a setting no longer being available could also be useful.

[–] melfie@lemy.lol 6 points 9 hours ago* (last edited 9 hours ago)

I set a static IP for my Windows partition and block it from internet with my firewall. It’s hostile malware that must be quarantined. My Linux partition has a different IP that is not blocked.

On a related note, I jack up my Mint install a few times a year with nobody to blame but myself. I recently reinstalled it with btrfs, Timeshift with automatic snapshots, and btrfs-grub so I can boot from a snapshot instead of troubleshooting or reinstalling. I realize other distros like openSUSE are more or less setup like this out of the box or offer full immutability, but I like Mint.

[–] MonkderVierte@lemmy.zip 9 points 11 hours ago* (last edited 11 hours ago)

That's a cat & mouse game. A german investigation of Windows 10 data privacy back then was named project SiSyPHuS for a reason. It never ends.

[–] SaharaMaleikuhm@feddit.org 28 points 15 hours ago (3 children)

Damn, imagine never having used a sane OS in your life ever

[–] A_norny_mousse@feddit.org 15 points 14 hours ago

Yep. Over a decade ago when I just started using Linux, somebody posted something on a forum that I have remembered ever since: "suddenly I realized that the software is on my side!"

[–] syklemil@discuss.tchncs.de 2 points 10 hours ago

Yeah, I'm used to having my config in git. Buuuut I guess non-devs aren't really used to that workflow.

[–] Havatra@lemmy.zip 37 points 18 hours ago (1 children)

This is something I'd love to have for the past decade or so, but as I'm now transitioning to Linux I hope to not have much of this problem anymore.

Nice of you to create this though, and I share your tiredness of settings being changed behind our backs...

[–] undefined@lemmy.hogru.ch 11 points 18 hours ago (1 children)

I’m on Linux and I was going to shit all over Windows but realized I could use this on a few servers that I fuck with and constantly break.

[–] ImgurRefugee114@reddthat.com 5 points 16 hours ago* (last edited 16 hours ago)

I enjoy using NixOS with Impermanence for servers.

settings can't be changed if you nuke them from orbit and create them fresh on every boot. To get the same behavior on windows, you'd probably need an image-based system and neutered updating

[–] somerandomperson@lemmy.dbzer0.com 1 points 8 hours ago* (last edited 8 hours ago)

I will only use windows in a VM without networking, it will get only shared folder that it can't write to but can read from.

And even then, if i absolutely 100% can't run it through bottles/proton and alternatives do not work either.

[–] Wolf314159@startrek.website 4 points 12 hours ago

Can this keep num lock engaged? I swear my biggest frustration with windows lately is it's habit of randomly and arbitrarily turning off numlock after I've turned it on. I never turn off numlock while working. I never use the number pad arrows. I prefer the number pad numbers and use them practically all day. And yet, several times a day I find my cursor moving around the screen instead of typing a number because windows decided that it got to control the numlock function instead of me and the dedicated light up key designed for that function that has worked fine for me for decades before.

[–] Kissaki@programming.dev 7 points 15 hours ago (1 children)

What does “all known Windows privacy and telemetry settings” entail and mean?

Registry and group policy?

Is this sourced from a shared effort project of known stuff, or does this project track it's own, and would need notice and updates of new settings?

[–] wizardbeard@lemmy.dbzer0.com 2 points 11 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!