Move offline file cache in Windows 10:
- Create a folder for your offline file cache. Something like
G:\Offline
. - Run command prompt in Administrator mode and type the following:
Takeown /r /f C:\Windows\CSC
- Open the Sync Center and go to Manage Offline Files.
- Click Disable Offline Files and restart the machine.
- From an elevated command prompt issue the following commands:
Keep quotes in above examplerd /s C:\Windows\CSC mklink /J C:\Windows\CSC "G:\Offline"
- Reopen the Manage Offline Files window and Enable Offline Files.
- Restart the machine.
- All files/folders that you selected for offline availability should now be redirected to your new folder/drive specified.
No comments:
Post a Comment