SyncBack is capable of working on multi-monitor systems with different resolutions and DPI settings. However, if you wish you wish to switch off DPI awareness in SyncBack, you can do this by editing the manifest file:

  • Exit SyncBack
  • Go to the folder that SyncBack is installed in, e.g. C:\Program Files\2BrightSparks\SyncBackPro\
  • Copy the manifest file to your desktop. The name of the manifest file depends on which edition of SyncBack you are using. If you are using SyncBackPro it will be called SyncBackPro.exe.manifest
  • Open the copy of manifest file using Notepad
  • Remove the following section from the file:

  <asmv3:application>

    <asmv3:windowsSettings>

      <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>

      <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>

    </asmv3:windowsSettings>

  </asmv3:application>

  • Save the manifest file
  • Copy the manifest file back to your installation folder, replacing the original manifest file. You may need to be an Administrator to do this.
  • Start SyncBack


With this change, Windows will now scale the user interface. In this case it may become blurry, or very small, on high resolution displays.