Comment by tavavex
8 days ago
Isn't Sharepoint like an enterprise management tool? I've never interacted with it once.
As for appdata... There's many faults to find in modern Windows changes, but I'm not willing to pin this on MS. Microsoft stuff tends to use %appdata% fairly sensibly, in most cases. On the other hand, the behavior of third-party developers has been really frustrating. What was initially intended as a universal storage location for some program data has become some kind of program container. Now, whenever you download some giant 300-500mb Electron app or whatever, you can be sure that it will force its entirety into appdata with no way to change the location. Every one of these developers has decided that their program is so valuable and Important that it's inconceivable that the user might want to install it on anything but the system drive. No, our program is unique and deserves nothing but the best!
>Now, whenever you download some giant 300-500mb Electron app
There's the mistake right there. Electron is to be avoided like the plague; if all I want is the same dumb touchscreen focused web UI of the creator's website, there's no need to wrap it in a Chrome instance and call it a 'desktop' app when it doesn't follow a single desktop UI convention.
This isn't really the point of the post. Even a 10mb compact native desktop app is in the wrong if it forces itself into appdata with no alternatives - it's just that modern web-app-likes seem more likely to do this. Some of them aren't even Electron, but they always manage to somehow take up hundreds of megabytes of space anyways.