Game save data? No, my documents.
Application config files? Again, my documents.
Temporary documents I don’t care about keeping? Downloads, duh.
My actual documents? Desktop.
My desktop? Turned icons off because it was too messy.
Or if you still want a start menu, Start11 is worth paying for to get away from Microsoft’s ad-ridden crapware they call the start menu. It even supports using Everything for showing file results.
Don’t forget that there’s a hidden system junction at C:\ProgramData\Application Data that points to C:\ProgramData. Because everyone loves loops in their filesystem. Of course C:\Users\All Users is also a junction to C:\ProgramData. This kills updatedb in WSL.
Always remember, C:\ProgramData is the eqivalent of /etc in Linux. If they don’t know where to put/hide shit, but needs admin priviliges to edit and users can only read, you put it in C:\ProgramData.
Windows program data file structure has always been the wild west.
Yeah, the Documents config file/dir pisses me off the most as well!
Game save data? No, my documents.
Application config files? Again, my documents.
Temporary documents I don’t care about keeping? Downloads, duh.
My actual documents? Desktop.
My desktop? Turned icons off because it was too messy.
Just another day using Windows…
I have to say I love having no desktop. Something about watching my coworkers become dependent on it is neurotic.
Agreed. It’s much nicer to see your wallpaper than a mess of mismatched icons that may need to be occasionally clicked.
Same here. I don’t need icons, just press
Win
and type in the program. I just gotta pray for Windows to not open Edge and search in Bing.If you’re using Windows, you can get a much better experience by ditching the Microsoft start menu entirely.
Everything Search to index files and Flow Launcher for searching files and applications. You can even make it open when you press the windows key.
Or if you still want a start menu, Start11 is worth paying for to get away from Microsoft’s ad-ridden crapware they call the start menu. It even supports using Everything for showing file results.
Don’t forget about the hidden ProgramData directory at the root of the file system. Ableton Live likes to install there for some ungodly reason.
Don’t forget that there’s a hidden system junction at
C:\ProgramData\Application Data
that points toC:\ProgramData
. Because everyone loves loops in their filesystem. Of courseC:\Users\All Users
is also a junction toC:\ProgramData
. This kills updatedb in WSL.Always remember,
C:\ProgramData
is the eqivalent of/etc
in Linux. If they don’t know where to put/hide shit, but needs admin priviliges to edit and users can only read, you put it inC:\ProgramData
.I think programdata is closer to /usr/lib or maybe /var/lib.
You almost never see config files in programdata.
System wide config for an application? Lets put that under C:\users*????
And Linux isn’t? There’s definitely not a central location either.