With background maintenance incorporated into Git, we should be able to drop the Service projects from Scalar entirely now. I attempted this briefly in #472, but there are some subtleties regarding the installation process that I didn't have time to focus on. Here is a rough outline of the work involved: 1. [x] Bring in the commits from git-for-windows/git#2974 into `microsoft/git` (similar to microsoft/git#304) 2. [x] Update `ConfigStep` to run `git maintenance start` on all platforms. 3. [ ] Delete service code from Windows platform. 4. [ ] Ensure that the post-install steps run the config step on every registered repo.