New to IEM and I am trying to disable flash player updates through IEM which basically needs me to replace the content of the mms.cfg file located in “C:\Windows\SysWOW64\Macromed\Flash” from
AutoUpdateDisable=0
SilentAutoUpdateEnable=1
So far I have got to the extent of creating an analysis of the machines on which the settings for mms.cfg is the same as mentioned above and now the requirements is to change the value of the file mms.cfg to
AutoUpdateDisable=1
SilentAutoUpdateEnable=0
Please help me with the Action Script for the same. I could do it with a batch file easily, but IEM is the preferred method
There are existing analyses for adobe flash config on BigFix.me
There should be a fixlet that does what you want as well, but as @strawgate mentions there is one already in the console provided by IBM, though I have been meaning to update and improve it.
Also, if you can do it in a BAT file, you can just take the lines of the BAT file and make them individual action script lines.