[SOLVED] Low space on C:

Solution
if u want some free space, u can cleanup WinSxS folder (c:\windows\winsxs), it contains tons of backups and disabled features for windows components
here some reading about winsxs
https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/manage-the-component-store

u can check its status with command, which will also tells you if cleanup is recommended
DISM /Online /Cleanup-Image /AnalyzeComponentStore
cleanup command is
DISM /Online /Cleanup-Image /StartComponentCleanup

it should give u some GB free
hmm well..for example see c:\recovery
u wont be able to see what inside logs/windowsre folders with admin account as u have no read access
higher level account is for example thrustedinstaller
u can change/add folder access in security settings with admin account, but if u do it wrong, u may break something
 
Have your an disk clean up? Usually after an upgrade (21h2 for example) the left overs files are kept for a while unleess you remove them.

256GB is kind of small in 2021. Their cheap enough to to upgrade at this point and then sell your old one.
 
another way to recover hard drive space is to delete all restore point, depending on how it is set windows uses 3 gb every time it set one .
The only time i ever had a success with restore points was way back in 2002 when i had xp.
Since then whatever op system i have been running i have always had ... failed not changed reports ... ...... these days windows does not even set one before doing updates .... it use to !!!
 
another way to recover hard drive space is to delete all restore point, depending on how it is set windows uses 3 gb every time it set one .
The only time i ever had a success with restore points was way back in 2002 when i had xp.
Since then whatever op system i have been running i have always had ... failed not changed reports ... ...... these days windows does not even set one before doing updates .... it use to !!!
windows image backup + restore points, thats they only way its gonna work
 
if u want some free space, u can cleanup WinSxS folder (c:\windows\winsxs), it contains tons of backups and disabled features for windows components
here some reading about winsxs
https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/manage-the-component-store

u can check its status with command, which will also tells you if cleanup is recommended
DISM /Online /Cleanup-Image /AnalyzeComponentStore
cleanup command is
DISM /Online /Cleanup-Image /StartComponentCleanup

it should give u some GB free
 
Solution