ochadd
[H]ard|Gawd
- Joined
- May 9, 2008
- Messages
- 1,422
There's something to be said for wiping and starting clean but I dread it. When do you do it?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
My home Win 11 machine is a rattletrap these days. Too close to a complete overhaul to mess with it anymore. Rebooting while gaming, won't sleep, hardware installs during reboot. Tried many things to fix but I'd rather use it broken until replaced now. Then I'll wipe and see if that does the trick.when i cant actually fix the problem. the install im on at home is an upgrade from 7>8/8.1>10>11, all on beta/insider, and have been back and forth between intel and amd half a dozen times. it feels exactly the same as a fresh install on the same machine....
some times it takes weeks to get it all back to where it was....when you can be back up with a fresh OS in 20 minutes.
Poor preparation and data storage practices, in most cases.some times it takes weeks to get it all back to where it was....
Poor preparation and data storage practices, in most cases.
Installing Windows is the easy part. Configuring Windows is a bit of a pain, but manageable. Installing all my programs, and then configuring them, that's hard, boring, and frustrating. A waste of at least 2-3 days. While my wife hears me using words that she is glad I didn't use on front of the kids when they were young. I looked into NiNite, but it is too limiting. Doesn't do MS Office, Adobe Photoshop and Lightroom, Norton Security (please let's not get into that issue), not my Firefox add-ins, not even a lot of my favorite utilities like GoodSync and Beyond Compare. So yeah I don't like to do a clean install, until I'm absolutely desperate And then I still procrastinate .some times it takes weeks to get it all back to where it was....
So what good practices would you recommend?Poor preparation and data storage practices, in most cases.
You must really be a masochist.usually once a year...I like the feeling of a clean wipe and re-install of my programs
It is probably "freeing" to both setup for that case and being used to do it, as mentionned above in case of major issue, just try a format and install to see if it fix it, stuff like
%LOCALAPPDATA%\Microsoft\PowerToys
and many others can be backuped and resetuper, you could have YAML file with all your application and call a
before a format: winget export -o packages.yaml
then: winget import -i path\to\your\packages.yaml
Steam and other launcher made all the gaming part easy (setting-save game-game themselve) to all reinstall, if you have unlimited and fast internet that really not an issue usually if your are not thinkered with mods and .ini files and what not.
Git is quite fast, but when you start having a bit of legacy in your setup (old visual studio C++ build and so on), there can be an will the latest version of something complain about it now....
That said part of the appeal would be too not have stuff you ended up not needing anymore,
Please explain further.so there can be value to not reinstall everything that was installed and just do it as you really need,
maybe just have a yaml with the classics 7zip and what not.
"Sources" :
[
{
"Packages" :
[
{
"PackageIdentifier" : "7zip.7zip"
},
{
"PackageIdentifier" : "CPUID.HWMonitor"
},
{
"PackageIdentifier" : "Valve.Steam"
},
{
"PackageIdentifier" : "Ubisoft.Connect"
},
One appeal to me for a clean install would be to end up with less things on the machine and a better folder-drives organizations, if I really back up everything and reinstall everything I would end up at the same place.Please explain further.
You can image your drive and restore it in the case of disk loss.Nah, it's the little things, like getting all the file type associations set up again, recreating your PowerToys settings, remembering your personal power profiles, and then stuff like opening a file and realizing you forgot to install 7z.
God forbid you're still playing Skyrim and you have 190 mods to re-install...
For me, that would be a dream. I manage 4 systems in my LAN. I could see creating a "master" file that I keep current based on installs on all systems, and then editing it for specific systems. A great way to keep a common set of utilities and programs across all systems. And makes me more willing to do a clean install,yaml (or json) will be a simple file that will have:
for an example
https://github.com/svrooij/dotfiles-windows/blob/main/components/03-winget-packages.json
JSON:"Sources" : [ { "Packages" : [ { "PackageIdentifier" : "7zip.7zip" }, { "PackageIdentifier" : "CPUID.HWMonitor" }, { "PackageIdentifier" : "Valve.Steam" }, { "PackageIdentifier" : "Ubisoft.Connect" },
etc...
if you run winget import with that file (with some options like --accept-package-agreements, they will all install in a row.
I too dread it...I don't do it unless it is broken. Although, I remember back in the win95 days, I did it probably every six-ish weeks and had it down to a science.
All that said, I really need to on my main system. It has been years and several motherboards and processors, etc.