Windows 7 Pro - 64 bit OS - 340gb SSD drive
I'm down to 9% available disk space and looking to stop the bleed and cure the affliction.
I've run disk clean up religiously.
I have only 1 restore point.
My system recovery folder appears to be the culprit and is 188GB which is 53% of the whole drive.
Inside the system recovery folder is a folder named REPAIR which has 2170 files of various size but most are about 250MB and last modified in the last year.
A typical file is 1507676177-reg_0001.inp
2 Answers
This is not a standard Windows folder, so was created by some installed product.
Dell Backup and Recovery is often mentioned in that connection. So, if installed, better uninstall it first before continuing on. If you never installed it, then check your installed products inControl Panel > Programs and Features for a likely candidate.
Run an elevated Command Prompt (cmd) as administrator and enter the following commands:
c:
cd \
takeown /f "c:\system recovery" /r /d y >out.txt
icacls "c:\system recovery" /reset /T >out2.txt
rmdir /q /s "c:\system recovery"This will delete the folder C:\System Recovery, but may cause to malfunction
any product that uses it (if it wasn't uninstalled).
EDIT: Dell Backup and Recovery has now become SOFTTHINKS services.
3Apparently this folder belongs to Dell Systems (not Windows!) and is used for it's own system recovery software see here
If you don't rely on Dell's system recovery (and use Windows system recovery or some other type of backup), most common solution is to remove (e.g. by uninstalling it though control panel -> uninstall a program, but there are several solutions) the recovery software, which will free up the space again.
I would strongly suggest to uninstall it, if it does not work at all, harrymc posted a possible solution on how to get rid of the System Recovery-Folder "more directly".