Jump to content

Recommended Posts

Posted

Hi all,

 

I have an issue at a school in which Sync Center was enabled for users (all users) and now the CSC folder is massive and taking a lot of disk space. I've now corrected the mistake, and switched Sync Center off as we actually don't need it. However, the folder remains and i'm struggling to delete it. I've tried the following regedit but had no luck

 

https://support.microsoft.com/en-us/help/942974/on-a-windows-vista-based-or-windows-7-based-client-computer-you-can-st

 

Any ideas?

Posted
Hi! Yes, i've manually taken ownership of the folders, i can browse them but i can't delete, I can't delete from CMD as admin either. It doesn't even error out. So strange!
Posted (edited)

This method works for me.

 

@echo off
REG ADD "HKLM\System\CurrentControlSet\Services\CSC\Parameters" /v FormatDatabase /t REG_DWORD /d 1 /f

:: Reboot for the changes to take effect.
shutdown /r /t 00 /f

 

You will also need to delete the cached user profiles for Windows to clear each users offline files cache.

Edited by Arthur
  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...