this post was submitted on 28 Oct 2025
31 points (100.0% liked)
Linux
59608 readers
447 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You can backup your important files to the cloud or a USB.
It'd be pretty hard to backup app settings when transitioning to a different operating system. You can access the files from a live USB (i.e. booting into the install media) since Windows 10 files are unencrypted normally (unless you have bitlocker active), so you can access all your files that way. Getting your Chrome history can be done at C:\Users<username>\AppData\Local\Google\Chrome\User Data\Default according to some quick googling.
Overall it's hard to give you advice on how to transfer data from a computer because I don't know what exactly you're stuck on.
This. Also, the requirement to get all unique files (guesses OP means personal files) can be hard. In theory, OP should just copy out C:\Users<username> but this also includes a lot of junk from apps. And often, it makes no sense to copy everything, like Chrome, where you’re only interested in a small part of the data and not all the cached objects. Chromium based browser profiles are huge, often with hundreds of thousands of files. You would be better off exporting the data you need and importing them into your new OS/Browser. This also makes sure you can get saved passwords as these are not something you just copy out using raw file copy.
And finally, som uses (and apps) have a habit of saving files to other places like C:\Photos and C:\Movies but also dim things like C:\IntelDriverUpdate (made up name), that also makes it hard for a tool to find the personal files.