Live data from Hacker News

Windows 10 Enterprise ignores various privacy settings

twitter.com

171–180 of 269 posts

Re: Windows 10 Enterprise ignores various privacy settings

#171

Earlier quoted context omitted.

Most of his configuration is invalid, due to his misconfiguration of group policy. Yeah, it's his fault that he didn't properly navigate the Kafkaesque nightmare that Microsoft has created in order to thwart people from disabling all this spyware.

It's pretty basic Windows GPO knowledge. Lots of them work this way.

i can't explain how infuriating that comment is without violating the rules here.

Re: Windows 10 Enterprise ignores various privacy settings

#172
post #127

Earlier quoted context omitted.

So, I search for "teredo group policy" and here's the second link I find, a TechNet article with detailed screenshots about how to disable IPv6 via Group Policy, which is one of the things he talks about: https://social.technet.microsoft.com/wiki/contents/articles/... It shows how there's an Explain box that describes what the various settings do.

That's 1 item[ * ]. I'd still like to see your definitive step-by-step instructions for turning off all telemetry and privacy-invasive connections in Windows 10 -- which is what the OP was attempting to do. [ * ] How do you know that it even works? Plenty of times I've followed instructions from Microsoft's TechNet that didn't solve the problem it purported to solve. And by the way, that's a helluva lot of steps to d…

IPv6 isn't even part of telemetry per say, it's an IETF standard that can be used to connect with any server that supports it. Yes, some OS-level services require IPv6. Shutting off IPv6 as a way of disabling those services is like... using leeches for bloodletting but for IT practices. If you want to disable telemetry and you're on a supported Windows SKU for Group Policy, here's Microsoft's directions on what you can configure:

https://docs.microsoft.com/en-us/windows/configuration/confi...

Re: Windows 10 Enterprise ignores various privacy settings

#173
post #162

Earlier quoted context omitted.

Or you could simply use Linux.

Use Linux and blacklist any package that calls home. Ubuntus Amazon search integration wont be the only black sheep out there.

Or better, if you're worried about PCI compliance - start with a minimal system and whitelist specific packages that do not call home. Does that computer actually need all that software that comes with a default install? (Most likely not)

Re: Windows 10 Enterprise ignores various privacy settings

#175

Earlier quoted context omitted.

I don't mind the questions at all. I hope you didn't want the TL;DR version. Some of my pain points. Many probably have solutions, but I'm stuck between spending time dealing with it the way it is, and spending time finding a solution. These are not in any particular order: 1. Serial communication(terminal, for interfacing with console ports). I tried a few programs that didn't really work right away, and settled on…

I don't understand how people aren't screaming about point 10 - I haven't had a linux distro which didn't do that, Ubuntu, Mint, Fedora, Arch - they all had this exact issue. I close my laptop, it goes into sleep mode, I open the screen and my desktop is just there, I can happily use the browser, open apps, run commands, whatever, and then 10-20 seconds later the lock screen kicks in. It's insane that the architectur…

Interesting. Never got this on a variety of laptops with Kubuntu or LXLE: always a lockscreen when I expected it.

Re: Windows 10 Enterprise ignores various privacy settings

#176
I always use Linux as my preferred OS and a "Just Works" OS like macOS or Windows.

I run Linux as a dual-boot and I run it in a VM from Windows/mac.

It's frustrating because Apple has fallen far behind on hardware I want. I need 3840x2160, a touchscreen, a card reader, both USB 3.0 and 3.1, 16GB of RAM, and full-size HDMI. They've jumped too far ahead into their 'revolutionary' view of the future. I can find better hardware for much cheaper. Dell XPS 13, HP Envy 2-in-1, Toshiba Radius 12... the build quality on the Toshiba is pretty bad, but it out-performs a would-be Macbook. I'm not spending 2 -fucking- thousand dollars for sub-standard hardware simply because I like the OS better than Windows. Apple spies on its users, but at least when you turn it off it's actually off.

I can't continue using Windows because it's clearly hostile to users, and I can't go with Apple because the hardware sucks.

Linux requires so much involvement to keep it running "well".

Just argh.

Re: Windows 10 Enterprise ignores various privacy settings

#178

Earlier quoted context omitted.

> Using proprietary operating systems because Linux isn't there yet is a great way to keep Linux from getting there. It's a chicken and egg problem. What would you prefer: getting your privacy thourougly invaded by a proprietary operating system, or being there to help Linux gain market share and tip the scales? Even if it's not perfect, it's more than enough, and supporting it is the best choice. The vast majority o…

I used to study with a guy that openly said "Linux is only free if your time has no value". I've tried Linux so many times, and my longest streak was when having a VMWare Workstaion to run Windows in it. Eventually, I just got fed up. First and foremost, I need my systems to just WORK. When I sit down to code, the last thing I want to do is debug why it is not properly displaying on all of my monitors.

That's not specific to Linux. I don't even want to calculate the time I've spent on this...in recent Windows. Saying "Windows is only worth it if your time has no value" works the same way, and is just as meaningless.

In other words, I know no current OS which doesn't suck :((( Win7 held some promise, as did OS X, and current Linuxes hold some still; but alas, we're still not in plug-and-play land after many decades of effort.

Re: Windows 10 Enterprise ignores various privacy settings

#179

Earlier quoted context omitted.

I used to study with a guy that openly said "Linux is only free if your time has no value". I've tried Linux so many times, and my longest streak was when having a VMWare Workstaion to run Windows in it. Eventually, I just got fed up. First and foremost, I need my systems to just WORK. When I sit down to code, the last thing I want to do is debug why it is not properly displaying on all of my monitors.

That's not specific to Linux. I don't even want to calculate the time I've spent on this...in recent Windows. Saying "Windows is only worth it if your time has no value" works the same way, and is just as meaningless. In other words, I know no current OS which doesn't suck :((( Win7 held some promise, as did OS X, and current Linuxes hold some still; but alas, we're still not in plug-and-play land after many decades…

I have had 0 issues with multiple monitors, even with different resoluions and switching from one to the other when moving about with a laptop. This is during the last 10 years with various different machines. It just works.

But even if you have issues with Windows, I have zero doubt you would spend more time batteling with Linux. It just doesn't have polish or UX as a primary target. It is wonderful for servers, but as a desktop it is a broken experience unless you value tinkering with it.

Re: Windows 10 Enterprise ignores various privacy settings

#180
post #159

Earlier quoted context omitted.

In all fairness, writing in C# and targeting SQL Server is not locking you into Windows unless you use WPF or other Windows specific parts of the framework.

O_o Sure, you can technically run C# on a Linux box (eg: Debian), but the last few times I had to (to interface with some point of sale hardware) I literally ended up just rewriting the driver in python. No desire to maintain something so foreign to the rest of the codebase when python can handle serial devices just fine. Wrt not using a database connector, just why? Your literally locking yourself to the SQL Server…

Are you aware that .netcore natively runs on a variety of systems now?

If you make your systems such that you are dependent on SQL Server and cannot switch it to something else, then it's just a shame, but don't blame SQL Server for that. Besides, unless you have massive performance requirements, it should be behind an API anyway. It doesn't take much to code, and it increases modularity a lot.

Post reply on HN