minus-squarequink@lemmy.mltoTechnology@lemmy.world•Almost nine gigabytes in size: Windows update 24H2 creates an undeletable cache filelinkfedilinkEnglisharrow-up46·1 month agoAnd then try DISM.exe /Online /Cleanup-image /Scanhealth and DISM.exe /Online /Cleanup-image /Restorehealth that’ll get rid of the 9GB file for sure. If not, reinstall everything again and again and again. linkfedilink
minus-squarequink@lemmy.mltoProgrammer Humor@programming.dev•print('here1');linkfedilinkarrow-up9·3 months agoThat’s console.trace() for all you JS devs out there. linkfedilink
minus-squarequink@lemmy.mltoxkcd@lemmy.world•xkcd #2932: Driving PSAlinkfedilinkEnglisharrow-up40·6 months agoThat, to me, looks like an intersection I would never want to turn left on in the first place in anything but the most deserted area. linkfedilink
And then try
DISM.exe /Online /Cleanup-image /Scanhealth
andDISM.exe /Online /Cleanup-image /Restorehealth
that’ll get rid of the 9GB file for sure. If not, reinstall everything again and again and again.