Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.71 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.71 KB

OfficeCacheCleaner

Cleanes the office 365 offline cache of old files.

Program that deletes all FSD and FSF files if they are older than X minutes (default 5). I had some trouble with backing 500GB of photos/videos from D: because the offline cache kept filling up my C: which runs on a SSD. Onedrive / Office 365, what can I say?

Update: Now running as a windows service, you'll find the installer under dist/

If you run into any problems report them here, otherwise this application is completed.

Blog post : http://www.towfeek.se/2014/12/office-365-onedrive-offline-cache-size-problem/

Install Instructions

After installing the MSI, you need to configure the service and start it.

Configure the Service

  1. Navigate to where the service is installed with Explorer, i.e. C:\Program Files (x86)\Towfeek Solutions AB\Office Cache Cleaner\
  2. Open OfficeCacheCleanerService.exe.config with notepad
  3. Change the path C:\Users\Ajden\AppData\Local\Microsoft\Office\15.0\OfficeFileCache to your path. You'll probably just need to change the username Ajden
  4. Optional: Change how old files can get in minutes before automatically deleting them, default is 5 minutes.
  5. Optional: Configure how often the cleaner runs, default is every minute.

Start the service

The service will start automatically next time you reboot, if you wan't to do it manually follow these steps.

  1. Press Windows+R
  2. Type services.msc, press Enter
  3. Find the service named Office Cache Cleaner
  4. Right-click and select Start