themurphy,

Posts like these reveal how many reads the article.

This is a good thing done by Microsoft. They make sure that 3rd party software can’t change the default browser without the user knowing.

They will get prompted with the choice screen showing all installed browsers. And when they make their choice, even Edge wouldn’t be able to prey people into clicking a button that makes it the default instead.

themoonisacheese,
@themoonisacheese@sh.itjust.works avatar

The “choose the default app” modal has special code that makes it say “HEY BTW EDGE EXISTS CLICK HERE” If the modal is for choosing your default browser. It is absolutely about control.

wahming,

Posts like this reveal how many people believe every word a megacorp PR dept announces

themurphy,

It’s literally to comply with the EU. Microsoft doesn’t do this to be nice.

wahming,

No, somebody speculated it’s to comply with the EU. The rest of us are speculating that it’s to push up their market share.

TurboHarbinger,

More like how many believe their own stupid head-canon without reading or confirming shit.

BearOfaTime, (edited )

Hahahahahaha, right, right. Hahahaha

And I did read the article. No, this is MS continually pushing users into Edge.

Kolbicz believes this change may be to comply with Europe’s Digital Markets Act (DMA)” (emphasis mine).

“BleepingComputer contacted Microsoft about the lockdown of these Registry keys in March, but they said they had nothing to share at this time.”

DacoTaco,
@DacoTaco@lemmy.world avatar

The dma only speaks about easily changing the default application. It has nothing to do with this.
What the dma did allow was the “complete” uninstall of edge in windows 11.
The only thing that is left behind i noticed is the edge webview component for webview & webview2

pacoboyd,

So many headline readers. To be honest, 99% of these problems that folks rage about could be resolved with a group policy (local or domain). The problem is, Windows is like 73% of worldwide OS usage, so like it or not, there is a lot of trying to protect the user from themselves. Team Linux can’t fathom that because they come from the perspective that they can build thier experience from the ground up to be exactly as they like. The VAST majority of people don’t want that, they want something that works and they don’t really care what happens behind the curtains. I would wager that 90% of users could care less what browser they use (or would even notice if it changed!) as long as they still had access to their bookmarks.

I would like to share a positive experience from this new driver the article is about. I use notepad++ and setting it as the default was kind of a pain in the butt. It would work sometimes, but not consistently, and often depended on a registry hack or symlink to work. Now with the new interface for default apps, as long as I have the new Windows Notepad app installed when I change the defaults for “open with”, it just works! For all the file extensions, all the time. Honestly it’s a much better experience and it’s ACCESSIBLE to the lay person.

chiliedogg,

Considering that Edge makes itself the default browser and even PDF reader on its own every few weeks, I don’t trust Microsoft to keep Edge from taking over as default without user input.

themurphy,

They’d have to. They don’t make the change so they can be nice. It’s probably also only for EU users, when it releases.

Natanael,

No they don’t. At most they just have to detect automatic changes and ask the user to confirm. They have no reason for forcing the user to dig into menus and then also repeatedly override that same choice.

MazonnaCara89,

Nope the article state

However, this new driver has also rolled out to Windows 10 and Windows 11 devices in the USA that do not have to comply with the DMA act, shedding doubt on this theory.

DacoTaco, (edited )
@DacoTaco@lemmy.world avatar

In principal, the change is good for reasons you mentioned. However microsoft has :

  • bypassed any default screens in the past, allowing edge to be set default without user input.
  • has added very annoying screens when changing default applications asking the user multiple times if they are sure.
  • has added special protocols for applications and set edge as default browser to bypass default application settings in all office applications ( outlook, teams, word, … ).

They just can not be trusted with this, they have proven this in the past…

themurphy,

No, they can’t be trusted. That’s why they are forced to do it by the EU to comply to the DMA.

This may only be released in the EU, also.

tobogganablaze,

Does that mean Teams will finally stop opening links in Edge when that’s not my default browser?

kshade,
@kshade@lemmy.world avatar

To anyone saying “just use GPOs”, here’s a quote from the SetUserFTA page:

Microsoft offers a solution with GPO, but it is Computer-based and not User-based – and rather complicated. this means, you can not associate your Users on the same Server/Client with different file types. for example:

you have a PDF viewer and a PDF editing software on your XenApp server. Now you want that a certain group opens their PDF’s in the editor and the others only in the viewer (for licensing reasons for example). this is NOT possible anymore and Microsoft states “it is by design” and “this is a security measure”.

Said solution:

  1. Set up a reference computer
  2. Install applications
  3. Go to Control Panel\All Control Panel Items\Default Programs and configure default apps associations.
  4. Export/import the custom default app association with dism.exe

[…]

As some recommended applications can manage more extensions with each new Windows 10 version available, it’s a good practice to refresh your XML. For example, in Windows 10 1703, Microsoft Edge registers the epub extension. If you’re using an XML file from Windows 10 1607, epub is missing. As a result, you will get an app reset notification for epub.

[…]

Configure a policy for your domain-joined computer: file association will be configured at each logon. User will be able to change file association, but at the next logon file association will be configured using XML file. This policy works only for domain-joined computer.

This is just about the most convoluted, annoying way they could come up with for doing this, doesn’t help people whose machines aren’t part of AD and isn’t scriptable. If they were mainly concerned about security they’d have an option for not allowing the user to change these preferences even temporarily on domain-joined machines.

Etterra,

That’s on purpose.

Naich,

I’ve said it before and I’ll say it again - Windows isn’t ready for the desktop. Just use Linux.

ajsadauskas,
@ajsadauskas@aus.social avatar

@Naich @ardi60 Totally agree.

I mean, Windows is just such a weird proprietary distro.

It doesn't use the latest Linux kernel, or even a mainstream POSIX-compliant alternative like BSD. Instead, you have a strange CP/M-like monolithic kernel — I think they used to call it DOS — that's been extended to behave more like VAX and MP/M.

It also doesn't use either X11 or Wayland as a display manager. Instead, you have an incredibly unintuitive overblown WINE-like subsystem handling the display.

Because it doesn't use Linux, Wayland, or X11, you are limited in the desktop environment that you can use. There's really limited support for KDE, despite the best efforts of volunteers.

Instead, there's a buggy and error-prone proprietary window manager that ships with it by default. A bit like how Canonical tried to ship Unity as it's default desktop environment with Ubuntu.

And confusingly, they've named that window manager Windows as well!

That window manager lacks many of the features an everyday Gnome or KDE user would expect out of the box.

It also doesn't ship with a standard package manager, and most of the packages ship as x86 binaries, so installing software works differently to how an everyday Linux user would expect.

There's also only one company maintaining all of these projects. It insists on closed source, and it has a long history of abandoning its projects.

And sure, if you're a nerd who's into alternative operating systems, toying with Windows can be fun.

But if your grandpa is used to Linux, frankly he'll be utterly bamboozled by the Windows experience.

I'm sorry to be glib, because Windows does have some nice ideas.

But.

Windows on the desktop just isn't ready for your average, everyday Linux user.

Aggravationstation,

I agree with every single bit of this but felt like I was being attacked the whole time I read it. Maybe it’s PTSD from asking questions in Linux forums as a kid and getting ripped into with long replies. Does anybody else feel that way?

whophd,
@whophd@ioc.exchange avatar

@ajsadauskas @Naich @ardi60 And if you thought that was confusing, the same company also makes a “Windows Subsystem for Linux” but appears to have got the name backwards — it’s not FOR Linux, at all!

millie,

Is this why Windows has started opening all my chromium apps in edge? They fuck up constantly and it’s really making me want to ditch windows.

If I understood Jack audio as well as I understand Voicemeeter, and if I could get my damn push to talk button working properly in Solaar I’d be done by now.

If anyone has a solution to the edge thing please help.

xlash123,
@xlash123@sh.itjust.works avatar

I understand that software directly and silently changing the default software can be a security issue. But it’s only because it happens silently. Does Windows allow for showing a system prompt that confirms the change to the user? If not, then that’s just plain ol’ anti-competitive. Especially with how pushy Edge and Bing can be.

loutr,
@loutr@sh.itjust.works avatar

I don’t think the goal is to lock you into their browser, since you still can change it through the GUI. It seems to be part of the recent push to block software which changes hidden settings. The end goal being to lock down the OS and prevent users from disabling features MS wants to push onto them.

FritzGman,

Meanwhile, if you use Microsoft Teams & Outlook with the Teams add-on installed … and you are wondering why your email links are suddenly opening in Edge instead of your default browser, disable the Teams add-on in Outlook and rage for a moment at the stupidity.

Teams is forcing Edge browser to open links in new Teams and by extension, in Outlook. Setting the default browser to open links within Outlook settings just leads to un-clickable links. The only way to fix it is to disable the Teams Outlook add-on.

Yes, same old Microsoft. Anyone who thinks they have changed in any way since the days of forcing Internet Explorer as the default are sadly and woefully mistaken.

Nepomuk,

You can change the default Browser to open links in Teams. I had no problems opening links in Teams or Outlook since I changed it.

FritzGman,

I see your TLD is “.de” so maybe there it works, not in America. Home of the “free”.

Changing the setting in Teams and Outlook to Default Browser resulted in links that did not work at all. Removed Teams add-on was the only solution.

Zerush, (edited )
@Zerush@lemmy.ml avatar

At least not in the EU, there Windows should even allow you to uninstall EDGE. MS in the EU is way different, less restrictive and more private than MS US.

https://file.coffee/u/oUneI2Xk2buUvAtUbhFog.png https://file.coffee/u/TLihSwm6JuDK2JaZDs3kg.png

michael_palmer,

Maybe it’s because websites should ask user before enabling cookies?

Zerush, (edited )
@Zerush@lemmy.ml avatar

MS US not only use cookies, it logs even your keystrokes and mouse movements, apart to pass your data to Towerdata and Facebook. Cookies are not the problem if yo use uBO, Cookie Autodelete or similar.

nightrunner, (edited )
@nightrunner@lemmy.world avatar

This is horrible. I run several different environments of VMware Instant Clone VDIs and use the SetUserFTA to help a users default browser and other file extension defaults to persist for a user from session to session on a non-persistent VDI. Now it’s broken.

Thanks a lot Microsoft. 😤

flambonkscious,

Awesome tool, that one. Not often we use it (and usually inside a virtual application environment), but it’s great to rely on…

Simon,

Why aren’t you using group policy?

melpomenesclevage,

How long til that’s deoricated, would you bet?

nightrunner, (edited )
@nightrunner@lemmy.world avatar

We are using Instant Clones. It’s a non-persistent Virtual Desktop.

We want to give our users the choice and then be able to persist those choices. Not force them to use just one option with a GPO that defines what they have to use.

SetUserFTA and Dynamic Environment Manager allowed it until the last Windows CU came along…

Simon,

Okay so why not give them the choice to use whatever browser?

nightrunner, (edited )
@nightrunner@lemmy.world avatar

We do: Firefox, Chrome, or Edge. That’s not the problem.

The problem is with Microsofts new driver we can’t allow users to set the default browser in their VMware Instant Clone using SetUserFTA via Dynamic Environment Manager.

melpomenesclevage,

I said literally like two days ago “fine then; keep using windows until they take a feature you rely on and all your data is either gone, or trapped in an impenetrably useless shell”

Theres no practical value to being right, but fsmn does it feel good.

Uh, sorry about your shit. If you want to still have your computer in a year; switch to linux

HowManyNimons,

How do you know if someone is a bisexual vegan economics major who uses Linux? They’ve already told you.

melpomenesclevage,

How do you know if someone has never eaten a vegetable? They won’t shut the fuck up about vegans. Same for windows fanboys, etc.

nightrunner, (edited )
@nightrunner@lemmy.world avatar

We have 80,000 people that work for my company. That’s not going to happen. Now we have 10,000 VMs running a combination of Ubuntu, Red Hat, Debian, and Centos. But our employees choose the OS they want to run on their own work devices whether it be Linux, MacOS, or Windows and no way is everyone is going to Linux, even if that is my own OS of choice. Especially the C-Level and board member types.

melpomenesclevage,

Well, back up all their shit and have a compatible open source alternative on the table, for the day it suddenly dies.

RizzRustbolt,

Didn’t they already lose a court case about doing that?

n3m37h,

Here is a $10 fine, please don’t do it again ya hear me meow?

Ashtefere,

Lin…ux?

hitmyspot,

Yep, I just switched yesterday.

RealGuy,

Literally switched two days ago. Trying mint for now

hitmyspot,

Haha, me too. I tried opensuse first but switched to mint.

Valmond,

Mint gang rise up!

Switched just a couple of months ago.

Luccajan,

I switched to mint in November, almost everything just works (I mainly use my desktop for gaming). And everything that doesn’t, works after visiting the mint forum or is just a minor inconvenience.

melpomenesclevage,

I dunno; ive had trouble trying to internally rewhatsit outgoing broadcast UDP packets to multicast UDP (or even TCP and then back on the other side) packets for use with some 25 year old windows software. So clearly Linux sucks.

Allero,

Manjaro is amazing, but might have a little steep learning curve should you use it for something very advanced. Also, no .deb’s and .rpm’s for you, but AUR is arguably even more based (don’t rely on it too much though, troubleshooting issues with AUR-sourced apps is an advanced task indeed!)

Other than that, an insanely snappy (thanks, Arch!), beautiful (thank you, presets for various DEs!), almost bleeding-edge and very novice-friendly distribution.

melpomenesclevage,

PopOS uses the same core stuff as mint and is good at graphics drivers, does em automatically.

abcdqfr,

Okay so KDE was okay 5-10 years ago. Ultimately crawled back to Windoze. What’s in vogue in 2024?

ArtVandelay,
@ArtVandelay@lemmy.world avatar

I’m a big fan of Pop OS personally.

captain_aggravated,
@captain_aggravated@sh.itjust.works avatar

KDE 6 just dropped. Cinnamon is up there as well. And if you think iOS is too cluttered and functional, give Gnome a try.

Locrio,

Can’t endorse Gnome enough. I feel like something about it is anti ADHD for me. It optimizes screen size usage. And, the division of tasks into workspaces is glorious. It honestly bothers me a little that it helps me be productive despite myself.

Allero,

Okay, you sold it to me (given for free) Should try to approach Gnome again. Currently a KDE user.

FlorianSimon,

The extension ecosystem is absolutely amazing. I really love it!

Ashtefere,

I use paperwm, and I think its the greatest user interface ever. Actually makes my odyssey super ultrawide useful

lud,

I am glad someone likes it.

It frustrates me to no end.

Allero,
  • Budgie for minimalist KDE-like experience
  • Cinnamon for good old Windows 7 vibes
  • XFCE for going all XP
  • KDE itself is really good nowadays, and probably the most popular option

There is plenty of choices, those are just some of the major ones.

DODOKING38,

Linux Linux?

melpomenesclevage,

If you want to keep your computer, yeah.

Might be rough, but, like… Windows7 isnt supported anymore.

gomp,

(only tangentially related) what does ‘driver’ mean in windows lingo? I thought it was hardware-related stuff but I’m probably wrong.

flambonkscious,

Just a low-level filter that inspects and vetos things (think anti virus)

Natanael,

It’s pretty much a program running in OS kernel space to handle specific function calls which need low level system access. Most hardware needs custom drivers to work because they need to interact with those low level OS components, so that’s why they’re mostly associated with hardware.

A lot of antiviruses use custom drivers to intercept and inspect program behavior to look for viruses, etc

Fubarberry,
@Fubarberry@sopuli.xyz avatar

Some people are saying this is good, but Microsoft recently changed my default search engine to bing “In case it was accidentally changed or changed by another program”. I have zero faith they won’t abuse this, they are becoming ever increasingly pushy about using edge and switching to bing.

henfredemars,

It doesn’t seem like your computer, does it? It’s like you’re a user in their enterprise.

manmachine,
@manmachine@lemmy.world avatar

Haven’t they recently renamed “My Computer” to “This Computer” on the desktop?

CileTheSane,
@CileTheSane@lemmy.ca avatar

“Our Computer”

Threeme2189,

“The Computer”

vaultdweller013,

“The Nintendo” points at Xbox 360

melpomenesclevage,

Like the USSR, but somehow shittier, and expensive. And Theres human piss and shit on the streets because we don’t let the poor sleep in abandoned buildings.

TDCN,
@TDCN@feddit.dk avatar

BS like this has made it impossible to maintain a consistent experience for my parents who aren’t super tech savvy. It’s so frustrating helping them over the phone for hours only to realise that windows just on a whim changed major settings without any user interactions. Changed theirs OS to Debian now. Much better.

melpomenesclevage,

Seriously. Windows has become garbage enough that 20 years ago Linux is the better OS. Even though 20 years ago windows (well, let’s say 15) was better than modern Linux is.

pacoboyd,

Set it via group policy (local or domain) and forget about it.

melpomenesclevage,

How long til that’s deprecated though?

pacoboyd,

I would guess probably not soon. Windows still needs to be able to comply with many industries needs for compliance (ITAR, HIPAA, Financial, etc etc.) If they remove the ability to control this, they cut themselves out of their largest profit area (corporate licensing).

melpomenesclevage,

I think if they just unilaterally make the move, or charge extra for the feature, no regulator is going to crack down; their market share is too big.

lud,

Nah, won’t happen.

Microsoft is generally very reasonable when it comes to GPOs

no regulator is going to crack down; their market share is too big.

The bigger a company’s market share is the more likely regulation is. Hell, the EU has already done this but for internet explorer.

Microsoft won’t depreciate GPOs in many many years, at least.

Has anyone else noticed that MS switched their search engine? I have never heard of that. Sounds like a bug or something.

melpomenesclevage,

“Won’t happen. Can’t flood. Hey does anybody else hear water?”

I genuinely can’t tell if this was intentional but its hilarious either way.

lud,

What water are you hearing?

melpomenesclevage,

Has anyone else noticed that MS switched their search engine? I have never heard of that. Sounds like a bug or something.

lud,

I said that they won’t mess with the GPOs.

I doubt that MS switched anyone’s search engine purposefully. But that’s more likely than them messing with the GPOs.

Them switching search engine hasn’t ever happened to me at least.

melpomenesclevage,

What would you bet that it will never happen?

lud,

10 EUR that it won’t happen in at least 10 years. Longer than that I won’t make a bet for anything.

melpomenesclevage,

I’d honestly take that. Uh, is there a remind function? If I assume this will be here and I’ll have an account in ten years?

lud,

Uh, is there a remind function?

Not that I know of.

I’m honestly quite doubtful that Lemmy will be a thing in 10 years or even 5 years. I hope so, but yeah.

A problem with Lemmy is that individual instances are much much more likely to shut down than an entire platform.

isVeryLoud,

I use Kagi, and so far, it seems to casually switch it back with that message about once a month.

melpomenesclevage,

Yeah that’s why you can’t give your computer to Fucking m$

helenslunch,

I did a fresh install on a family member’s PC yesterday. Tried to change the region in the registry so I could uninstall Edge and it wouldn’t let me. I assume this is related.

But I also dual-booted Linux so they could try it at any time 🙃

henfredemars,

Careful with that. Microsoft loves to periodically push updates that overwrite the boot sector to disable that dual boot configuration.

helenslunch,

Been doing it for many years and never had a problem but thanks

Rainb0wSkeppy,

its bc ms thinks it owns your computer

Koen967,

Man I hate Microsoft pre installing Edge on these laptops to push their browser. Anyways here is your laptop bro, also I pre installed Linux so I can push it to you.

helenslunch,

Difference is I don’t profit off of installing Linux. Just encouraging other people to help themselves.

natecox,
@natecox@programming.dev avatar

I’m not sure that a protection against changing the default browser with third party programs (maybe without the user knowing) via the registry is the evil thing being depicted here.

The way I read this article is that this is a move for compliance with the new digital markets act and I’m not seeing the maliciousness.

Willing to be wrong, I haven’t used Windows regularly for like 20 years.

BearOfaTime,

That’s one take, except even the article notes that’s a weak argument.

Natanael,

Incomprehensibly stupid, because all they have to do is ask the user to confirm. Forcing through their own default instead of asking is malicious.

Wooki,

You kidding? That means First party is now a protected method which will absolutely result in the expected outcome like they have done with every “feature” update blocking work arounds.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • technology@lemmy.ml
  • tacticalgear
  • DreamBathrooms
  • cisconetworking
  • Durango
  • mdbf
  • magazineikmin
  • ethstaker
  • osvaldo12
  • rosin
  • Youngstown
  • slotface
  • everett
  • kavyap
  • thenastyranch
  • JUstTest
  • ngwrru68w68
  • modclub
  • cubers
  • normalnudes
  • InstantRegret
  • GTA5RPClips
  • tester
  • khanakhh
  • provamag3
  • anitta
  • Leos
  • megavids
  • lostlight
  • All magazines