Live data from Hacker News

“Reclaim Windows 10” Powershell Script

gist.github.com

61–70 of 273 posts

Re: “Reclaim Windows 10” Powershell Script

#61

Earlier quoted context omitted.

That's not true. Install and run wireshark then dial all you want, there will always be traffic every other minute or so to one of Redmond's servers from just idling.

I did just that, cannot reproduce. Did you actually try this or is this based on one of those articles about the open beta of Windows 10 that had a lot more telemetry you couldn't disable?

He is just saying shit...

Re: “Reclaim Windows 10” Powershell Script

#62

Earlier quoted context omitted.

Spyware and telemetry are not the same. Do you really think they are exactly the same?

Unremoveable software that is using my computer in ways I don't want it used? Yeah, I'd call it the same thing.

"Unremoveable" by all definitions but the dictionary one.

Re: “Reclaim Windows 10” Powershell Script

#63
post #21

If telemetry really bothers you, I think you'd be better off with a different OS

Which one? An essentially unsupported Linux distribution? Canonical does telemetry as well. Apple has been doing this for years an yet we still don't sweat wrathful spate of headlines over it. Oh and by the way, the logfiles from most package servers provide an accurate description of what you're doing with your machine and a weak concept of identity. So you'll need to avoid those. Browsers keep updating and the vast…

Why is Canonical the only option here? There's plenty of other Linux choices that don't use telemetry.

Also, if you use a browser that respects your privacy, and treats you like an adult, then you can turn that telemetry off.

Re: “Reclaim Windows 10” Powershell Script

#64
post #57

I seriously doubt that Windows 10 is doing anything so grave as to require you to run some arbitrary PowerShell script you found on the Internet with elevated privileges. If you do not understand every single command in this thing, you should avoid it, and if you understand every single command in this, you don't need it.

A good general one to rip out the bloatware is:

  Get-AppxPackage ** | Remove-AppxPackage
Safe but sometimes you have to execute it restart and execute it again for seemingly no reason but it works and won't damage anything. Run powershell as admin.

EDIT: A cursory glance of the script doesn't show anything dangerous. It may do thinks you don't want though but PowerShell's pretty decent to understand what's going on even if you don't know the commands specifically.

Re: “Reclaim Windows 10” Powershell Script

#65

We shouldn't have to fight the OS, this is ridiculous. Before moving definitively to Linux I'm considering installing a proxy on my router, bloc all ports except one and just redirect Firefox and a few apps that need connectivity to this port. I'm not a network guy though, might be complicated.

>We shouldn't have to fight the OS, this is ridiculous.

I know what you mean, but as a Linux user, I feel like I'm spending a fair amount of time fighting the OS, too..

Re: “Reclaim Windows 10” Powershell Script

#66

Careful, by default this disables the lock screen.

I've had a number of friends who have had to do reinstalls after running these kinds of scripts. Easy to break lots of subtle things.

Yeah, my first Windows 10 install I did a lot of the things in this script (disable Cortana, Bing search, P2P updates, etc.) and my machine worked fine... for a time. Things slowly started to go REALLY downhill, to the point where I couldn't search the start menu and had to find the .exe for any application I wanted to open, I couldn't view any images with the default image viewer, the file explorer barely worked, and a whole bunch of other weird things.

Eventually I gave up, reformatted the drive it was installed on, and re-installed. Everything's been pretty much fine since then.

Re: “Reclaim Windows 10” Powershell Script

#68

Careful, by default this disables the lock screen.

The login screen where you input you password, or the lockscreen where you have to press spacebar to "slide up" the image to get to the login screen? For some reason Windows 10 has both even on desktop.

Re: “Reclaim Windows 10” Powershell Script

#69

Earlier quoted context omitted.

My linux install does not have "telemetry" (which is really just a polite word for what people used to call "spyware").

My Ubuntu install has telemetry. It also defaults to sending information to Amazon.

I am pretty sure they removed that default in the new versions of Ubuntu.

Re: “Reclaim Windows 10” Powershell Script

#70
post #46
post #15

Earlier quoted context omitted.

No that's the only caveat. I much prefer to use scripts, as these programs are a bit of a black box. But at least they're digitally signed and recommended by the wider Windows 'powertoy' community so you're allowed to trust them.

If isn't opensource You can't trust it.

I can look at my network traffic though. It also tells you exactly what registry keys or HOSTS entries are being added, which you can verify.
Post reply on HN