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.
Best part? It's using your hardware and electricity to train the models.
In a few years they'll charge you monthly for the priviledge of using/knowing what it collected on you.
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.
Pi-hole can block microsoft telemetry domains, just need to keep the blocklists up to date, and flush the Recall cache every day.
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.
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.
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.
No joke, that's the distro I'm going with ๐ Mint is great!
Mint is the distro of choice for people who want to work on their computer, not work on their computer.
Like I'm glad for all the nerds who change distros as often as they change pairs of pants and enjoy fiddle-fucking around with their setup, but some of us only want a computer that just works and doesn't give us shit.
It's funny you say that, because in my experience what you're describing is Arch. Mint, meanwhile, was the first time I'd used Linux and had it "just work". What distro are you using that you don't have to "fiddle-fuck around" with it at all?
Fuck Windows Recall, and fuck Microsoft generally for being so fucking awful to their customers
Always has been.
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.
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.
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.
Don't they already have a non copilot version of Windows 11? I believe the OPM is already using it.
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.
Even if the storage were strictly local, there would still be some privacy concerns. Hackers can't steal data that isn't there.
At that point, you're just paying for training Microsoft's AI.
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.
Yep. Iโve set up Windows a few times recently, and they donโt give even the slightest consideration for your settings. Few days later, they changed right back.
They will be configured to benefit Microsoft first. Maybe not immediately. But it sounds like a losing game.
You need to make a Powershell script or batch that uninstalls/turns off the feature and then make a scheduled task that runs the ps1/bat at login.
Its insane that this is what you have to do to keep this shit off your system, but it's effective.
I had to do this with New Outlook because it kept reinstalling after Windows updates.
They "trust me" dumb fucks
May not have been Gates that said it, but it embodies an attitude which appears prevalent throughout big business.
Edit: O&O Shut Up is a free tool that helps you easily turn off/disable quite a few of the worst "features" on Windows.
I think that was The Zuck.
You would be correct.
There's Windows 11 IoT LTSC if you really need Windows, but Microsoft is going to continue to fuck its users, and I don't know why people in the know would choose to continue to use an OS that's actively working against them when non-corporate, open source alternatives exists (Linux, or for the more niche people, BSD, Haiku, Redox)
I donโt think PCVR works on Linux yet. The gaming support on Linux being driven largely by Valve is removing a lot of the reasons for consumers to use Windows, though. I wonder how long before big corporations push back on this Microsoft spyware, though.
I don't own a VR headset, but I thought SteamVR worked fine on Linux. Gamescope even has specific VR modes.
I can speak from experience having used both wired (Index) and wireless (Pico 4 with ALVR) VR on Linux and the performance and stability is horrible. Always has been sadly. I can play some VR games on Linux but overall it's not worth it in the current state.
"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?
"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)
(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
It will be re-enabled after update : )
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.
Any IT admins in the audience: this is what remediation scripts were made for
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.
I'm going to check at my work tomorrow too.
I'm gonna be quite unhappy if I find it.
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.
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.
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.
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.
Well, I don't know how long this has been a thing or how prominent it is. I haven't seen it in the more mainstream news channels, this thread was my first notice. I expect if people start to freak out in larger, more mainstream circles they may want to address it. Right now it's only reached a few people, I think.
There's been a lot of youtube videos made on the tech side of it. But, like I say they all make a fair point. It's installed, enabled and hidden. But none of them have shown any evidence of it actually collecting data yet.
This arrived in the 24H2 windows update I think it was about a week ago.
Frankly that sounds like "OK, I did install a camera in your bedroom, but it's not like it's on or anything!"
Definitely. And it's actually "We installed a camera in your bedroom, but it's hidden, you cannot remove it. It's enabled but don't worry it's not recording".
I just ideally would like Microsoft to say something. Because at the moment it's super weird to enable it on PCs that it's not meant to run on.
Switched back to Linux this week and I couldn't be happier.
Upgraded*
If it's free, you're the product... Oh wait.
Unless it doesnโt make money.
Apparently, my irony missed the mark.
The irony that's with the paid OS that you're the product.
That wasnโt clear to me, but it is a pretty funny point.
Luckily my installation was free
Wait! The only selling point of those "AI" PCs runs on non "AI" pcs?
Not enough AI PC sales. They need to push it out anyway. Consume all the CPU and power they can and then market AI PCโs as a way to improve performance and lower your power bill.
Switching to linux few years back is really fucking printing...
I was spending so much time cleaning up windows and then microshit would roll my settings back๐คก
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.
What version of Linux did you go with?
Linux Mint 22 Cinnamon
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.
Microsoft has definitely not been a great tenant on dual boot systems over the past year. Usually you get the occasional MBR overwrite, but itโs been pretty bad. Windows has been assuming itโs the only OS.
I fixed a windows install for an old guy, and windows patched the BIOS to prevent F11 loading the boot menu....
Never again
That seems extremely unlikely. That is controlled by the BIOS itself. Windows Update does deliver BIOS updates, but only as provided by the OEM.
BIOS exists no more. It's all UEFI which is controllable from the outside.
Technically yes, but most people still say "BIOS" to refer to any system on a PC that fills the same role.
Some true BIOSes are also externally controllable, too, it's not exclusive to UEFI.
Microsoft has incredibly been doing stuff I'd consider unlikely just a decade ago. They're at the point where I go "unlikely but far from impossible. Likely in a while".
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.
The guys using FOSS Ai would be the same guys using an operating system without an hostile Ai built in.
FWIW I was worried this might be on W10 (hey, they might try it) so I tried the >dism commands found earlier in this thread (thanks btw!) & got โFeature name Recall is unknownโ.
Safe for now
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.
For me the same, but with kubuntu. Linux is really ready to be used as a desktop.
Even on Pro or Enterprise editions? I can't imagine businesses tolerating this never mind governments.
Did not show up on my work laptop running Win 11.
Didnโt show up on my win11 pro desktop pc.
This is why win10 in a vm
Does win10 vm run games well? (like power hungry games)
I donโt recommend going that direction. I think youโll get better results with Proton and Proton-based solutions like Lutris and family.
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
Someone in a previous post said they did it with one GPU, using a script to handle the swap when they were done with the VM.
That's definitely possible but would make the host OS unusable while the VM is running afaik. Why not dual boot at that point?
I believe it was brought up after the previous Windows update fuckup, so that's as good a reason as any. Some people don't want to reserve a partition just for Windows but still need/want to be able to use certain programs that aren't yet usable on Linux.
VMs safely contain Windows so it can't do anything to the host, and if you're playing a game on a Windows VM, you're probably not worried about using the host anyway. I've considered it myself, but I've done dual boot, and it's not worth having the training wheels, imo.
Proton is a better option unless the game needs Anti-Cheat, which most won't work in a VM, anyway
Personally I dual boot Win10 LTSC with fake credentials and some privacy tweaks for games that need to be on windows
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.
I have heard, though not tried, that GPU passthrough works for those diminishingly few problematic games where a certain anti-cheat is the sticking point.
I've tested it, and while it does work, there are some issues:
The anti-cheat doesn't work for all games (delta force demo).
Sometimes i had strange sound glitches.
I had to use a second mouse. In certain games where you drag the camera (like Sins of a Solar Empire), the camera spins uncontrollably fast.
It's not as fast or responsive, but good enough.
Game Pass games don't run.
Because of these points, I still keep Windows 10 as a dual boot option.
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.
I tried and couldn't find it on my system. I run Linux btw.
BOGU!
Why do people still use that legacy proprietary malware-ridden morally obsolete operating system?
Why do you think they do? Logically think it through.
Market sharen and incumbent advantage. Ease of adoption (or appearance of). Ubiquity and lack of need to retain. Predatory behaviour by MS. Different priorities for users.
Unless you actually consider the real reasons why Windows is so widespread you'll never make a dent in it.
Ease of adoption (or appearance of)
Thank you for acknowledging that point. Because since Win7 or so, Almost all major Linux distributions are shitloads easier to learn that any windows environment, no matter how unfamiliar you are with Linux.
Basically, all major desktop environments behave like an optimized WinXP desktop.
It came with the machine.
There are a few things that still don't quite work as good in Linux.
For me personally, VR is the last thing holding me back. Hopefully that changes soon though. My laptop has already been Windows-free for a while.
let me be the one to say: the only people who "need" VR are those earning their money with selling VR products. No one else in the whole wide world actually needs VR.
Yeah. But this person spent money on it so they want their devices to run it. I donโt get your point.
There's a lot of stuff everyone has that they don't need. What's your point? Are you going to go vegan? because technically you don't need meat. Are you going to stop driving an automatic transmission? Because you don't need that. Oh, social media (Lemmy included), you definitely don't need that.
Iโm getting a gaming PC soon because I want to use VR and while I do want to primarily use Linux, I will be keeping a Windows install for it.
A gaming PC is also not something that anyone needs, but I want to own one and I want to play VR games on it. Your point is not as good as you think.
So how good did I think my point was?
VR is an artificial hype, especially in a time where almost all major game releases lack in story and already put way too much money into graphical effects. It's a gadget.
A phone is also a gadget...?
Mobile one absolutely. And they make humans more stupid and the world worse.
No one needs a computer at all. We all know that already.
Normies doesn't care. Instead they watch brainrot content on TikTok
(and most don't have desktops or laptops to start with)
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.
Best part? It's using your hardware and electricity to train the models.
In a few years they'll charge you monthly for the priviledge of using/knowing what it collected on you.
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.
Pi-hole can block microsoft telemetry domains, just need to keep the blocklists up to date, and flush the Recall cache every day.
Product activation failed: Please drink verification can.
I wonder who the 0.5 partner is...
The user? Not even worth a full share.
The user is definitely 0.0 partner's worth
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.
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.
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.
No joke, that's the distro I'm going with ๐ Mint is great!
Mint is the distro of choice for people who want to work on their computer, not work on their computer.
Like I'm glad for all the nerds who change distros as often as they change pairs of pants and enjoy fiddle-fucking around with their setup, but some of us only want a computer that just works and doesn't give us shit.
It's funny you say that, because in my experience what you're describing is Arch. Mint, meanwhile, was the first time I'd used Linux and had it "just work". What distro are you using that you don't have to "fiddle-fuck around" with it at all?
Always has been.
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.
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.
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.
Don't they already have a non copilot version of Windows 11? I believe the OPM is already using it.
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.
Even if the storage were strictly local, there would still be some privacy concerns. Hackers can't steal data that isn't there.
At that point, you're just paying for training Microsoft's AI.
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.
Yep. Iโve set up Windows a few times recently, and they donโt give even the slightest consideration for your settings. Few days later, they changed right back.
They will be configured to benefit Microsoft first. Maybe not immediately. But it sounds like a losing game.
You need to make a Powershell script or batch that uninstalls/turns off the feature and then make a scheduled task that runs the ps1/bat at login.
Its insane that this is what you have to do to keep this shit off your system, but it's effective.
I had to do this with New Outlook because it kept reinstalling after Windows updates.
May not have been Gates that said it, but it embodies an attitude which appears prevalent throughout big business.
Edit: O&O Shut Up is a free tool that helps you easily turn off/disable quite a few of the worst "features" on Windows.
I think that was The Zuck.
You would be correct.
There's Windows 11 IoT LTSC if you really need Windows, but Microsoft is going to continue to fuck its users, and I don't know why people in the know would choose to continue to use an OS that's actively working against them when non-corporate, open source alternatives exists (Linux, or for the more niche people, BSD, Haiku, Redox)
I donโt think PCVR works on Linux yet. The gaming support on Linux being driven largely by Valve is removing a lot of the reasons for consumers to use Windows, though. I wonder how long before big corporations push back on this Microsoft spyware, though.
I don't own a VR headset, but I thought SteamVR worked fine on Linux. Gamescope even has specific VR modes.
I can speak from experience having used both wired (Index) and wireless (Pico 4 with ALVR) VR on Linux and the performance and stability is horrible. Always has been sadly. I can play some VR games on Linux but overall it's not worth it in the current state.
Always has been.
Sure but they are so criminal they turn them right back on in an update.
"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?
"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)
(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
It will be re-enabled after update : )
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.
Any IT admins in the audience: this is what remediation scripts were made for
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.
I'm going to check at my work tomorrow too. I'm gonna be quite unhappy if I find it.
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.
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.
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.
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.
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.
Well, I don't know how long this has been a thing or how prominent it is. I haven't seen it in the more mainstream news channels, this thread was my first notice. I expect if people start to freak out in larger, more mainstream circles they may want to address it. Right now it's only reached a few people, I think.
There's been a lot of youtube videos made on the tech side of it. But, like I say they all make a fair point. It's installed, enabled and hidden. But none of them have shown any evidence of it actually collecting data yet.
This arrived in the 24H2 windows update I think it was about a week ago.
Frankly that sounds like "OK, I did install a camera in your bedroom, but it's not like it's on or anything!"
Definitely. And it's actually "We installed a camera in your bedroom, but it's hidden, you cannot remove it. It's enabled but don't worry it's not recording".
I just ideally would like Microsoft to say something. Because at the moment it's super weird to enable it on PCs that it's not meant to run on.
Switched back to Linux this week and I couldn't be happier.
Upgraded*
If it's free, you're the product... Oh wait.
Unless it doesnโt make money.
Apparently, my irony missed the mark.
The irony that's with the paid OS that you're the product.
That wasnโt clear to me, but it is a pretty funny point.
Luckily my installation was free
Wait! The only selling point of those "AI" PCs runs on non "AI" pcs?
Not enough AI PC sales. They need to push it out anyway. Consume all the CPU and power they can and then market AI PCโs as a way to improve performance and lower your power bill.
Switching to linux few years back is really fucking printing...
I was spending so much time cleaning up windows and then microshit would roll my settings back๐คก
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.
What version of Linux did you go with?
Linux Mint 22 Cinnamon
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.
Microsoft has definitely not been a great tenant on dual boot systems over the past year. Usually you get the occasional MBR overwrite, but itโs been pretty bad. Windows has been assuming itโs the only OS.
I fixed a windows install for an old guy, and windows patched the BIOS to prevent F11 loading the boot menu....
Never again
That seems extremely unlikely. That is controlled by the BIOS itself. Windows Update does deliver BIOS updates, but only as provided by the OEM.
BIOS exists no more. It's all UEFI which is controllable from the outside.
Technically yes, but most people still say "BIOS" to refer to any system on a PC that fills the same role.
Some true BIOSes are also externally controllable, too, it's not exclusive to UEFI.
Microsoft has incredibly been doing stuff I'd consider unlikely just a decade ago. They're at the point where I go "unlikely but far from impossible. Likely in a while".
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.
The guys using FOSS Ai would be the same guys using an operating system without an hostile Ai built in.
FWIW I was worried this might be on W10 (hey, they might try it) so I tried the >dism commands found earlier in this thread (thanks btw!) & got โFeature name Recall is unknownโ.
Safe for now
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.
For me the same, but with kubuntu. Linux is really ready to be used as a desktop.
Even on Pro or Enterprise editions? I can't imagine businesses tolerating this never mind governments.
Did not show up on my work laptop running Win 11.
Didnโt show up on my win11 pro desktop pc.
This is why win10 in a vm
Does win10 vm run games well? (like power hungry games)
I donโt recommend going that direction. I think youโll get better results with Proton and Proton-based solutions like Lutris and family.
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
Someone in a previous post said they did it with one GPU, using a script to handle the swap when they were done with the VM.
That's definitely possible but would make the host OS unusable while the VM is running afaik. Why not dual boot at that point?
I believe it was brought up after the previous Windows update fuckup, so that's as good a reason as any. Some people don't want to reserve a partition just for Windows but still need/want to be able to use certain programs that aren't yet usable on Linux.
VMs safely contain Windows so it can't do anything to the host, and if you're playing a game on a Windows VM, you're probably not worried about using the host anyway. I've considered it myself, but I've done dual boot, and it's not worth having the training wheels, imo.
Proton is a better option unless the game needs Anti-Cheat, which most won't work in a VM, anyway
Personally I dual boot Win10 LTSC with fake credentials and some privacy tweaks for games that need to be on windows
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.
I have heard, though not tried, that GPU passthrough works for those diminishingly few problematic games where a certain anti-cheat is the sticking point.
I've tested it, and while it does work, there are some issues:
The anti-cheat doesn't work for all games (delta force demo).
Sometimes i had strange sound glitches.
I had to use a second mouse. In certain games where you drag the camera (like Sins of a Solar Empire), the camera spins uncontrollably fast.
It's not as fast or responsive, but good enough.
Game Pass games don't run.
Because of these points, I still keep Windows 10 as a dual boot option.
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.
I tried and couldn't find it on my system. I run Linux btw.
BOGU!
Why do people still use that legacy proprietary malware-ridden morally obsolete operating system?
Why do you think they do? Logically think it through.
Market sharen and incumbent advantage. Ease of adoption (or appearance of). Ubiquity and lack of need to retain. Predatory behaviour by MS. Different priorities for users.
Unless you actually consider the real reasons why Windows is so widespread you'll never make a dent in it.
Thank you for acknowledging that point. Because since Win7 or so, Almost all major Linux distributions are shitloads easier to learn that any windows environment, no matter how unfamiliar you are with Linux. Basically, all major desktop environments behave like an optimized WinXP desktop.
It came with the machine.
There are a few things that still don't quite work as good in Linux.
For me personally, VR is the last thing holding me back. Hopefully that changes soon though. My laptop has already been Windows-free for a while.
let me be the one to say: the only people who "need" VR are those earning their money with selling VR products. No one else in the whole wide world actually needs VR.
Yeah. But this person spent money on it so they want their devices to run it. I donโt get your point.
There's a lot of stuff everyone has that they don't need. What's your point? Are you going to go vegan? because technically you don't need meat. Are you going to stop driving an automatic transmission? Because you don't need that. Oh, social media (Lemmy included), you definitely don't need that.
Iโm getting a gaming PC soon because I want to use VR and while I do want to primarily use Linux, I will be keeping a Windows install for it.
A gaming PC is also not something that anyone needs, but I want to own one and I want to play VR games on it. Your point is not as good as you think.
So how good did I think my point was? VR is an artificial hype, especially in a time where almost all major game releases lack in story and already put way too much money into graphical effects. It's a gadget.
A phone is also a gadget...?
Mobile one absolutely. And they make humans more stupid and the world worse.
No one needs a computer at all. We all know that already.
Normies doesn't care. Instead they watch brainrot content on TikTok
(and most don't have desktops or laptops to start with)
On Windows? You sure about that?
Oh no! Anywaysโฆ