OP doesn’t say why they are against free cloud backup, and it doesn’t matter, but (like everything else in Windows) there’s a registry setting you could change to disable the notification. I think it is ` HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\ Settings\Microsoft.SkyDrive.Desktop\Enabled = 0 (DWORD) ` https://www.urtech.ca/2018/03/solved-gpos-to-disable-notific...
No I don't want to turn on Windows Backup with One Drive
141–150 of 464 posts
Re: No I don't want to turn on Windows Backup with One Drive
#142Earlier quoted context omitted.
This work is 10x more effort than it sounds too due to how severely mistakes are penalised (i.e. unrecoverable files), necessitating extreme caution. When uploading 10k photos from macOS to Google Cloud using the Google Cloud macOS app, it said syncing had completed about 2 hours earlier than my back-of-the-envelope calculations predicted. "Great", I thought, but was still a bit suspicious, so just in case, before de…
I wish more software companies had a core value of “every user created bit is sacred.” Storage is cheap enough that this attitude is possible. But I guess keeping all of your designers aware of it across thousands of teams is too hard.
They only care about the bits they can sell to advertisers. Actual user data is only a burden to them, and occasional data loss is not a big deal.
Re: No I don't want to turn on Windows Backup with One Drive
#143Earlier quoted context omitted.
I would vote for Bluefin: https://projectbluefin.io/ It's very similar to Bazzite, which you listed, but not gamer focused. You get an easy install, auto updates (without reboots), and a bulletproof, immutable OS that is nearly impossible to break. If you want bling and tiling, Omarchy is the new hotness: https://omarchy.org/
[flagged]
Re: No I don't want to turn on Windows Backup with One Drive
#144And Windows itself still costs money somehow, despite clearly acting as a free product.
Windows 10 was indeed offered free worldwide to users already using older licenced versions of Windows. Microsoft even touted Windows 10 as last version of Windows. But it was typical bait-and-switch gambit by Micro$oft, and support for Windows 10 is ending in Oct 2025 (rejecting the pleas from thousands of companies worldwide to extend its Win10 support for longer while), because M$ thinks everyone will migrate to W…
I know all this because my desktop that can easily run triple-A video games isn't good enough (secure boot) to be upgraded, so I'm supposed to buy a MS surface and use it as a boat anchor I guess...
Re: No I don't want to turn on Windows Backup with One Drive
#145Re: No I don't want to turn on Windows Backup with One Drive
#146In Ubuntu I turn off motd ads, in Windows I turn off this stuff, it doesn't come back, I only remember it exists when I see the outrage journalism headlines. I don't see why more people don't just take the steps to remove annoyances.
Re: No I don't want to turn on Windows Backup with One Drive
#147Can we crowdfund someone going to the Microsoft campuses, heckling every employee nonstop on the grounds, and when security comes up, just tell them "maybe later"?
see what Neil Young has been saying about getting big corporations out of our lives. They skillfully buy out potential competitors and kill them to keep their monopolies.
Re: No I don't want to turn on Windows Backup with One Drive
#148Hi there, would you like me to come in and talk about my religion and what types of nonbelievers deserve to be tortured for eternity? No? Okay, sounds good. I'll just plaster these signs and posters all over your property, so if you change your mind, you'll immediately know where to go. You'll only see them once a day, every time you exit your house! Also, for your own convenience, we'll be watching your front door, and every time you reenter your house we'll be nullifying your past response, so you'll just have to tell no to our faces again.
Hey, I really wanna do this thing with you, do you consent to it? You don't? You say you don't want to see me ever again? Okay, okay, chill out. But in case if you change your mind, I'll be asking you again every day of your life. It's for your own sake. Also, one day, I might see the smile on your face and just "assume" you'd definitely agree. But don't worry, that's just a minor, accidental, technical mishap! I'm committed to helping you and enriching your life. I care about you, don't you see.
Re: No I don't want to turn on Windows Backup with One Drive
#149Earlier quoted context omitted.
Having run Linux every day, I can say we’re in trouble if that is the reliable option :) (Agree that Liquid Glass is miserable, though.)
Seriously, such remarks add nothing except exposing intended bias. In other words that's called a trolling.
Re: No I don't want to turn on Windows Backup with One Drive
#150You can use a Powershell to see if onedrive.exe is running and kill it with the -force option to do something similar ( ps * onedrive * | kill -force ) with no spaces between the asterisks and the word onedrive, but that turned out to be a little heavier to have running continuously than I wanted.
If you use a process like this, you absolutely need to run it at intervals because the onedrive exe seems to execute at regular intervals.