No, don't touch those folders in C drive for it will cause problems. Please try running Check Disk Utility to check and fix problems with your D drive that might be causing the said issue:
- Open Start Menu
- Type cmd, right-click on the Command Prompt and select Run as Administrator
- In the Command Prompt, Type the command: chkdsk D: /f /r /x
The parameters for this command:
D: the drive you want to check (change it to the drive you are having problems with)
/f option will fix errors on the disk.
/r option will locate for bad sectors and recovery any readable information
/x option will force the volume you’re about to check to be dismounted before the utility begins a scan.
- The scan would take several minutes or hours so please be patient.
- After the scan, see if it sorts the issue.
