DCOM connection to program 'Synsopos.exe' failed.

Hi :slight_smile: In Windows 10, it is not possible to deactivate DEP for “Synsopos.exe”. However, you can deactivate DEP (Data Execution Program). Here`s how to deactivate DEP:

  1. Run command prompt as administrator.
  2. Run this command: BCDEDIT /SET {CURRENT} NX ALWAYSOFF
  3. Restart your computer (you have to restart).
  4. Check that DEP is deactivated: Control Panel → System settings → Advanced system settings → Performance settings → Data execution prevention tab.

If you want to activate DEP, you follow the steps above but instead use the command BCDEDIT /SET {CURRENT} NX ALWAYSON.