Fuck Winget. It’s a GUI-only person’s idea of what a CLI package manager should be. The only positive value I can think of is that it’s better than not having one at all.
I manage about 500 Windows machines in a university. When teachers started complaining that they are unfamiliar with the paid version of an IDE, and we’d have to install the free community edition, I was delighted to learn that it was available through Winget. But privilege escalation on Windows is a fucking joke, so trying to install it remotely through Ansible/WinRM just popped the UAC anyway. I had to VNC into every single machine to click the fucking button. As an additional middle finger, winget.exe was not even in PATH when I tried WinRMing as the local admin.
Winget is the absolute nadir of package managers, and it should be doused in acid, burned, chucked in the dumpster where it belongs, and forgotten. Choco and Scoop all the way.
If you’re gonna go though the trouble of installing a browser, why switch Microsoft for Google? They’re both evil and Edge actually performs significantly better than Chrome somehow (they’re basically the same I don’t get it).
Conversely, if they’re both evil, why use Microsoft over Google?
People have their browser set up the way they want it, and downloading and installing Chrome to have everything sync back and work exactly the way they want things to work takes all of two minutes.
Why use Edge and spend time and effort to import bookmarks, import passwords, change settings, install extensions etc. only to have the exact same end result that downloading Chrome would have given them in the first place, but with the added annoyance of Microsoft leveraging Edge to nudge them into the Microsoft ecosystem?
I agree yeah, I’d say in a lot of ways that Edge is much better than Chrome, due to its performance and also very good security, plus some tracking protection (though not a lot) vs. Chrome’s none, etc. Between the 2, I’d probably always pick Edge.
I think lots of people also don’t know how easy it is to migrate all user data between browsers. Also, the added work of changing your phone app is probably too much for the average, comfortable consumer.
I used to get it why people install chrome. It had a specific look and feel. It’s no more, all browsers (except some startups making up the rules) look the same. Its a full page window with tabs on the top. Vanilla FF looks the same.
Honestly i dont think most people do. We’re all in a bubble of atleast somewhat technically minded people, not just on lemmy but im sure most of our friends irl are similar. Ive been in a few officey type areas and out of the vast majority of monitors ive seen, theyve been using edge, sometimes i even see multiple browsers open lmao. Just checked statcounter and edge is the third most used which is fucking nuts when you consider how many options there are.
Yeah but sometimes it’s the ESR version which is super slow to get feature updates. Though I suppose that’s fair for distros intended for server or other enterprise applications.
Not sure about win10, which didn’t have it installed by default orginally, but could be now? None of my win 10 machines are recent enough fresh installs to confirm, and have winget (and choco) installed because I installed it so I can install stuff easily.
<span style="color:#323232;">Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time
</span><span style="color:#323232;">
</span><span style="color:#323232;">irm get.scoop.sh | iex
</span><span style="color:#323232;">
</span>
Add comment