Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
os1001
New Contributor

Disable Update and Scan

Hello, does anyone knew how I can disable the Schedule Update at all? I have also disabled the AV Realtime Protection. The Fortclients does his scheduled scan regardless. Is there a way to disable this also. Regards, Oliver
1 REPLY 1
kolawale_FTNT

Try the following XML configuration fragment (on a test machine):
    <forticlient_configuration>
         <partial_configuration>0</partial_configuration>
         <antivirus>
             <scheduled_scans>
                 <!--zero, one or more of the following child nodes-->
             </scheduled_scans>
         </antivirus>
     </forticlient_configuration>
Each of the XML elements is described in the document: FortiClient XML Reference Guide http://docs.fortinet.com/fclient/forticlient-xml-506.pdf
Labels
Top Kudoed Authors