• sovok_x 4 hours ago

    That reminded me of how Windows abuses my HDD by regularly writing dozens of logs I won't ever need unless I'm both knowledgeable enough and debug for specific errors.

    And also about WinSxS/Temp/InFlight folder that gets filled with an undeleted garbage of unknown purposes. You can't safely delete files there (with elevated System privileges) even after finishing delayed patching and dism cleanup operations because some of them are still used by the system somehow despite it being a "temp" folder. While thousands of empty subfolders there slow dism/TrustedInstaller runs to a crawl on their enumeration.

    • ziddoap 17 hours ago

      >Due to a bug

      >Microsoft is preparing a patch to solve the problem

      Very not interesting.

      • Wowfunhappy 13 hours ago

        I realize that bugs happen, but to me this feels like another point on a pattern of Microsoft being too cavalier with my hard drive space. Sure it was a mistake in this case, but it hints at what Microsoft prioritizes internally.

      • 1970-01-01 17 hours ago

             psexec -i -s cmd
             cd %tmp%
             del * /s
             cd C:\Windows\SoftwareDistribution
             del * /s
             exit
        • pknomad 17 hours ago

          I presume that's what deletes the cache... but I see this from the article:

          > Microsoft is preparing a patch to solve the problem, which should be rolled out as part of an upcoming update. Until then, you should leave the Windows Update cache untouched. It really isn’t worth the hassle of reinstalling Windows just to clear those files.

          • poizan42 14 hours ago

            Does it work? You may need the TrustedInstaller SID in your token in order to succeed (and possibly enable the SeRestorePrivilege)

            • navjack27 13 hours ago

              I'm sorry, but literally do not do this Unless you eventually want a seriously borked up Windows install.

            • roschdal 17 hours ago

              [flagged]

              • Alupis 17 hours ago

                I know this is mostly a meme - but modern Linux distros are pretty darn great to use.

                I'd wager majority of normal users would be entirely fine using a Linux system, since most people use the computer just as a web terminal.

                • ThrowawayTestr 17 hours ago

                  When users have to touch the terminal as often as they touch the command prompt Linux will be viable.

                  • Alupis 17 hours ago

                    You don't ever need to open a terminal on a linux desktop. Not sure what you are talking about?

              • SketchySeaBeast 17 hours ago

                > How enormous are we talking? > An impressive 8.63GB in size, a sizable chunk of all but the largest of drives.

                That feels pretty hyperbolic.

                • doubled112 16 hours ago

                  If I leave out the user data, that’s more disk space than some of my desktop Linux installs take with all of the apps included.

                  • undefined 16 hours ago
                    [deleted]
                  • TheChaplain 17 hours ago

                    Coming from a time where 5¼ floppy disks were the norm, I'd say 8.6 gb undeletable garbage is rather wasteful.

                    • SketchySeaBeast 17 hours ago

                      But it will soon be deletable. And coming from 5¼ floppy disks I expect you also consider Linux distros to be extravagant and wasteful. You must be gobsmacked every time you take a picture with your phone.

                      • TheChaplain 16 hours ago

                        > And coming from 5¼ floppy disks I expect you also consider Linux distros to be extravagant and wasteful.

                        Not really, thankfully you have ability to slim them down to a small size.

                        > You must be gobsmacked every time you take a picture with your phone.

                        At least that is data I want?

                        • SketchySeaBeast 16 hours ago

                          But they are still way more than 360 KB. I assume that's why you brought that up, as that's the point of reference - 360 KB per disk, making anything on a modern PC monstrous.

                          And I wish it was only the data I want in my photos. They keep adding more things to each photo, and you end up with HDR and a little video file if you're not careful.

                          • AstralStorm 2 hours ago

                            There is a way to fit the kernel in 360 KB, but that's the most you'll get. Whole distros have been fit on a floppy disc. The kernel with ancillary embedded software in half a megabyte of flash easily.

                            However, this kernel does much more than, say, C64 ever did. BPF and ACPI parser alone is bigger than BASIC, there's a network stack, multitasking etc. Multiple people have claimed you cannot do it with new kernels. They are wrong. (E.g. Floppinux by Jankowski.)

                            Remember that a lot of the software back then took more than one disk. Amiga Workbench for example used 3 for 1.0 I believe... And that built off Kickstart, which is the true kernel and was extra 256 KB.

                    • antisthenes 17 hours ago

                      No, it's not. Modern devs use the primary OS drive as a public restroom where people don't flush.

                      Sure, 1 update is 9GB, but how many applications don't clean up after themselves regularly? Game launchers, browsers, code editors.

                      I've noticed folders with gigabytes worth of logs, 3(!) previous installers being kept for some reason, etc. etc.

                      This is rampant.

                      My primary OS drive is not your hoarder parents' attic.

                      • olyjohn 16 hours ago

                        It's not just modern devs, this has been an issue on Windows for a long as I can remember. There have been cache cleaners, registry cleaners, etc for as long as I can remember. Devs installing shit in the root of my C drive since the Win3.1 days and I'm sure earlier than that.

                        • undefined 17 hours ago
                          [deleted]
                          • SketchySeaBeast 17 hours ago

                            Also unlike my hoarder parent's attic I actually believe the promise that this will soon be cleaned up.

                          • ThrowawayTestr 17 hours ago

                            Less than half a percent of a 2TB HDD.

                            • buildsjets 17 hours ago

                              Goody for you - but I am stuck with a 512GB drive on a 2024 issued laptop (small capacity due to dAtA s3curiTy or some silliness, the defense industry is full of nonsense like that). I currently have 90.4 GB available, so this update would be consuming 10% of my available storage.

                              • doubled112 16 hours ago

                                The BestBuy near me still sells laptops with 128GB SSDs. I can’t imagine the people who can’t machines like that are doing much, but 9GB is a big chunk of that.

                                • navjack27 13 hours ago

                                  Well, that sounds like a work laptop, so you shouldn't really be doing much of anything personal on it except for work. If you have drive space problems, then talk to your work.

                                  • undefined 17 hours ago
                                    [deleted]
                                  • dataflow 16 hours ago

                                    And your OS partition is how much of that? Mine is like 100GB and this would easily consume the majority of the free space it has left. And no, the rest of the space on the disk isn't just unallocated space sitting there for the OS to bloat into.