minus-squarequink@lemmy.mltoTechnology@lemmy.world•Almost nine gigabytes in size: Windows update 24H2 creates an undeletable cache filelinkfedilinkEnglisharrow-up46·28 days 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
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.