Skip to main content
aardav
New Member
June 18, 2015
Question

How to DIsable FortiClient Real Time Protecetion with Registry Key???????

  • June 18, 2015
  • 5 replies
  • 19249 views

We are trying to roll out some updates with ZenWorks but we are not able to with FortiClient enabled. Is there away to disable real time protection with a registry key or through a command line?

Thanks,

aardav

    5 replies

    Chris_Lin_FTNT
    Staff
    Staff
    July 3, 2015

    registry key shall be FA_FMON\enabled=0

    Zeihold_von_SSL
    New Member
    September 10, 2015

    We have the exact same situation. We want to disable the realtime protection for a short period of time (a software rollout).

     

    Our FortiClients are centrally managed via our FortiGate. Sadly we are unable (even with the following command to change the reg key value.

    [code lang=vb]psexec -s reg add "HKLM\SOFTWARE\Wow6432Node\Fortinet\FortiClient\FA_FMON" /v enabled /d 0 /f)

     

    Is there a command line prompt the tell the FortiClient to disable the realtime protection?

    GusTech
    New Member
    September 10, 2015

    Is there a command line prompt the tell the FortiClient to disable the realtime protection?

     

    I have no FortiClient with me now that I can check.

    However, if AV is running as a service? you can stop the service .

    Net stop servicename
    Net start servicename

     

    You can do this through psexec

    Zeihold_von_SSL
    New Member
    September 10, 2015

    Sorry, but that is also not possible.

     

    The "FortiClient Service Scheduler" (Service Name = FA_Scheduler) is as well "proteced" as the reg keys are.

     

    I also can't kill the fmon process because a new fmon process spawns instantly.

     

    Fortinet does a hell of a job to guard a running FortiClient to prevent disabling the whole client or at least some of its features.

     

    Normaly I would say: Hey, thats good, because it shouldn't be disabled. But as we can see, there are reasons to temporarily disable some/all features.

    Chris_Lin_FTNT
    Staff
    Staff
    September 10, 2015

    How about a regular FortiClient config restore.

     

    You create a partial config that disable real-time protection, then restore it in administrative command line. Try fcconfig --help for detail format.