windowscentral.com

BearOfaTime , to Privacy in A PR disaster: Microsoft has lost trust with its users, and Windows Recall is the straw that broke the camel's back

To help anyone dealing with Ms crap -

get Win10 LTSC. It gets updates 2x/year, has very minimal bloat. (Or Win11 LTSC if that's what you want).

Then get O&O Shutup to reduce bloat even more.

And you can permanently license it using Microsoft's own scripts.

Scripts on Gituub.

There are some tools to ensure Recall is fully un-installed and blocked. Group Policy will definitely prevent it from ever running, and LTSC is a Pro version, so Group Policy functions properly.

WeLoveCastingSpellz , (edited )

Just going linux is way easier

DarkDarkHouse ,
@DarkDarkHouse@lemmy.sdf.org avatar

Keyboard drivers need some work though

bigmclargehuge ,
@bigmclargehuge@lemmy.world avatar

Do you have examples of issues? The only hardware incompatibilities I've ever experienced were with my VR headset.

WeLoveCastingSpellz ,

I never head a keyboard issue on linux can you elaborate?

jaschen , to Technology in A PR disaster: Microsoft has lost trust with its users, and Windows Recall is the straw that broke the camel's back

Um.... I actually want this feature. Maybe if its FOSS and I own the data. But the idea is amazing.

piecat ,

It's like some of the Pokemon games where it tells you what you did. Seriously amazing, but yeah needs to be FOSS and secure.

palordrolap ,

Borrowing from something I saw elsewhere: Set up a task / cron job / whatever it is on your OS that takes a full screenshot every minute and then sends it to Microsoft's AI team.

Or save it to a drive or something, I'm not the boss here. And neither is Microsoft.

Hadriscus ,

Screencap and screencapture programs have existed forever, just use any, it's not a new idea

jaschen ,

I think you misunderstand what Recall actually does. It takes images of your screen and then you can query it. Images, text, graphs, etc.

"Hey, I was working on an automation for my home assistant and it stopped working. I had an automation that worked about 6 months ago. Can you pull that automation up and show me"

"My boss showed me a slide about a month ago talking about the TPS report, can you pull that up and show me that slide deck?"

The use case is endless.

Hadriscus ,

Oh my... Ok right I didn't realize the extent of it. It's a total nightmare

EnderMB , to Technology in A PR disaster: Microsoft has lost trust with its users, and Windows Recall is the straw that broke the camel's back

Outside of the "Microsoft bad" comments, this is a prime example of why big tech companies need to stop promoting AI leads to a position where they are able to have influence over initiatives outside of AI.

The worst thing to happen to basically every product/service in tech right now is AI. It's made Google unreliable in the eyes of normal people for the first time in decades, it's destroying trust in Amazon content across reviews and Kindle, it's adding features to Facebook that no one ever wanted, etc.

TheGrandNagus , (edited )

And the annoying thing is, this tech can be exceptionally useful when it's actually been implemented thoughtfully.

Effortlessly cleaning up audio recordings using AI tooling is incredible, for example. There are audio recordings that I've been able to make sound great that previously would've required me to make some calls and ask for a bunch of re-recordings and added days of delays to a project.

AI in image recognition to vastly speed up medical imaging diagnosis, or analysing lab work? Amazing. Asking unpaid medical students to laboriously pore over thousands of images sounds like a nightmare.

Better offline translation? Sign me the fuck up.

Image description for the visually impaired, like my sister? Genuinely life changing. A lot of content online isn't properly tagged, or has zero attention placed on accessibility.

The list goes on. Unfortunately, with big tech being as they are, their first thoughts turn to "which implementations of AI will aid us the most in scraping userdata and showing ads?"

octopus_ink ,

The list goes on. Unfortunately, with big tech being as they are, their first thoughts turn to “which implementations of AI will aid us the most in scraping userdata and showing ads?”

Don't forget making sure the peons can squeeze out more productivity for the 1%.

https://lemmy.ml/pictrs/image/200a6cad-b8d4-42eb-95fa-93e2fd8e783c.jpeg

ultratiem , to Technology in A PR disaster: Microsoft has lost trust with its users, and Windows Recall is the straw that broke the camel's back
@ultratiem@lemmy.ca avatar

You guys trusted MS before this???

TwilightVulpine ,

A couple years ago it wasn't thoroughly and transparently sucking off every bit of personal data it could get, and gearing up to put adds on the desktop on top of that.

Linkerbaan ,
@Linkerbaan@lemmy.world avatar
naeap , to Technology in A PR disaster: Microsoft has lost trust with its users, and Windows Recall is the straw that broke the camel's back
@naeap@sopuli.xyz avatar

Microsoft has built a number of safety features into Windows Recall to ensure that the service can't run secretly in the background. When Windows Recall is enabled, it places a permanent visual indicator icon on the Taskbar to let the user know that Windows Recall is capturing data. This icon cannot be hidden or moved.

Oh my, that one is really cute

uriel238 ,
@uriel238@lemmy.blahaj.zone avatar

Malware will disable that icon. Law enforcement will buy [that] malware.

phoneymouse ,

Well find out in 10 years that that wasn’t true and that it did capture data when the icon wasn’t present whoopsies.

wreckedcarzz ,
@wreckedcarzz@lemmy.world avatar
If chkCaptureData.checked then
   recall()
   bigNotify()
Else
   recall()
End
JasonDJ , to Technology in A PR disaster: Microsoft has lost trust with its users, and Windows Recall is the straw that broke the camel's back

You know what would be a nice thing to put into windows?

A fucking decent way to search for files.

Also, grep and tail, as implemented in Linux. It's 2024 and there's no native equivalent to tail -f *.log. How embarrassing.

explodicle ,

Windows Search used to be awesome, and then they decided to over-complicate it.

grrgyle ,
@grrgyle@slrpnk.net avatar

I distinctly remember that once it has indexed everything, it was pretty fast, yeah. Back in the 00s anyway

letsgo ,

I doubt the majority of MS users need to tail a log file. And of those of us that do, how many don't know that Notepad++ does it?

e8d79 ,

File search is really awful on windows for no reason at all. Your complaints about commandline utilities is not accurate though.
Windows has native powershell equivalents to both grepand tail. You use Select-String instead of grep and Get-Content -Wait instead of tail.

JasonDJ ,

IME Get-Content doesn't work for multiple files. Unless maybe I put it in a foreach loop or something. But that's way more keystrokes then tail -f *

e8d79 ,

Nobody ever accused powershell of being concise. Its uses a completely different philosophy, object oriented rather than string based. This makes powershell nicer to write scripts in but also makes it worse at bash style one-liner commands.

joe_cool ,

Get everything: https://www.voidtools.com/ (the alpha version can also index the content of files). It's search is instant. As in < 1 second for any file on any of your harddisks (even ones not connected right now).

For base linux cmdline tools I just install Git for Windows it includes tail, sed, grep, tee, iconv, less, scp and tons more. I need git anyways so win-win.

elucubra ,

I do small business support. Everytime I do a windows install I do a ninite install of a bunch of things. Everything is always in the set. The fucntionality should have been in windows since NTFS was introduced

joe_cool ,

Yeah, even XP had Rover, the search dog.

Ninite and Chocolatey helps a bit. But then you get to the point where there is no automation for a start menu entry for some packages. It's a bit of a mess.

A colleague installed Python from the MS Store on Windows 11 it messed up all python software, PyCharm, the other python versions and some file associations. Quite a mess.

oo1 ,
MacNCheezus ,
@MacNCheezus@lemmy.today avatar

Have you heard of WSL?

grrgyle ,
@grrgyle@slrpnk.net avatar

As someone who does product dev support, unfortunately I have.

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

You can do a commandline "dir /s *.log" to search an entire directory it works better than the normal file search generally. Unless I misunderstand what you're asking.

grrgyle ,
@grrgyle@slrpnk.net avatar

-f follows the file so you can see updates as they come in to the bottom of the file. I wasn't aware this worked with globs, but that's neat.

Is that what /s does? I haven't used Windows in years.

retrospectology ,
@retrospectology@lemmy.world avatar

Oh, perhaps not. I may've just understood how you're using the search. /s is just a straight search if the directory, I don't know that it can be used to generate dynamic results like that. Go figure.

VirtualOdour ,

Isn't that one of the things this does? It was in the advert wasn't it?

peregus , to Technology in A PR disaster: Microsoft has lost trust with its users, and Windows Recall is the straw that broke the camel's back

Microsoft has already taken a step back: Microsoft implements drastic changes to Recall after criticism

  • Recall needs to be enabled during installation
  • Windows Hello is needed so that only the users can view it's own screenshots
  • Recall database will be encrypted
Lancoian ,

Yeah bur for the non tech oriented user it's still difficult . Most devices bought come with OEM install.

Even for a regular user it's going to sound like There is a virus that reads and remembers everything on your computer but you can turn it off and trust us it would be off.

peregus ,

Even for PCs that come with Windows preinstalled, there's still the need to set it up at the first start (account, privacy and such), so I think that the option to enable Recall will be there.

FangedWyvern42 ,
@FangedWyvern42@lemmy.world avatar

And no one is going to trust them on this. They’ve burned that bridge.

rxin ,

Oh, the bridge will be rebuilt soon. People forget easily.

lost_faith ,

Or are trapped in their ecosystem, some never forget

Katana314 ,

I guess if you want to verify the truth of this statement, look at Unity. They walked back their per-install system, but the indie community still moved away from them because it seemed clear they might try to do that at some point in the future.

d00ery ,

Who needs trust when you have a monopoly.

LiveLM , (edited )

It's what they should have done from the beginning, there must be a horde of MSFT employees holding back the urge of saying "told you so" to their boss right now lol

peregus ,

there must be a horde of MSFT employees holding back the urge of saying “told you so” to their boss right now lol

🤣

anon_8675309 ,

I really hope the damage is done. They need to be knocked down a peg. This all should have been done first. Whoever thought this was a good idea is horrible.

Sibbo , to Technology in A PR disaster: Microsoft has lost trust with its users, and Windows Recall is the straw that broke the camel's back
@Sibbo@sopuli.xyz avatar

Do people outside of tech care?

F4U57 ,

They really should

Meowie_Gamer ,
@Meowie_Gamer@lemmy.world avatar

No, unfortunately

PsyDoctah9Jah , to Technology in A PR disaster: Microsoft has lost trust with its users, and Windows Recall is the straw that broke the camel's back
@PsyDoctah9Jah@lemmy.world avatar

Both Apple and Microsoft are two sides of the same coin....

One went left, the other went right, both going to the same location....

The only thing to consider is how you prefer to travel and how quickly you want to arrive....

freewheel ,

I built a kit car, painted a penguin on the side, and forgot to include the telemetry module. Oops.

I think I'll travel somewhere else.

laurelraven ,

Microsoft and Apple are not the only choices

mypasswordis1234 , to Technology in A PR disaster: Microsoft has lost trust with its users, and Windows Recall is the straw that broke the camel's back
@mypasswordis1234@lemmy.world avatar

TL;DR:

  • Windows Recall, part of Microsoft's new Copilot+ PC initiative, has sparked major privacy and security concerns.
  • The feature uses AI to capture and store screen data locally, allowing users to search for past activities using natural language.
  • Despite assurances that data is not uploaded to the cloud or used by Microsoft, user trust is lacking.
  • Microsoft has a history of practices that have eroded user trust, including obtrusive ads, ignoring user preferences, and requiring Microsoft Accounts.
  • Users are skeptical, fearing future misuse of the collected data for advertising or AI training.
  • Windows Recall reportedly stores data unencrypted, making it vulnerable to access by third-party apps and potential malware.
  • The open nature of Windows amplifies these risks, unlike more secure systems like iOS and Android.
  • Users have compared Windows Recall to spyware, with many threatening to switch to other operating systems like Linux or Mac.
  • Microsoft's attempts to keep the development of Windows Recall secret did not help build trust.
  • Windows Recall will only be available on new Copilot+ PCs, requiring specific hardware not present in existing PCs.
  • Users will have the option to disable the feature, but there are concerns about it being enabled by default.
  • Despite security issues, the feature is effective in helping users find lost or forgotten data.
  • It could improve productivity if trust and security concerns are resolved.
Epzillon ,

Windows Recall does NOT require NPU hardware to run. Currently Recall has been tested on Windows 11 with only a CPU and it seems to be fully operational. Of course performance is not as good as with an NPU. I believe Microsoft will try to push AI to local computing by only enabling on computers with NPUs to begin with. In the future it will most likely be able to be enabled on PCs which does not have an NPU but with a warning of bad performance in front of it.

secret300 ,

In the future most CPU's will prolly have an NPU built in. We already seeing it with ryzen

gnuplusmatt , to Technology in Microsoft addresses Windows Recall backlash, promises to fix security issues and make it opt-in

Opt-in does not matter, if I message or email someone who has it on, my personal data has been collected without my knowledge or consent.

This shouldnt have been built in the first place, it's irresponsible

helpImTrappedOnline ,

This raises an excellent point not considered. This goes for all texts as well if the other person uses the "your phone" app. Discord, matrix, signal, telegram etc are all compromised by this existing on a system.

Will my browser's "private mode" be respected or it is going to store every inappropriate thing I search?

Are password managers safe? How about bank security questions? How often are those actaully obfuscated. The last 4 digits of social security numbers are usually unobfuscated, which is also what a lot of intuitions (stupidly) use to verify your ID over the phone. What if I want to look at the PDF of my tax documents?

What if my HR manager has this enabled and starts viewing PDFs containing private information about employees, payroll data, finances and whatever else is sellable on the dark web.

How about govermnet data? Sure maybe the pentagon IT staff will completely block it, but what about local gov committee ABC that's collecting voter information?

That type of data is valuable enough that it will be targeted regardless of what protection MS attempts. Based on the fact they didnt bother encytping the data from the start, my faith is low.

The implications of this are insane.

squirrelwithnut ,

That's true of any malware on your contact's computer or an unsecure server, though. That is not specific or novel to this feature.

(I'm not saying I like this feature, or think it's a good idea. I don't, and it's not)

ober9000 ,

So what you are saying is, is that it's malware. I agree.

ulkesh , to Technology in A PR disaster: Microsoft has lost trust with its users, and Windows Recall is the straw that broke the camel's back
@ulkesh@lemmy.world avatar

I’m telling everyone I know it’s time to move to Linux, or worst case Mac.

FiniteBanjo ,

Mac is not better in any circumstance. Except maybe power efficiency but I doubt that's going to last for long.

TheFeatureCreature ,
@TheFeatureCreature@lemmy.world avatar

MacOS is a highly mature, stable, and user-friendly OS that, at least for now, Apple does not meddle with in the same ways that MS has been doing with Windows. It has its problems, yes, but to say "any circumstance" is extreme. I don't like or agree with everything that Apple has done to MacOS but at least Apple isn't actively trashing it into the ground with forced bloat, ads, malware, etc like MS is doing.

kayazere ,

They are definitely are starting to trash it with ads for their own services, user hostile behavior/dark patterns (try turning off Bluetooth and applying a software update, it will be magically back on), and have ruined the UI slowly turning it in to iOS.

ulkesh ,
@ulkesh@lemmy.world avatar

I have used a Mac since 2007 (almost exclusively for work) and many of Apple's services during that time. I have not experienced any ads as you describe. As for Bluetooth magically turning back on after a software update, of course I do not know for certain, but that screams incompetence more than it screams intent. Apple most definitely has problems (where they build their hardware, policies they tried to enact and then backtracked, etc). And I'm not advocating for them like I am for Linux and other open source solutions. But if a normal user doesn't want to deal with some of the lingering complexities that Linux still has (which is a dwindling number), then a Mac is a relatively viable alternative and it does not come anywhere near as close to the privacy nightmare that Microsoft has become.

I am not tribal at all with respect to any of these entities. I have used all three OSes for the better part of 25 years. I have watched the ebbs and flows of Microsoft, Apple, Adobe, Canonical, Red Hat, and various FOSS solutions such as Linux, for a very long time. And I have had a front row seat seeing Apple's mistakes, Microsoft's mistakes, Canonical's mistakes, and so forth. And I feel I can judge with some semblance of realism and objectivity -- Microsoft has failed so hard with Recall and they are so out of touch with what users want, they deserve every bit of ire they are getting, and they deserve to have their market share diminish because of it. Aside from perhaps Google, and now Adobe, I haven't seen a technology company be so blatantly and willfully aggressive (and one could say, stupid) when it comes to these actions and topics.

kayazere ,

The Bluetooth issue also happens on iOS, so I think it is an explicit choice, as Apple wants as many devices contributing to their Find My Network. It’s also the reason they changed control center on iOS to no longer turn off Wifi and Bluetooth, but to disconnect the current connections.

afraid_of_zombies ,

I'm telling everyone I know

Vegan, European, CrossFit, Linux, born again

aBundleOfFerrets ,

Seeing “European” is all you need to know this is rage bait

secretlyaddictedtolinux ,

I have down-voted this because in a worst case scenario, they should move to a less appealing version of Linux, like Arch

(waiting for my down-votes)

Evilcoleslaw , to Technology in Microsoft addresses Windows Recall backlash, promises to fix security issues and make it opt-in

I don't even care if it's opt-in. I don't want dormant malware on my PC either.

To be clear. I actually like Windows 11. I don't care about the general telemetry, though I disabled the typing data crap. Most of the things in the last few months about ads in Windows, about blocking apps, etc have been overblown and aren't actually big problems in isolation. Even this is a little overblown right now as it requires an NPU which the vast majority of systems don't have. But, this is just so tone-deaf and an obviously terrible idea that it needs to be put down hard.

Rolando ,

Yeah, they're so focused on screwing me over that I'm worried eventually I'll miss something.

conciselyverbose ,

Most of the things in the last few months about ads in Windows, about blocking apps, etc have been overblown and aren't actually big problems in isolation.

Any telemetry sent without a very clearly informed opt in is malicious. Any ad in an OS is malicious. There is no valid justification for either.

PerogiBoi , (edited ) to Technology in A PR disaster: Microsoft has lost trust with its users, and Windows Recall is the straw that broke the camel's back
@PerogiBoi@lemmy.ca avatar

I figured on my gaming and VR rig that I’d begrudgingly upgrade it to W11 when W10 stopped receiving security updates and support but at this point the recall feature (which will be used to train LLMs regardless of what Microsoft promises or guarantees) has ensured that I never install that kind of spyware as an operating system.

I’d rather spend forever troubleshooting and getting my Valve Index to work with Ubuntu than deal with a giant backdoor.

skillissuer ,
@skillissuer@discuss.tchncs.de avatar

better get W10 LTSC in VM and use it until EOL and beyond, it'll be more privacy friendly this way

pearsaltchocolatebar ,

Using an internet connected OS past EOL is definitely not privacy friendly.

KrapKake ,

He said until EOL. Windows LTSC, the IoT version in particular is supported until 2032.

pearsaltchocolatebar ,

No, he said EOL and beyond

barsquid ,

I would also suggest not Ubuntu, and instead say you should give Bazzite a try. They are specifically interested in gaming with Steam (they even have a spin for running on Steam Deck). They might have already put in the work troubleshooting the distro with your VR gear.

HotsauceHurricane , to Technology in Microsoft addresses Windows Recall backlash, promises to fix security issues and make it opt-in

Def considering fedora for my surface 7. Microsoft & their shit is unacceptable.

01189998819991197253 ,
@01189998819991197253@infosec.pub avatar
HotsauceHurricane ,

Ive been using linux for like a year & a half !

01189998819991197253 ,
@01189998819991197253@infosec.pub avatar

Sweet! I was just being funny with my GIF, but I do honestly love the OS ecosystem, and think that everyone will like it more than Windows if only they'd give it the proper opportunity.

HotsauceHurricane ,

Im running a manjaro+openbox disto called MABOX linux on my chromebook. It’s fantastic for the low spec nonsense machine. But def considering fedora for the surface. Its come a long way apparently.

01189998819991197253 ,
@01189998819991197253@infosec.pub avatar

I'm actually having issues with fedora silverblue not updating. It's pretty frustrating, but a risk I knew going into immutable. I don't have time right now to figure out a fix. Regardless, I would totally do fedora again and recommend it to nonbeginners. It's an awesome variant, even coming into it from debian-based distros with only cursory knowledge of dnf.

HotsauceHurricane ,

I feel ya.
I tried to revert back to kernel 6.7 from 6.9 and now my chromebook is being a turd.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • kbinchat
  • All magazines