589
submitted 5 months ago* (last edited 5 months ago) by trespasser69@lemmy.world to c/technology@lemmy.world
top 50 comments
sorted by: hot top controversial new old
[-] trespasser69@lemmy.world 213 points 5 months ago

Windows Recall today: Your data is private and stays on local machine.

Recall after 2 years: We may use your data to train our AI models, improve our services and personalize your experince.

[-] Railcar8095@lemm.ee 67 points 5 months ago

Best part? It's using your hardware and electricity to train the models.

[-] unrelatedkeg@lemmy.sdf.org 18 points 5 months ago

In a few years they'll charge you monthly for the priviledge of using/knowing what it collected on you.

[-] Sabata11792@ani.social 28 points 5 months ago* (last edited 5 months ago)

Recall after 2 years: Your personalized ads are generated on device based on preferences detected by Recall and our partners. Recall shares these preferences with Microsoft and our 23,671.5 partners and 16 nation-state partners around the world to better serve you <3.

[-] r_deckard@lemmy.world 7 points 5 months ago

Pi-hole can block microsoft telemetry domains, just need to keep the blocklists up to date, and flush the Recall cache every day.

[-] Sabata11792@ani.social 7 points 5 months ago

Product activation failed: Please drink verification can.

load more comments (3 replies)
[-] Vince@lemmy.world 20 points 5 months ago

Interesting way to put it. The first thing it made me think is that if they did the 2nd part entirely within your PC, would it be ok privacy-wise, and would the consumers be ok with it?

I haven't looked into the current iterations options, but I think I still want the option to turn it off. Personally I'm less concerned with privacy and more concerned with it using up my computers resources.

[-] voracitude@lemmy.world 64 points 5 months ago

Even if all the processing remained on my devices, I still wouldn't want or trust it. Microsoft could change that policy at any time, claim something like my logging in to my local account constituted agreeing to their new terms, and expose screenshots of my password manager in an unsecured public data store.

Fuck Windows Recall, and fuck Microsoft generally for being so fucking awful to their customers but mainly fuck them for forcing me to finally make good on my threat to switch to Linux. I've been using Windows for over thirty years and switching off their spyware for ten, but this is the final straw.

[-] OutlierBlue@lemmy.ca 19 points 5 months ago

I ditched Microsoft on my new build back in Feb. I installed Mint and it's been a really smooth transition for me. I can still do everything I used to, although I know there are some use cases where it's a problem for people. All the games I've tried run well.

But it does give me peace of mind that someone isn't going to change my settings in a way that benefits them in a patch. I feel like I'm working with my OS to get things done instead of wrestling against what some corporate MBA wants.

[-] voracitude@lemmy.world 7 points 5 months ago

No joke, that's the distro I'm going with 🙌 Mint is great!

[-] trespasser69@lemmy.world 15 points 5 months ago

Fuck Windows Recall, and fuck Microsoft generally for being so fucking awful to their customers

Always has been.

[-] gravitas_deficiency@sh.itjust.works 33 points 5 months ago

No, there’s a bigger context that you’re not considering: enterprise IT orgs in privacy-sensitive/confidential domains.

This whole feature is an absolute non-starter in biotech, defense, finance, and a bunch of other industries. It’s an infosec nightmare. Legal teams will categorically refuse to allow W11 to be installed simply due to the legal jeopardy it would put their own orgs in, since it implicitly trusts MS with who the fuck knows how much data exactly.

I continue to be shocked and baffled that MS isn’t taking their stance on this product as an “always-on” thing back to the drawing board.

[-] Hackerman_uwu@lemmy.world 17 points 5 months ago

I consult in some companies that don’t even allow copy/paste in outlook. Like, these are actually MS security policies that can be set.

How in all of the actual fucks could they allow MS to see everything on your screen.

I agree with your non starter assessment.

[-] irotsoma@lemmy.world 4 points 5 months ago* (last edited 5 months ago)

Yeah I work for a major company in healthcare and they don't allow Windows 11 for several reasons.

But also outside of the healthcare data issue, there's the legal issue of retaining data. Our company doesn't allow us to retain emails for more than 2 years and there are lots of other retention policies, and software to enforce them, that don't require keeping data, but instead require deleting it. This is a common trend in major corporations right now. You can't have data hacked or subpoenaed in a court case if it doesn't exist. Recall is great for micromanagement of employees, but bad for just about all other parts of a company. I don't get who is behind this and who they think they're appeasing with it.

load more comments (1 replies)
[-] dual_sport_dork@lemmy.world 29 points 5 months ago

Nah. Even if it's local, I'll burn my CPU cycles on what I want to, thanks. That's like installing a bitcoin miner in your PC and claiming, "But it only runs in the background." Fuck off and buy your own hardware, Microsoft.

[-] nyan@lemmy.cafe 15 points 5 months ago

Even if the storage were strictly local, there would still be some privacy concerns. Hackers can't steal data that isn't there.

[-] SexualPolytope@lemmy.sdf.org 5 points 5 months ago

At that point, you're just paying for training Microsoft's AI.

[-] I_Miss_Daniel@lemmy.world 143 points 5 months ago* (last edited 5 months ago)

Set up a new pc for someone today. Turned off all the OneDrive backup options. Rebooted and copied their files from a USB to SATA adapter. They turned the backup settings back on again!

Can't trust Microsoft.

[-] octopus_ink@lemmy.ml 21 points 5 months ago

Can’t trust Microsoft.

Always has been.

[-] Solemarc@lemmy.world 88 points 5 months ago

"You can turn it off", "it's an optional feature", they didn't even last a year! What ever happened to slowly boiling the frog?

[-] M0oP0o@mander.xyz 7 points 5 months ago

"Slowly" is relative. Also remember that windows 10 was the last windows you would need to ever buy? (To be fair that is more true then Microsoft would like these days)

[-] UpperBroccoli 57 points 5 months ago

(re)Ditched Windows on my PC a while ago, still have to use Windows at work. Just checked my work laptop running Windows 11 (standard laptop, not a "Copilot+PC") - sure enough, that Recall shit is installed and active. Disabled it, and made a post in our main company Teams channel with screenshots. Will be interesting to see if there are any reactions to this.

To find out if it is active in Windows 11, open up 'cmd' and use: (typing this from memory, hope it is correct)

dism /online /get-featureinfo /featurename:Recall

to disable it, you need a 'cmd' instance with admin rights:

dism /online /disable-feature /featurename:Recall

[-] trespasser69@lemmy.world 38 points 5 months ago

It will be re-enabled after update : )

[-] MIDItheKID@lemmy.world 20 points 5 months ago

Mentioned this in another comment. Take that second dism line, and put it in a batch script and make it a scheduled task that runs at login. Or use a Powershell script to make it a little smarter - check if it's enabled first and then disable it if it is.

Modern problems require modern solutions.

load more comments (1 replies)
[-] Railcar8095@lemm.ee 14 points 5 months ago

My company blocks screenshots (luckily we don't have high definition cameras in or pocket at all times, else that would seem stupid) so I'm wondering what they will do if those are user accessible.

load more comments (1 replies)
[-] MudMan@fedia.io 32 points 5 months ago

So wait, did I miss a step or is this NOT the recall feature they announced for Copilot Plus PCs? None of the screen snapshots, none of the AI search.

As far as I can tell it's some variation on the logging search that was in Windows in Win8, right? At least when it comes to user-facing functionality.

EDIT: As far as I can tell, people mentioning this mean the full Recall feature, but even though the package shows up on my Copilot+ PC the functionality itself is nowhere to be seen. I'm still confused about this and relatively convinced something is being missed somewhere.

[-] r00ty@kbin.life 16 points 5 months ago

I've found it very interesting. So far as I can tell it's installed and enabled (even on non co-pilot PCs). However I have yet to see or hear of anyone that has found evidence that it is actually running and doing its job (capturing screenshots and creating the database for the AI model).

To me, the fact it's installed and enabled and they've not stood up by now and said "Ooops our bad, it was only meant to be on copilot PCs and we should have added it to the features menu so you can turn it off" just suggests that, the stuff is there and at some point they will flip a switch on ALL PCs to enable it.

It's quite lucky that a week or so ago when I got some new SSDs, I put aside 2TB for a linux boot to replace my old broken previous linux dual boot. Not booted into windows in over a week.

[-] MudMan@fedia.io 4 points 5 months ago

I mean, it's not like accidentally running Recall once is going to automatically compromise all your data to Microsoft in perpetuity. I don't even know what the final implementation is supposed to be, I'll make up my mind when I can review it, not before. Ditto for Apple's version on the new iPhones and all the other stuff being promoted right now.

But in this case I'm just puzzled. At this point it sure looks like they installed some package or service that is probably the ground layer for the actual feature at some point, but that doesn't mean it's doing anything at the moment. Maybe logging the same metadata as the Win8 feature, but it's not clear (there is a "activity history" setting in the privacy settings now, perhaps it's part of that?).

If anything the panic shows how tainted the Recall name has become, but that's not new for Microsoft. That original logging feature was also widely hated, as was a lot of their search or their current, mandatory "widget" news feed that nobody has ever found useful. The question is how widely tainted it is, and whether normies will want to burn it with fire as much as the Linux-facing techies.

[-] r00ty@kbin.life 6 points 5 months ago

To be clear, I installed a new Linux system totally separate to this and just coincidental, and there's still some things I need to use Windows for, so it's not going anywhere soon. But for sure this whole thing is one more reason to be suspicious of Microsoft.

As I said, I am not sure there's any evidence showing it's actually doing anything yet. None I've seen at least.

But, I think there's some very suspicious points that stand out to me.

  • Installed by default
  • Enabled by default
  • Hidden from the user unless they specify the feature by name from command line (listing from command line doesn't include it either). And I wonder if being searchable by name was an accident that will be patched out next time.

If this wasn't going to be anything to do with the recall functionality that has been previously described, then I feel fairly sure they would have posted an announcement about it by now. Silence in general is a bad thing for this kind of thing in my experience.

But, since it's not doing anything now I'm more in a "wait and see" stance personally.

load more comments (4 replies)
[-] verdigris@lemmy.ml 30 points 5 months ago

Switched back to Linux this week and I couldn't be happier.

[-] clgoh@lemmy.ca 10 points 5 months ago

If it's free, you're the product... Oh wait.

[-] Oha@lemmy.ohaa.xyz 25 points 5 months ago

Wait! The only selling point of those "AI" PCs runs on non "AI" pcs?

load more comments (1 replies)
[-] Coldgoron@lemmy.world 17 points 5 months ago

Saw this bullshit coming, already got a linux mint dual boot setup on my work pc.

PSA: If you have a bigger usb formatted to the ntfs file system, consider switching it to exfat file system when working with linux. I had a hard freeze up and couldn’t get my files off for a bit, and this what I suspect was the issue.

load more comments (2 replies)
[-] ShadowRam@fedia.io 16 points 5 months ago

For FUCK sakes....

I have a 256GB SATA SSD machine here, that I want to put a fresh install of windows on a 1TB M.2

And NOW is the fucking time windows puts out this fucking Win11 24H2 garbage... that's BSOD'ing peoples computers, having other issues, and now this.

[-] TheLastOfHisName@lemmy.world 9 points 5 months ago

I've been running Pop!_OS with the Cinnamon desktop environment on my machine at home for the past 3 months. I'm very impressed with the out-of-the-box experience. All my games run in Steam or Lutris.

Fuck Microsoft.

[-] polle@feddit.org 5 points 5 months ago

For me the same, but with kubuntu. Linux is really ready to be used as a desktop.

[-] Lenny@lemmy.zip 9 points 5 months ago* (last edited 5 months ago)

I made this prediction before kind of joking, but I feel like it could still end up this way, where in the near future we’ll all be installing a FOSS AI after a fresh install whose sole job is to target the corpo AI’s on our local machines and continuously cripple them.

[-] Sabata11792@ani.social 6 points 5 months ago

The guys using FOSS Ai would be the same guys using an operating system without an hostile Ai built in.

[-] muntedcrocodile@lemm.ee 6 points 5 months ago
[-] Random123@fedia.io 6 points 5 months ago

Does win10 vm run games well? (like power hungry games)

[-] AceSLS@ani.social 7 points 5 months ago

With GPU passthrough you can get almost native performance. This requires 2 GPUs though (iGPU as second one should suffice), dunno about the input lag and stability though as I only have one GPU

Without it though? Not even worth trying

load more comments (3 replies)
[-] muntedcrocodile@lemm.ee 4 points 5 months ago

I only play games that work native or via proton. I just use windows for the CAD programs that i need to use. I do gpu pass through and native for my host system idk how this would be for gaming tho.

load more comments (1 replies)
load more comments (1 replies)
[-] lud@lemm.ee 6 points 5 months ago

Keep in mind that this doesn't necessarily mean that recall itself is actually doing recall stuff or even running a process (I haven't checked if it does but not necessarily) like it would on a copilot laptop.

It is however very stupid that you can't uninstall recall without messing up the file Explorer. My guess is that it's a bug or some weird dependency needed with explorer.exe that handles the file explorer and a bunch of other stuff like the desktop and taskbar. It could also be spying but this seems like a stupidly obvious way to do it if they wanted too.

[-] PanArab@lemm.ee 5 points 5 months ago

Even on Pro or Enterprise editions? I can't imagine businesses tolerating this never mind governments.

load more comments (2 replies)
load more comments
view more: next ›
this post was submitted on 23 Oct 2024
589 points (100.0% liked)

Technology

68495 readers
3594 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 news or articles.
  3. Be excellent to each other!
  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, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS