Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Conversion corrections

...

Paste the following code into a file ./config/live/service_stop.job.xml:

Code Block
 <xml<?xml version="1.0" encoding="iso-8859-1"?>
 <job>
   <script language="shell"><![CDATA[ 
     %windir%\system32\net.exe stop wuauserv
   ]]></script>
   <run_time>
     <period single_start = "03:00"/&gt;
   </run_time>
 </job>

...