Jump to content

syncthing.exe --no-console not working on Win11 home


Go to solution Solved by argumentum,

Recommended Posts

  • Solution
Posted
If ProcessExists("syncthing.exe") Then Exit 4
FileChangeDir(@ScriptDir)
Run(@ComSpec & ' /c powershell -c "Start-Process -FilePath ''' & @ScriptDir & '\syncthing.exe'' -ArgumentList ''--no-browser'' -WindowStyle Hidden"', @ScriptDir, @SW_HIDE)

..and that works :)
Posted problem and solution for the next soul looking for a fix. 

Follow the link to my code contribution ( and other things too ).
FAQ - Please Read Before Posting.
autoit_scripter_blue_userbar.png

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...