In other words: Users of proprietary OS like Windows have so little control over their own devices that it’s newsworthy when the vendor allows you to uninstall 2-3 bundled things out of many more. But only in some countries! It’s pathetic.
Removed by mod
Removed by mod
Tbh everything listed is how 10 LTSC came by default for all users.
10 ltsc?
Windows 10 long term servicing channel. It’s intended for things like electronic signs but works great if you just want un bloated windows. It comes with most of the random bullshit not installed and has a longer period of security updates.
In addition to what Hangon said, some copies of LTSC 10 still have support until 2027 unlike other Windows 10 versions.
If you wanted to try it out on a spare device without buying then ye’d be digging yerself a massgrave wink.
Gotta LOVE the EU, they’re working at a glacial pace but sooner or later (most likely later) it changes the landscape for the better.
If only enshittification would happen slow enough for the EU to catch up to.
I reeeeally wish they would just embrace and find open source software as a public good and get it over with. The equally glacial pace of adoption of OSS to avoid vendor lock in with MS is not exactly giving the OSS world the boost it deserves.
The EU is pumping a lot of money into FLOSS, often not even for administrative use (like, say, lemmy gets EU funding), but at far as adoption rate in administration is concerned well the Commission is one of the worst offenders. As in municipalities realising they can’t fully switch to LibreOffice because they need to apply for EU funds and the commission only accepts .docx. Parliament happily spending money on something and the executive getting around to getting its shit together are two different things.
OTOH it’s not all about Microsoft and the like, a lot of administrative software is special-purpose, written by private companies according to specs, paid for by public money. Making that kind of thing open source is a no-brainer. It’s also a way better use of money to improve and customise some open source ERP than to go to SAP and get a customised solution there.
And a lot of that has to do with lacking competency in administration – outside of police, specifically IT forensics, it’s usually quite dire. States have no issues figuring out whether a blueprint makes sense when they’re issuing building permits, road and railroad engineering, of course they can do that, but IT? Nope. Bring in the private consultants and private consultants are basically the marketing arm of big software companies.
I know what FOSS and OSS is, but what is FLOSS? Search gave me only dental hygiene results.
Free, Libre, and Open Source Software
The FSFE has an overview over the various terms but tldr FLOSS is the one that has the least amount of agitated neckbeards breathing down your neck because it a) includes both free software and open source and b) includes the “L” that clarifies that what’s meant is free as in speech, not free as in beer.
…and I guess it’s about software hygiene?
Thank you for the explanation and link!
Schleswig Holstein (sp?) are doing so, ditto Copenhagen and Aarhaus (DK) and I believe France are looking into it
Yeah, but it’s all piecemeal and small batches of workstations. There’s no full national scale moves.
It’s an entire german state cutting off 800k p.a of MS revenue. That’s not piecemeal is it ?
1 out of 16 states. In 1 out of 27 countries.
Where is Estonia or Finland or the Netherlands to set the bar higher?
Yeah, well the DMA wasn’t going to cost most EU politicians much of their good ol’ corporate lobbying monies. But switching the EU off of Micro$oft would definitely not only lose those funds, but also introduce way more vigorous counter-lobbying.
One pro of the EU’s glacial pace is that they frog-boil the shareholders, meaning most counter-lobbying activities are relatively tame.
But damn, do I wish they would just give the finger to all those
americancorporations and start a 4-year transition to OSS.This is me being selfish I’m fully aware, but I don’t want the EU to pull from those companies because it seems they’re the only countries willing to fight for the good causes and if they aren’t then the rest will suffer 10fold. At least in it’s current state it slowly feeds back to everyone else, I’m concerned if they pull the plug it’ll be full on anti-comsumer hellscape.
I agree it feels very slow, but identifying the correct action and then building consensus around that action takes time. Once consensus is built it is very stable though. That is supposed to be the biggest benefit of democracy; stability built through coalition.
I wish we could join soon, but that’s also happening at the glacial pace
If the EU could borrow some texans, release them in the european parliament, and tell them “lobbyist” means homosexual in european (since apparently that’s all they need to start shooting someone), the EU would work a lot faster
They’re moving faster than any other government regulatory body.
I have a copy of Windows 10 LTSC that I have installed on a virtual machine just in case I need the one last program that I use that I cannot get to work on Linux.
Lately I upgraded my machine and had to reinstall everything. As I was installing Windows on my VM, it started demanding that I create an account and wouldn’t let me proceed without one, asked be to associate third party accounts to my OS and was generally being extremely intrusive and forceful in ways I didn’t remember it being before, like opening Edge and forcing me to click through an introduction that I didn’t want without giving me the option to close it. I then realized that I had forgotten to disable network access to my VM and that Windows had downloaded updates during the install.
I immediately destroyed that VM and started over again, this time without allowing it to connect to internet. Suddenly the experience was far better.
The moment I had let Windows connect to the internet it had thoroughly enshittified itself. It let me appreciate how badly Microsoft has enshittified Windows 10 over the years ever since its release. We are far away from the Windows 7 days.
Ltsc or ltsc iot? Only the IOT lasts long enough and is debloated.
It’s some sketchy pre-cracked Jack Sparrow edition I torrented to run exclusively offline in a VM and will never let it connect to the internet because I don’t trust it. I’m not too worried about getting security updates for it.
I exclusively use it to run Autodesk Inventor for making 3D printable objects. Once the STL is created I just drag and drop it out of the VM into my Linux machine. It’s the only communication with the outside world it will ever have.
So I could have a usable machine at work? Good. I am forced to upgrade from win7 to win11 in the lab, and current win11 crap did not appeal to me at all. And it has WSL, so at least it can actually be used for work.
I will even uninstall Windows
Please let them also remove all the XBox nonsense. The other day my laptop from work that runs Windows 11 Pro gave a big ass prompt if I didn’t want to try XBox Game Pass with the new Doom game. It’s basically an ad for games on a Pro machine, ridiculous.
Check out the debloat script. It can’t get rid of everything (like Edge) but it makes a HUGE difference.
Thanks for the suggestion. It’s my laptop from work, I have zero say in what software it runs, I don’t even have admin rights on it. None of my personal stuff runs Windows. But it might help other people on their own machines.
You can already do that:
Get-AppxPackage "Microsoft.XboxApp" | Remove-AppxPackage Get-AppxPackage "Microsoft.XboxIdentityProvider" | Remove-AppxPackage -ErrorAction SilentlyContinue Get-AppxPackage "Microsoft.XboxSpeechToTextOverlay" | Remove-AppxPackage Get-AppxPackage "Microsoft.XboxGameOverlay" | Remove-AppxPackage Get-AppxPackage "Microsoft.XboxGamingOverlay" | Remove-AppxPackage Get-AppxPackage "Microsoft.Xbox.TCUI" | Remove-AppxPackage Set-ItemProperty -Path "HKCU:\Software\Microsoft\GameBar" -Name "AutoGameModeEnabled" -Type DWord -Value 0 Set-ItemProperty -Path "HKCU:\System\GameConfigStore" -Name "GameDVR_Enabled" -Type DWord -Value 0 If (!(Test-Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\GameDVR")) { New-Item -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\GameDVR" | Out-Null } Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\GameDVR" -Name "AllowGameDVR" -Type DWord -Value 0
You’re welcome
That’s a ridiculous step by step guide. Let me see if I can simplify.
Step 1: plugin your ventoy flash drive with Linux distro
Fuck sake the Linux subs are leaking.
Wdym? All of Lemmy is literally a Linux circlejerk
Exactly. They’re a little insufferable so tried to make a funny comment.
A freedom-focused decentralized platform is naturally going to attract people who love freedom-focused decentralized software. You should learn to love that about Lemmy, lest your own misguided desires contribute to your suffering.
Oh I do love that aspect of Lemmy, I just don’t want it shoved down my throat at every opportunity. I could make a post asking for windows advice and would be met with useless comments saying install Linux.
I use Linux for my media server, and I love it for that.
I tried to use Linux as my daily driver, partly due to the comments on here making it seem seamless. It was not seamless and a lot more involved than running windows for the handful of games in like to play on it.
I also like honesty and I don’t belong people on here are honest about the failings of Linux as a daily driver and that annoys me.
You know what is truly ridiculous? It’s when I installed Windows N (the version without all that bullshit), but each time I launched a game, it complained that some Xbox app was missing. When I finally said, ‘Fuck it, let’s install that crap,’ I learned that it isn’t even possible to install on that Windows edition. Yet they would still show me the error about the missing app nonetheless. Every. Single. Time.
How about no?
I love being in EU
The home of the brave, and the land of the free.
So being able to uninstall apps on your computer is news?
No no, on Windows it is not your computer, it is “This computer”. The days of “My computer” are long gone.
Funny what happens when you have a government that actually gives a shit.
Thats what happens when you get unionised.
(because the EU is a type of Union)European governments and the EU definitely don’t care about us, their citizens, but most do see the threat coming from USA these days, thankfully
I’m sorry, I’m not familiar with this concept…
I just wish they didn’t also constantly try to force backdoors into everything…
how do i europe
This is why when u pirate windows u always pirate the European version. Not that I condone pirating windows that would be immoral and wrong.
Windows 11 is freely available through official channels and only disables some personalization GUIs if you don’t activate. But you can still customize things without the GUI. There may be other gotchas to force you to pay up, but piracy isn’t even necessary.
By piracy I mean modifying some registry keys to trick the free version into thinking its activated
I’m not sure Microsoft would agree, but I feel that’s fair game since the registry is readily available and accessible to any user. It seems clear that Microsoft now treats Windows as a marketing tool to get people to subscribe to their other services, anyway. The way they cram marketing and adverts into every process and corner of the OS, it’s a wonder they are still trying to charge at all.
U can half the size of windows if u use some of the debloater tools. U can also replace the start menu with the win7 version and that’s legitimately better.
Pirating Windows is wrong, but the lesser evil compared to buying Windows. Ideally, you shouldn’t do either
uses Linux to pirate Windows
deletes the iso because it sucks
just because I could!
I need windows for my cad program so I just run it in a vm
Pirating windows and adobe is never wrong.
dont be fooled. stop supporting the enshittification now or be left behind. Bill Gates and the other american terrorists have caused enough harm.
you are in control once you stop using anything from american corpos.
stop supporting the enshittification!
You do realize that Bill Gates hasn’t been involved with MS for many years now, right?
ofcourse. he already did more than enough. also steve jobs. we are all waiting for the google bros to vanish. hoping for the best.
Imagine living somewhere where those in charge have even there smallest bit of spine.
mmm, that was nice. can i have another?
Oh look, with the threat of a big enough fine, you can uninstall those things.
Or at least hide the front ends for them.