• @LouNeko
    link
    102
    edit-2
    2 months ago

    This is the “appdata” folder, this is where all the application’s data goes.

    So whats the “Programs” folder then?

    This is also where the application’s data and files go.

    But I thought thats the “Programs x86” folder.

    This is also where the application’s data and files go.

    Ok whats “Program Files” then?

    This is also where the application’s data and files go.

    So my config file is in either one if those 4?

    No thats in the “Documents” folder, obviously.

    Windows program data file structure has always been the wild west.

    • @[email protected]
      link
      fedilink
      632 months ago

      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.

      • @LouNeko
        link
        332 months ago

        Selects separate drive for install

        Adobe: “Imma, pretend I didn’t see that”

      • @[email protected]OP
        link
        fedilink
        English
        13
        edit-2
        2 months ago

        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.

        • @Hawke
          link
          13
          edit-2
          2 months ago

          I think programdata is closer to /usr/lib or maybe /var/lib.

          You almost never see config files in programdata.

          • @[email protected]OP
            link
            fedilink
            English
            1
            edit-2
            2 months ago

            Config files that are meant to be used as sane defaults for new user accounts, yes. Config files that are meant to be manually edited, no.

            Besides, there are a lot of examples of configs that are saved in ProgramData, like, let’s say, registration info for proprietery programs (of course, this info needs to be shared amongst users, so your safest bet is ProgramData). Hidden by default, makes it perfect for storing everything the program is trying to hide from the user.

      • Morphit
        link
        fedilink
        42 months ago

        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.

    • @pivot_root
      link
      192 months ago

      Don’t forget %USERPROFILE%/AppData/Local/Programs, where some programs get installed to because the developer doesn’t want to make it a system wide installation.

      • @pivot_root
        link
        92 months ago

        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…

        • @Sanctus
          link
          English
          32 months ago

          I have to say I love having no desktop. Something about watching my coworkers become dependent on it is neurotic.

          • @pivot_root
            link
            2
            edit-2
            2 months ago

            Agreed. It’s much nicer to see your wallpaper than a mess of mismatched icons that may need to be occasionally clicked.

            • @[email protected]
              link
              fedilink
              22 months ago

              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.

      • @[email protected]OP
        link
        fedilink
        English
        12 months ago

        Agreed, but the number of places where to search for the config is not as big as in Windows. And there is the fact that most software is open source, so you could always check where the application saves it’s data.