2

I use a small domain network at home, to ease with backups (files are stored on the server, even user accounts). Due to a faulty network switch (that is being replaced), the connection to the domain is sometimes terminated and as a result files do not get synced across:

enter image description here

I can resolve the sync conflicts, but selecting all of them and clicking "Resolve" takes a while on "Resolving Conflict" due to the amount of files created while offline:

enter image description here

When the prompt eventually pops up, I am asked if I want to "Keep" (sync files to the server, overwriting any files with the same name), "Replace" (replace with the files from the server", or "Keep Both Versions" (rename one of the files):

enter image description here

I'd like the files to sync with the "Keep" option automatically without having to do anything (i.e, when a conflict with "Offline Files" is raised, automatically sync as "Keep" when the server is available).

1 Answer 1

3

Yes, automatic resolution of file conflicts is possible via a registry tweak:

  1. Fire up the Windows Registry Editor (Win + R, "regedit");
  2. Navigate to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\NetCache;
  3. Right-click in the main window pane, point to "New", and then click "Key". You'll be required to give it a name; call it SyncConflictHandling.

enter image description here

  1. Right-click on SyncConflictHandling, point to "New", and then click "Expandable String Value". Name it the root of your network share where domain user accounts are stored (for instance \\server\fileshare);
  2. Right click > Modify > Set the value to 1 (keep local state)
1
  • I edited your guide, it seems you missed a key point in step three (name of the new key) :) Commented Feb 16, 2017 at 7:24

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .