Search found 1 match

by prasiva
11 Feb 2014, 13:44
Forum: General Discussion
Topic: Deploying FFS for users in the domain using Group Policy Objects?
Replies: 8
Views: 3759

Re: Deploying FFS for users in the domain using Group Policy Objects?

Hello

yes you can !

You can silently install FFS like that :

FreeFileSync_6.0_Windows_Setup.exe /S /D=C:\FreeFileSync
(/D to specify the target dir, if not set, it will be %programfiles%)


Then, on my side, i created a scheduled task (via GPO) on each machine that runs this :
- run program : "c ...