This package contains only the CLI program to be launched from the terminal.
Did you install something else as well that made something show up in the start menu?
In any case, my guess from the error is that Syncthing was run as admin and created a config file, and now you’re running it as another user which doesn’t have permission to overwrite that config file. Taking ownership of the file may fix it, or perhaps removing it if you haven’t set up things yet.
my guess from the error is that Syncthing was run as admin
Well the installation was run as admin. I never ran syncthing as admin though.
I think I restarted Syncthing once, and got the same error one more time. Then I went in Explorer to the config file to see if my user had the privileges. I renamed the config.xml file to something else, and back again. After that, I havent seen this error.
Could “access denied” happen for other reasons? If some other process/thread already had opened the destination file?