218
submitted 1 month ago* (last edited 1 month ago) by misk@sopuli.xyz to c/technology@lemmy.world
all 50 comments
sorted by: hot top controversial new old
[-] RobotToaster@mander.xyz 150 points 1 month ago* (last edited 1 month ago)

Only for the IOT version which is for devices like ATMs, but it kinda torpedoes their argument that a TPM is hard requirement for windows 11.

[-] misk@sopuli.xyz 25 points 1 month ago

You're right, fixed that headline now.

[-] BearOfaTime@lemm.ee 12 points 1 month ago* (last edited 1 month ago)

~~I've run~~ I run the IoT version of 10 on everything - laptop, desktop, VM's, etc, it's great because it only does updates 2x/year, no feature updates by default.

Licensing is handled by the scripts from Microsoft. If you're a large enough business, it would be worth the cost of the Enterprise licensing just in reduced support issues.

Basically, it's Windows without the bloat, which seems like a good thing. I can use whatever apps I want for photo viewer, etc, and no garbage on the system.

[-] Appoxo@lemmy.dbzer0.com 5 points 1 month ago

(...) is a requirement for windows 11 consumer devices. :)

[-] dinckelman@lemmy.world 60 points 1 month ago* (last edited 1 month ago)

If anything, it should be optional for personal use, and mandatory for enterprise. Not that they would come to this conclusion either way, granted that half of the workforce is busy putting ads into the start menu, and the other half are probably not doing any work whatsoever

[-] barsquid@lemmy.world 9 points 1 month ago

If you don't have TPM how can they do browser attestation and ensure you have no ad blocking software?

[-] AMillionMonkeys@lemmy.world 33 points 1 month ago

Rats. Leaving TPM off in the BIOS is how I've been avoiding it nagging me to upgrade from 10.

[-] chronicledmonocle@lemmy.world 25 points 1 month ago
[-] AnUnusualRelic@lemmy.world 7 points 1 month ago

16 GB just for an IOT OS is fucking bloated IMO.

[-] lud@lemm.ee 3 points 1 month ago

It's obviously not intended to run on an Arduino or something.

[-] PseudorandomNoise@lemmy.world 2 points 1 month ago

Um.... then what is it intended for? ATMs and POS terminals don't really strike me as IoT devices.

[-] AnUnusualRelic@lemmy.world 1 points 1 month ago* (last edited 1 month ago)

I still have a laptop running a (old) full kde desktop in 192 MB of Ram from a 12GB disk with lots of space to spare.

[-] herrcaptain@lemmy.ca 7 points 1 month ago

It's been quite a while, but on an older system years ago I recall it slightly nagging me about how the computer wasn't W11-enabled.

[-] catloaf@lemm.ee 2 points 1 month ago

I've been curious about people who have been disabling the TPM. Where are you storing your disk encryption keys?

[-] AMillionMonkeys@lemmy.world 13 points 1 month ago

I'm not using disk encryption. It's a desktop and if it's every stolen I've got bigger problems.
Also, I presume that disk encryption makes it so you can't just pop the drive in an adapter and pull stuff off it, which I sometimes need to do with old, retired drives.

veracrypt is a thing, encrypting drives does not need TPM.

Just boot using the good old Master Boot Record for a clean solution (The Veracrypt documentation gives a good overview). Veracrypt works with EFI too, but the EFI partition itself cannot be encrypted. You can even create a hidden OS, if you are forced to give out your password, theres still plausible deniability.

[-] BearOfaTime@lemm.ee 2 points 1 month ago* (last edited 1 month ago)

Thanks for the Veracrypt reminder. Adding that to my stuff to setup and document list.

Sometimes Bitlocker really pisses me off.

[-] lud@lemm.ee 1 points 1 month ago

You can run bitlocker without TPM using a usb flash drive instead. I think you can also store the key in your mind as a password.

[-] catloaf@lemm.ee 2 points 1 month ago

Yes, but when they're on USB the keys are much more accessible. You can just plug it in and dump them.

If you're only using a password, the keys are stored in an unencrypted part of the drive, which can again easily be dumped.

Once you've dumped the keys, you can brute-force the passphrase offline.

[-] yggstyle@lemmy.world 1 points 1 month ago* (last edited 1 month ago)

I found it was pretty easy to get rid of the nag. I installed a different OS. For my development stuff that needs windows and I can't run with wine (very few tools) - I have a VM running a windows version with 0 Internet access. Fuck that company sideways.

[-] downpunxx@fedia.io 23 points 1 month ago

the most expected step back in the history of step backs, people were calling this day one hour one of seeing the W11 requirements, and knowing the vast majority of users were not going to simply "buy another machine" for the honor of running the latest copy of windows when windows 10 works perfectly well lol

[-] macgyver@federation.red 5 points 1 month ago

Didn’t help that beta tests didn’t require it either

[-] downpunxx@fedia.io 7 points 1 month ago

choo choo the microsoft enshitification train has left the station boys, it's only major fuckup then triage from here on out for the rest of time, all aboard, choo choo

[-] PseudorandomNoise@lemmy.world 20 points 1 month ago

All well and good for Enterprise folks I guess, but what about home users?

[-] BearOfaTime@lemm.ee 4 points 1 month ago

What about home users?

I run Win10 LTSC as default for desktops, VM's, laptops. It's great - 2x/year security updates, nothing else.

No bloat, no BS.

[-] spyd3r@sh.itjust.works 2 points 1 month ago* (last edited 1 month ago)

Good for the people sailing the seas too. Yarrr!

[-] CraigeryTheKid@lemm.ee 1 points 1 month ago

let's go GenTwo!!

[-] NeoNachtwaechter@lemmy.world 10 points 1 month ago

This one big question around the T in TPM, has anyone found a satisfying answer yet?

T is for "trusted". So far it was easy.

But who is supposed to trust whom?

The only case I found plausible so far is, that M$ can now decide whether or not they want to trust your PC (against you, the user).

[-] towerful@programming.dev 16 points 1 month ago

I'm sure this is a meme, but the trust is proving the OS is not tampered with.
Like, if malware was able to inject a malicious windows update URL into the OS, and inject a malicious certificate that gets the OS to trust the malicious updates by the malicious URL.
The signature of the OS would then differ from what the TPM/CPU recorded during OS boot and what the TPM/CPU has hashed during running. This would indicate that the OS has been tampered with.
So the trust in TPM is that the TPM and CPU are working together correctly (which is certified during manufacturing), so that the TPM can then attest that the OS (or software or whatever) hasn't been tampered with.

So yeh, it's MS (or whatever software company) trusting that the software it is interacting with is running as it is intended

[-] catloaf@lemm.ee 9 points 1 month ago

Honestly, the user is the biggest security risk in the first place. People run all kinds of malware and put their passwords into phishing sites all the time. One thing a TPM is used for is secure boot, which prevents malware from inserting its own bootloader to take over the OS.

load more comments (2 replies)
[-] SpaceCadet2000@kbin.social 6 points 1 month ago

But who is supposed to trust whom?

12 years old and still relevant:
https://www.youtube.com/watch?v=s7WDbnHlc1E

[-] PipedLinkBot@feddit.rocks 2 points 1 month ago

Here is an alternative Piped link(s):

https://www.piped.video/watch?v=s7WDbnHlc1E

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source; check me out at GitHub.

[-] RobotToaster@mander.xyz -1 points 1 month ago
[-] Lemming421@lemmy.world 9 points 1 month ago

The last time I tried to install Windows 11 on a VM (Nutanix AHV), I had to fiddle with a virtual TPM and lost the live migration feature as a result.

Dos this mean I can install the LTSC version, not need the TPM and have a working, live migrate-able machine?

Something to test next week…

[-] ramble81@lemm.ee 14 points 1 month ago

There’s a registry key (sorry I’m on mobile right now) that you can actually add during a clean setup of current non-LTSC versions that remove the requirement for vTPM and SecureBoot. That install should easily be able to be live migrated. We were doing that when first playing with Windows 11

[-] Gormadt@lemmy.blahaj.zone 6 points 1 month ago

Don't worry, I got you

Here's a link to the tutorial for doing exactly this.

As a bonus it also talks about how using Rufus you can remove the requirements by default when you create the install stick.

[-] MonkderDritte@feddit.de 8 points 1 month ago* (last edited 1 month ago)
[-] Gormadt@lemmy.blahaj.zone 2 points 1 month ago

Thank you

I tried to find a link a couple weeks ago and I came up short

[-] MonkderDritte@feddit.de 2 points 1 month ago* (last edited 1 month ago)

Me too. Guess it wasn't there then.

[-] JackGreenEarth@lemm.ee 6 points 1 month ago

It already wasn't a requirement when flashing the iso with Rufus.

[-] rickdg@lemmy.world 3 points 1 month ago

Thanks I hate it.

[-] kubica@kbin.social 1 points 1 month ago

So they are lowering the specs because people has found a way to avoid upgrading?

[-] Evilcoleslaw@lemmy.world 6 points 1 month ago

They are lowering the specs for this one version that's only available to license to Enterprise users because it's meant for Enterprise level IoT use cases, not as a typical desktop.

[-] werefreeatlast@lemmy.world -1 points 1 month ago

That was just a way to stop people from booting Linux. It didn't work. Microsoft sucks.

[-] FaceDeer@fedia.io -5 points 1 month ago

Oh no, they accommodated our desires and removed the requirement that we hated. The bastards.

[-] Cethin@lemmy.zip 19 points 1 month ago

They didn't though, unless you want to run the IoT (internet of things) version, which is for integrated devices. That's why storage size matters.

This isn't my largest complaint with W11, and I don't think it's many other's either. I don't run windows though, so I don't really care.

[-] mesamunefire@lemmy.world 11 points 1 month ago

Your planning on running the IOT version on your computer?

this post was submitted on 26 May 2024
218 points (97.4% liked)

Technology

55643 readers
3766 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS