Live data from Hacker News

Useless Windows 10 Features

howtogeek.com

311–320 of 437 posts

Re: Useless Windows 10 Features

#311
post #4

It’s hard to believe how despite all the telemetry, Microsoft still manages to be so out of touch with their users’ actual needs. It’s almost like there’s a hidden agenda somewhere.

The fundamental problem is that there is no singular, unified Microsoft; there is instead a loose confederation of warring tribes that happen to share a headquarters and a ticker symbol. And Windows is the battlefield on which these tribes hash out their disputes. Tribe A thinks Windows should appeal to people who use and love open source software. Tribe B thinks Windows’ ubiquity makes it a great platform to run ads…

I'm reading a book about the Vietnam War, A Bright Shining Lie, and it's making me realize how many problems are born out of how complicated large human organizations are.

I mean, it's obvious when I write it like that, but I think we have this platonic ideal of a company (or a government, or the military) somehow being this omniscient creature when instead it is filled with flawed humans who are seeing the world through various soda straws pointed in different directions.

Re: Useless Windows 10 Features

#312
post #18

I honestly think that the new tab/news/spam page in IE/Edge is (and has been, forever) the single biggest factor driving people to Chrome and Firefox. Every time you open it you’re greeted with all this complete junk, making the whole experience stuttering and slowing down your flow. I dread having to open IE on systems with no alternative just because it’s always so bad. Edge might actually be pretty good, but I wil…

Absolutely. Microsoft products are horrendous for this. Every time I have to start up my windows VM to test an IE bug I get assaulted by advertising and "news" in the start menu with bright moving blocks and then I open IE and get hit with it even worse. I don't know why people put up with it tbh.

I followed some 2x reboot windows components uninstall magic some while ago to remove ie and some other "features" i don't remember.. then recently edge was auto installed and made default, Autologin stopped to work, start button got redesign and has an annoying delay. It's a total shitshow by now again until I sacrifice an evening to fix most of this.

I was venting to a friend. He told me he'd deactivated autoupdates some years ago. The foresight, i'm envious. But it's too late now and I think I can never have that.

I also remember some time there was an anti trust proceeding against Microsoft for shipping IE with windows as default. WTF happened to that and how is all this not a 1000x worse.

I definitely don't >want< to put up with this.

Re: Useless Windows 10 Features

#314

I use windows at work, on 3 screens. One thing pisses me off to no end: When you drag a window and accidentally make a small "left-right-left" movement, everything on your screen is minimized to the tray. There is no button to restore this. f*cking retarded features.

You can actually just grab the same window and make a corresponding "up-down-up" movement and it'll bring everything back. On personal machines I turn it off but if I'm doing something for someone else, this is a good thing to know.

Re: Useless Windows 10 Features

#315
post #127

Earlier quoted context omitted.

Edge lets you turn that off - on the New Tab page, click on the cog symbol (Customize) and you can choose from New Tab page display settings: Top Sites & My Feed, Top Sites, or Blank Page. ChrEdge Beta can hide the news feed if you choose Focused view, but currently all they do is put it after the page fold, so you see it if you merely scroll down. I've sent a Feedback request saying that's something that might keep…

Sane defaults is what makes the difference.

Firefox also has a huge pile of spam on the new tab page by default.

I wish they would just kill it already...

Re: Useless Windows 10 Features

#317
post #174
post #77

Earlier quoted context omitted.

If you have a Windows 7 key, it's also a valid Windows 10 key.

Yeah, but only for the hardware you have - the upgrade path seems to force you to a 10 OEM license, I went 7 pro (non-oem) to 10 pro, then changed motherboard, so had to buy a new copy of 10 pro oem, then that CPU stopped working and had to buy a new CPU & motherboard, and so finally I'm on running my own KMS server - fuck paying for windows a 3rd time.

I've had a pretty good run of calling the MS support line and getting them to reactivate if Win10 deactivates due to a hardware change. Takes 5 minutes, maybe. Occasionally if you're on an upgraded-from-win7 or 8.1 OEM license the service agent will tell you that it can't be done for OEMs but hanging up, calling back and getting a less fastidious agent on the line is easily done. Agreed, though - paying 3 times for the same software would be insane, especially at MS prices

Re: Useless Windows 10 Features

#318
It has been about a decade since I used Windows (XP) as a daily driver, and I am shocked, and seriously disgusted, when I see my friends or co-workers using it.

Can I ask why anyone is paying for this pile of crap?

There are literally no improvements from Windows 7 vs. Windows 10, that could convince me this level of built-in telemetry, and, God forbid, built-in advertising is worth an 'upgrade'.

For God's sake, they are in the freaking start menu, and slow down several of my friends older computers who were force-upgraded.

And before you tell me what I already know, that you can 'opt out' - we should not have to opt out of advertising on an operating system we pay for, especially one that did not have advertising before.

As far as I'm concerned, for all the talk about Apple's 'walled garden,' folks are so addicted to Windows x86 and x64 apps, and so locked into that walled garden, they are now willing to accept being tracked, and to literally have a slower OS due to the baked in advertising.

The failure, and massive financial deficit, that occurred from Windows RT should be more than enough evidence of this. Without its history of apps, Windows isn't Windows.

Knowing that, Microsoft can pack whatever bullshit it wants, including, but not limited to, tracking and advertising, and we still buy.

The only inherently worse-for-the-user OS out there is Android. I will no longer use Google services, even by request. I'm literally trying to ween myself off YouTube, reporting a post on HN yesterday that was merely a YouTube link to a guy talking about how his wife left him that had somehow snuck it's way onto the front page.

I pray one year, we will have that 'year of Linux,' and Microsoft can go back to creating a quality product, instead of focusing on new ways to get information out of users.

Edit: I also pray for, and would even contribute code to, a meaningful third party mobile OS solution. I'm worried Apple will realize they are the last company to respect user privacy to even a reasonable degree, and get greedy.

However, there are so, so many issues with a new mobile OS, between devices, carriers, a bootloader compatible with said devices, licensing, and such, that at the moment, I am not seeing any of the projects in the works as feasible. To be honest - the world of commercial operating systems has never looked so grim.

Re: Useless Windows 10 Features

#319

Earlier quoted context omitted.

Get-AppxPackage -AllUsers | Remove-AppxPackage This is the first thing I run on any Windows box I am forced to interact with. Removes all the junk in the Start menu in one command.

I just take all the ones I want form this list and you can copy/past them in PowerShell and they execute one after the other. I would not do what he suggests as that will remove every app. To uninstall 3D Builder: get-appxpackage *3dbuilder* | remove-appxpackage To uninstall Alarms & Clock: get-appxpackage *alarms* | remove-appxpackage To uninstall App Connector: get-appxpackage *appconnector* | remove-appxpackage To…

Nice list. Powershell doesn't accept & though, works great otherwise.

Re: Useless Windows 10 Features

#320

It has been about a decade since I used Windows (XP) as a daily driver, and I am shocked , and seriously disgusted, when I see my friends or co-workers using it. Can I ask why anyone is paying for this pile of crap? There are literally no improvements from Windows 7 vs. Windows 10, that could convince me this level of built-in telemetry, and, God forbid, built-in advertising is worth an 'upgrade'. For God's sake, the…

>>Can I ask why anyone is paying for this pile of crap?

Because for certain areas of programming, Visual Studio is still king and if you want to develop for Playstation/Xbox then Windows is the only choice.

And of course playing video games in general requires Windows - it's less true than it was few years ago, but there's still plenty of games which give you very poor experience on anything but Windows.

Post reply on HN