Auto update not working only not xp

I can not get an automatic update to activate in Windows XP.  Downstairs, I loaded and installed all the avaible at microsoft service date updates. I tried to restart and not luck. Help!

Hello

1. what exactly happens when you try to activate automatic update? You get the error message?
2. did you last changes made on your computer before this problem?

Check if the troubleshooting takes place the article below will help you.
You can not turn on automatic updates when you try to configure the automatic updates of Windows in Windows XP
http://support.Microsoft.com/kb/922374 (this item can also be used for windows XP with service pack 3)

Tags: Windows

Similar Questions

  • Vista Ultimate - Auto update not work - several updates failed... Defender no longer works...

    Looking at the history - looks began failure in July of 09... have a many updates that have failed. Windows Defender has stopped working... I tried to download IE 8 and it will not work... said the encryption must be running?

    Update Rollup for the stop bits ActiveX for Windows Vista (KB969898)

    Update security for Windows Vista (KB970238)

    A security update cumulative for Internet Explorer 7 for Windows Vista (KB969897)

    Update for Windows Mail Junk e-mail filter [June 2009] (KB905866)

    Update security for Windows Vista (KB961501)

    Update security for Windows Vista (KB968537)

    Cumulative update for Media Center for Windows Vista (KB967632)

    The list is quite long here...

    any help would be appreciated...

    Looking at the history - looks began failure in July of 09... have a many updates that have failed. Windows Defender has stopped working... I tried to download IE 8 and it will not work... said the encryption must be running?

    And you've waited 6 months to do something? Not good.

    Help: I got hacked. Now what should I do?
         http://TechNet.Microsoft.com/en-us/library/cc700813.aspx

    Personal data backup (which none should be considered 100% reliable at this point) then format the HARD disk and do a clean install of Windows.  Please note that a repair installation (upgrade AKA on-site) won't fix this!

    HOW to do a clean install of Vista: section "If you want to reinstall Windows Vista by running a new installation...". "of http://windows.microsoft.com/en-us/windows-vista/Installing-and-reinstalling-Windows-Vista#section_3

    Once installed the clean, you will have the equivalent of a "new computer" in order to take care of everything on the next page before connecting the machine to the internet or one local network (i.e. other computers) otherwise and before using a flash drive or the SD card that is not brand new, or has not been freshly formatted:

    4 steps to help protect your new computer before going online
         http://www.Microsoft.com/security/pypc.aspx

    NB: No matter what Norton or McAfee free trial which is preinstalled on the computer when you bought will be reinstalled (but invalid) when Windows is reinstalled. You MUST uninstall the trial for free and download/run the removal tool before installing updates, Windows Service Packs, or updates IE and before installing your new anti-virus application.

    Norton Removal Tool
         FTP://ftp.Symantec.com/public/english_us_canada/removal_tools/Norton_Removal_Tool.exe

    McAfee Consumer product removal tool
         http://download.McAfee.com/Products/Licensed/cust_support_patches/MCPR.exe

    See also:

    Measures to help prevent spyware
    http://www.Microsoft.com/security/spyware/prevent.aspx

    Measures to help prevent computer worms
    http://www.Microsoft.com/security/worms/prevent.aspx

    Avoid fake security software!
    http://www.Microsoft.com/security/antivirus/rogue.aspx

    If these procedures look too complex - and there is no shame in admitting this isn't your cup of tea - take the machine to a local, good reputation and stand-alone computer (that is, not BigBoxStoreUSA or Geek Squad) repair facility.

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • Window vista business 32 bit auto update not install SP1

    I have Window vista business 32 bit on Sony Vaio laptop. My automatic update of the window is on, a lot of updates were installed, I can't find the SP1.  I checked the updates, saw "the view update history" but can't find SP1.  Basic information system shows no service pack. 'Winver' shows Version 6.0 (6000 building). All other window updates have been installed except "Microsoft SQL Server 2005 Express edition service pack 3 (KB955706) who is still unable to install, do not know for what reason." I guess that there is no link between the failed SQL and SP1. It is after a complete reinstall of Vista 3-4 days back.

    Prior to the relocation is in that the original version, Vista SP1 was installed automatically by the Update window.
    I wonder if SP1 is already installed, but is not displayed or should I download and install it manually.

    goyalvimal

    Thank you. I was able to install SP1 and SP2 after the changes and the process you described.
    Thank you very much. goyalvimal

  • Update statement works only inside the function

    The logic of this function:

    **************************

    The system of billing, we will post data to the ERP system once the invoice is processed this function will update the invoice of erp number and treat a flag to the table of billing system.

    CREATE OR REPLACE FUNCTION ERP_TO_MOPS_INV_UPD RETURN NUMBER IS

    / * Update function treated invoice status back to the invoice table number * /.

    FRETVAL NUMBER: = 0;

    BEGIN

    FOR I IN (SELECT PISH_ID, PISH_INV_NO FROM PH_INVOICE_SMRY_HDR WHERE ERP_STGFLG = S ') LOOP

    FOR J IN (SELECT INVOICE_NO XXMO_AR_INVOICE_ARC, WHERE REFERENCE_NO = I.PISH_INV_NO AND REFERENCE_DOC_ID = I.PISH_ID AND NVL(MO_STATUS,'N') =' NO) LOOP

    UPDATE PH_INVOICE_SMRY_HDR SET ERP_INVOICE_NO = J.INVOICE_NO, ERP_STGFLG = 'P' WHERE PISH_ID = I.PISH_ID AND PISH_INV_NO = I.PISH_INV_NO;

    IF SQL % NOTFOUND THEN

    FRETVAL: = 1003;

    END IF;

    UPDATE XXMO_AR_INVOICE_ARC SET MO_STATUS = 'P' WHERE REFERENCE_DOC_ID = I.PISH_ID AND REFERENCE_NO = I.PISH_INV_NO;

    IF SQL % NOTFOUND THEN

    FRETVAL: = 1004;

    END IF;

    END LOOP;

    END LOOP;

    RETURN FRETVAL;

    exception when others then

    FRETVAL: = - 1;

    END ERP_TO_MOPS_INV_UPD;

    When I try to run as these values are not updated. But when I run this code using anonymous block of his work. Someone help me please

    declare

    number of RET: = 0;

    Start

    RET: = ERP_TO_MOPS_INV_UPD;

    DBMS_OUTPUT. PUT_LINE ("RETURN VALUE" | ") (RET);

    end;

    Hello Abisheksiva,

    when I try to run as these values are not updated. But when I run this code using anonymous block his work. >>

    What do you mean 'try to start like that...'?  Maybe you mean that SOME myfunction (...) DOUBLE; gives you an error message? It is good, as in this case using Returns is not really enjoyable because your 'function' is much more than calculation and returns its result. You must use a procedure with a parameter 'OUT', if you wish.

    ((Remarque: votre bloc d'exception met-1 en FRETVAL mais ne retourne pas cette valeur))

    declare

    RET number;

    Start

    ERP_TO_MOPS_INV_UPD (ret);

    DBMS_OUTPUT. PUT_LINE ("RETURN VALUE:" | ") To_char (retired));

    end;

    Best regards

    Bruno Vroman.

  • Windows Update service works only on Vista Home Premium 64 SP2

    I am running Windows Vista 64 Home Premium SP2 on an Acer Aspire 6930 with 4 GB of Ram and IE version 9.0.8112.16421.  When I try to update windows, he said the service is not running, and maybe I need to restart my computer.  I rebooted and got the same result.  I checked the services and update service and BITS show to run normally.  The laptop was turned off and not connected to the internet for more than a year.  Can someone help me with this problem?

    Hello

    Follow these steps to clear the software distribution folder.

    1. click on start and run, type services.msc, and then click OK.

    Note on a Windows Vista computer, click Start, type services.msc in the search box, click services.msc and then click Run as administrator.

    2. in the Services (Local) pane, click Automatic updates and then click on stop.

    3. reduce the Services (local) window.

    4. Select all the contents of the Windows distribution folder, and then delete them.

    Note by default, the Windows distribution folder is located in the folder drive: \Windows\SoftwareDistribution. In this place, the drive is a placeholder for the drive where Windows is installed.

    5. make sure that the Windows distribution folder is empty, and then enlarge the Services (local) window.

    6. in the Services (Local) pane, click Automatic updates, and then click Start.

    7 restart the computer, and then run Windows Update again.

    Let us know if you need assistance with any windows problem. We will be happy to help you.

  • Why is it auto update is update is no longer at the end?

    When I open windows event viewer close and I don't know why. I had frequent closures and I don't know why.  I saw a message giving instructions on how to enter in the registry to resolve the problem. but I do not think do this properly.

    Auto update not is not updated before closing down any longer.

    Hello

    • What were the changes made before the issue occur?
    You can check this link:
    Advanced Troubleshooting for shutdown problems in Windows XP
  • Disable the auto-update to the SYSTEM on windows

    I wrote an AIR application called via a command "exec" of php for my employer. This is part of an automated system where there is no user interaction. The problem is that whenever the application is running, every now and then he will open the update to Adobe AIR, waiting user input to allow the update or cancel.

    I downloaded the soft AIR Settings Manager, and he did a great job of disabling the auto-update feature, but ONLY for the user running the application. Is it possible to disable the auto update system?

    Hey Ozzy,

    The HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\AIR\UpdateDisabled parameter to 1 will disable TIME updates for all users.  Adding the file%APPDATA%\Adobe\AIR\updateDisabled will disable the updates on a PER-user basis.

    Hope this helps,

    Chris

  • validation of single key works only not with the update

    Hi all

    I use jdeveloper 12 c on windows internet explore.

    I'm at the following link

    http://www.gabrielsideras.com/2010/09/28/ADF-unique-key-validation/

    It works only if I insert new records. After the update, it does not work. He leaves me no update.

    How to work around it please?

    Kind regards.

    User, tell us your exact jdev version, please!

    It works if yo udefine the unique key in the DB?

    Timo

  • (19.0.0.226) updated silent auto does not work.

    OS: Windows 7 SP1 x 64

    Web browser: Firefox Nightly 44.0a1 x 64

    Flash Player version: 19.0.0.226

    Hello everyone.

    As mentioned in the title, I have trouble getting the silent automatic updates work properly.

    I have blocked all outbound connections in my firewall settings, but I made sure to allow the "Adobe Flash Player Update Service" access to ports 80 and 443. I tried to look for solutions in the forums, but all the problems regarding the users of servers, while I use my own PC.

    More on troubleshooting guidelines established to other users in the forum, I added "SilentAutoUpdateVerboseLogging = 1" in "mms.cfg. Here is the content of the 'FlashInstall.log ':

    = O = M/11.9.900.152 2013-11-23 + 14-40 - 59.815 =.

    0000 [W] 00001113 C:\Windows\SysWOW64\Macromed\Flash\\* 3

    0001 [I] 00000010 'C:\Users\***\AppData\Local\Adobe\AIH.44474b9f7375207b6eb304d7af384f0023094bf9\install _flash_player.exe' - install - iv 8 - 0

    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2

    0003 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2

    0004 1 00000011 [I]

    0005 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0006 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2

    0007 [W] 00001037 Flash Player Plugin SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe / 2

    0008 [W] Software\Opera 00001036 software/last CommandLine 2

    0009 [W] Software\Opera 00001036 software/last CommandLine 2

    0010 [W] Software\Opera 00001036 software/Plugin path 2

    0011 [W] Software\Opera 00001036 software/Plugin path 2

    0012 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_9_900_152.dll

    0013 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_152_Plugin.exe

    0014 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch

    0015 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash

    0016 [I] C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_11_9_900_152.exe 00000022

    0017 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0018 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0019 [I] 00000012

    = X = M/11.9.900.152 2013-11-23 + 14-41 - 03.144 =.

    2013-11-30 + 18-21-0, 217 1223 1056 [error]

    2013-12-8 + 18-21-0, 216 1223 1056 [error]

    2013-12-9-2-21-0, 215 1223 1056 [error]

    = O = M/11.9.900.170 2013-12-11 + 02-22 - 48.870 =.

    0000 [I] 00000010 'C:\Users\***\AppData\Local\Temp\{429B0D4B-BBB5-4D84-955F-831142775480}\InstallFlashPl ayer.exe"iv - 6

    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/11.0 2

    0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2

    0003 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/11.0 2

    0004 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2

    0005 [I] 1 00000011

    0006 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0007 [W] SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe 00001037 Flash Player ActiveX / 2

    0008 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_9_900_170.ocx

    0009 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_170_ActiveX.exe

    0010 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_170_ActiveX.dll

    0011 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch

    0012 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0013 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0014 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0015 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0016 [W] 00001106

    0017 [W] 00001106

    0018 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0019 [I] 00000012

    = X = M/11.9.900.170 2013-12-11 + 02-23 - 05.976 =.

    = O = M/11.9.900.170 2013-12-11 + 02-22 - 07.215 =.

    0000 [I] 00000010 C:\Users\***\AppData\Local\Temp\IDC2.tmp\FP_AX_CAB_INSTALLER64.exe

    0001 [E] 00001052 http://fpdownload.Macromedia.com/get/flashplayer/update/current/install/install_all_win_ca b_ax_sgn.z 2

    0002 [I] 1 00000011

    = X = M/11.9.900.170 2013-12-11 + 02-23 - 06.077 =.

    2013-12-12 + 15-21 - 23.425 1226 1062 [error]

    = O = M/11.9.900.170 2013-12-12 + 15-21 - 15.670 =.

    0000 [I] 00000010 FlashPlayerInstaller.exe - install - iv 11

    0001 1 00000011 [I]

    0002 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2

    0004 [W] Software\Opera 00001036 software/last CommandLine 2

    0005 [W] Software\Opera 00001036 software/last CommandLine 2

    0006 [W] Software\Opera 00001036 software/Plugin path 2

    0007 [W] Software\Opera 00001036 software/Plugin path 2

    0008 [I] 00000014 C:\Windows\TEMP\{936B7113-5ACE-44DC-8415-06BA59DE7875}\NPSWF32_11_9_900_170.dll

    0009 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_170_Plugin.exe

    0010 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_170_Plugin.exe

    0011 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch

    0012 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash

    0013 [I] C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_11_9_900_170.exe 00000022

    0014 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0015 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0016 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0017 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0018 [W] 00001106

    0019 [W] 00001106

    0020 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0021 [I] 00000012

    = X = M/11.9.900.170 2013-12-12 + 15-21 - 24.935 =.

    2014 1-26 + 3-21-0, 219 1223 1056 [error]

    2014 2-2 + 22-21-0, 215 1223 1056 [error]

    2014 2-5 + 0 - 21 - 0.222 1223 1056 [error]

    2014 2-5 + 0 - 21 - 39.962 1226 1062 [error]

    = O = M/12.0.0.44-2014-02-05 + 00-21 - 25.272 =.

    0000 [I] 00000010 FlashPlayerInstaller.exe - install - iv 11

    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/12.0 2

    0002 [I] 1 00000011

    0003 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0004 [I] 00000013 C:\Windows\TEMP\{7EE62A8A-14E4-434D-A368-E84BD2DA44E6}\Flash32_12_0_0_44.ocx

    0005 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_44_ActiveX.exe

    0006 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_44_ActiveX.exe

    0007 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_44_ActiveX.dll

    0008 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch

    0009 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0011 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0012 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0013 [W] 00001106

    0014 [W] 00001106

    0015 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0016 [I] 00000012

    = X = M/12.0.0.44-2014-02-05 + 00-21 - 41.736 =.

    2014-2-5 + 1-21 - 16.621 [error] 1226 1062

    = O = M/12.0.0.44 2014-02-05 + 01-21 - 13.564 =.

    0000 [I] 00000010 FlashPlayerInstaller.exe - install - iv 11

    0001 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0002 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2

    0003 [W] Software\Opera 00001036 software/last CommandLine 2

    0004 [W] Software\Opera 00001036 software/last CommandLine 2

    0005 [W] Software\Opera 00001036 software/Plugin path 2

    0006 [W] Software\Opera 00001036 software/Plugin path 2

    0007 [I] 00000014 C:\Windows\TEMP\{326F606D-F7E6-41F4-9D15-807A2744C29B}\NPSWF32_12_0_0_44.dll

    0008 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_44_Plugin.exe

    0009 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_44_Plugin.exe

    0010 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch

    0011 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash

    0012 [I] C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_12_0_0_44.exe 00000022

    0013 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0014 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0015 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0016 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0017 [W] 00001106

    0018 [W] 00001106

    0019 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0020 [I] 00000012

    = X = M/12.0.0.44 2014-02-05 + 01-21 - 18.040 =.

    2014 2-10 + 10-21-0, 215 1223 1056 [error]

    2014 2-11 + 11-21-0, 214 1223 1056 [error]

    2014-2-14 + 14-21-0, 219 1223 1056 [error]

    2014 2-20 + 20-21 - 27.156 1226 1062 [error]

    = O = M/12.0.0.70 2014-02-20 + 20-21 - 15.326 =.

    0000 [I] 00000010 FlashPlayerInstaller.exe - install - iv 11

    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/12.0 2

    0002 [I] 1 00000011

    0003 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0004 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_12_0_0_44.ocx 5

    0005 [I] 00000018

    0006 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_12_0_0_44.ocx 5

    0007 [I] 00000013 C:\Windows\TEMP\{7589FEC0-29D6-48EE-9C23-FEF70DEBC354}\Flash32_12_0_0_70.ocx

    0008 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_70_ActiveX.exe

    0009 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_70_ActiveX.exe

    0010 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_70_ActiveX.dll

    0011 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch

    0012 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0013 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0014 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0015 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0016 [W] 00001106

    0017 [W] 00001106

    0018 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0019 [I] 00000012

    = X = M/12.0.0.70 2014-02-20 + 20-21 - 29.744 =.

    2014-2-20 + 21-21 - 34.662 1226 1062 [error]

    = O = M/12.0.0.70-2014-02-20 + 21-21 - 25.852 =.

    0000 [I] 00000010 FlashPlayerInstaller.exe - install - iv 9

    0001 1 00000011 [I]

    0002 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2

    0004 [W] Software\Opera 00001036 software/last CommandLine 2

    0005 [W] Software\Opera 00001036 software/last CommandLine 2

    0006 [W] Software\Opera 00001036 software/Plugin path 2

    0007 [W] Software\Opera 00001036 software/Plugin path 2

    0008 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_12_0_0_70.dll

    0009 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_70_Plugin.exe

    0010 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch

    0011 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash

    0012 [I] C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_12_0_0_70.exe 00000022

    0013 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0014 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0015 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0016 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0017 [W] 00001106

    0018 [W] 00001106

    0019 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0020 [I] 00000012

    = X = M/12.0.0.70-2014-02-20 + 21-21 - 36.155 =.

    2014 2-25 + 2-21-0, 215 1223 1056 [error]

    2014-3-1-16-21-0, 220 1223 1056 [error]

    2014-3-3 + 18-21-0, 218 1223 1056 [error]

    2014-3-6 + 20-21-0, 215 1223 1056 [error]

    2014-3-12 + 0-21-0, 215 1223 1056 [error]

    2014-3-12 + 0 - 21 - 19.648 [error] 1226 1062

    = O = M/12.0.0.77-2014-03-12 + 00-21 - 09.748 =.

    0000 [I] 00000010 FlashPlayerInstaller.exe - install - iv 11

    0001 1 00000011 [I]

    0002 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0003 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_12_0_0_70.ocx 5

    0004 [I] 00000018

    0005 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_12_0_0_70.ocx 5

    0006 [I] 00000013 C:\Windows\TEMP\{7C364401-F7BA-4A73-8D57-8E61BA12AA75}\Flash32_12_0_0_77.ocx

    0007 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_77_ActiveX.exe

    0008 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_77_ActiveX.exe

    0009 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_77_ActiveX.dll

    0010 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch

    0011 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0012 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0013 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0014 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0015 [W] 00001106

    0016 [W] 00001106

    0017 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0018 [I] 00000012

    = X = M/12.0.0.77-2014-03-12 + 00-21 - 21.909 =.

    2014-3-12 + 1-21-0, 215 1223 1056 [error]

    2014-3-12 + 1-21 - 17.501 1226 1062 [error]

    = O = M/12.0.0.77 2014-03-12 + 01-21 - 09.895 =.

    0000 [I] 00000010 FlashPlayerInstaller.exe - install - iv 11

    0001 1 00000011 [I]

    0002 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2

    0004 [W] Software\Opera 00001036 software/last CommandLine 2

    0005 [W] Software\Opera 00001036 software/last CommandLine 2

    0006 [W] Software\Opera 00001036 software/Plugin path 2

    0007 [W] Software\Opera 00001036 software/Plugin path 2

    0008 [I] 00000014 C:\Windows\TEMP\{085571B7-EE83-4C7D-85A1-75F501E1A89D}\NPSWF32_12_0_0_77.dll

    0009 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_77_Plugin.exe

    0010 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_77_Plugin.exe

    0011 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch

    0012 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash

    0013 [I] C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_12_0_0_77.exe 00000022

    0014 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0015 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0016 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0017 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0018 [W] 00001106

    0019 [W] 00001106

    0020 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0021 [I] 00000012

    = X = M/12.0.0.77 2014-03-12 + 01-21 - 18.901 =.

    2014-3-20 + 16-21-0, 225 1223 1056 [error]

    2014-3-26 + 15-21-0, 217 1223 1056 [error]

    2014 4-3 + 2-21-0, 214 1223 1056 [error]

    2014-4-17-19-21-0, 218 1223 1056 [error]

    = O = M/13.0.0.182 2014-04-23 + 09-54 - 35.085 =.

    0000 [I] 00000010 'C:\Users\***\AppData\Local\Adobe\AIH.3c05147910609b1c1de91481cd1b8e3100dc41ad\install _flash_player.exe' - install - iv 10

    0001 1 00000011 [I]

    0002 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2

    0004 [W] Software\Opera 00001036 software/last CommandLine 2

    0005 [W] Software\Opera 00001036 software/last CommandLine 2

    0006 [W] Software\Opera 00001036 software/Plugin path 2

    0007 [W] Software\Opera 00001036 software/Plugin path 2

    0008 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_13_0_0_182.dll

    0009 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_182_Plugin.exe

    0010 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch

    0011 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash

    0012 [I] C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_13_0_0_182.exe 00000022

    0013 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0014 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0015 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0016 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0017 [W] 00001106

    0018 [W] 00001106

    0019 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0020 [I] 00000012

    = X = M/13.0.0.182 2014-04-23 + 09-54 - 46.228 =.

    2014 4-25 + 11-21-0, 226 1223 1056 [error]

    2014 4-29 + 15-21 - 39.848 1226 1062 [error]

    = O = M/13.0.0.206 2014-04-29 + 15-21 - 29.074 =.

    0000 [I] 00000010 FlashPlayerInstaller.exe - install - iv 9

    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/13.0 2

    0002 [I] 1 00000011

    0003 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0004 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_12_0_0_77.ocx 5

    0005 [I] 00000018

    0006 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_12_0_0_77.ocx 5

    0007 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_13_0_0_206.ocx

    0008 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_206_ActiveX.exe

    0009 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_206_ActiveX.dll

    0010 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch

    0011 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0012 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0013 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0014 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0015 [W] 00001106

    0016 [W] 00001106

    0017 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0018 [I] 00000012

    = X = M/13.0.0.206 2014-04-29 + 15-21 - 42.799 =.

    2014 4-29 + 16-21-0, 224 1223 1056 [error]

    2014 4-29 + 16-21 - 36.920 [error] 1226 1062

    = O = M/13.0.0.206 2014-04-29 + 16-21 - 27.645 =.

    0000 [I] 00000010 FlashPlayerInstaller.exe - install - iv 9

    0001 1 00000011 [I]

    0002 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2

    0004 [W] Software\Opera 00001036 software/last CommandLine 2

    0005 [W] Software\Opera 00001036 software/last CommandLine 2

    0006 [W] Software\Opera 00001036 software/Plugin path 2

    0007 [W] Software\Opera 00001036 software/Plugin path 2

    0008 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_13_0_0_206.dll

    0009 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_206_Plugin.exe

    0010 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch

    0011 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash

    0012 [I] C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_13_0_0_206.exe 00000022

    0013 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0014 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0015 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0016 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0017 [W] 00001106

    0018 [W] 00001106

    0019 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0020 [I] 00000012

    = X = M/13.0.0.206 2014-04-29 + 16-21 - 38.542 =.

    2014 5-8 + 20-21-0, 215 1223 1056 [error]

    2014 5-9 + 21-21-0, 215 1223 1056 [error]

    2014-5-14-1-21-0, 215 1223 1056 [error]

    2014-5-14 + 1-21 - 38.288 [error] 1226 1062

    = O = M/13.0.0.214 2014-05-14 + 01-21 - 25.795 =.

    0000 [I] 00000010 FlashPlayerInstaller.exe - install - iv 9

    0001 1 00000011 [I]

    0002 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0003 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_13_0_0_206.ocx 5

    0004 [I] 00000018

    0005 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_13_0_0_206.ocx 5

    0006 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_13_0_0_214.ocx

    0007 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_214_ActiveX.exe

    0008 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_214_ActiveX.dll

    0009 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch

    0010 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0011 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0012 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0013 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0014 [W] 00001106

    0015 [W] 00001106

    0016 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0017 [I] 00000012

    = X = M/13.0.0.214 2014-05-14 + 01-21 - 40.857 =.

    2014 5-14 + 10-21 - 38.370 1226 1062 [error]

    = O = M/13.0.0.214 2014-05-14 + 10-21 - 27.970 =.

    0000 [I] 00000010 FlashPlayerInstaller.exe - install - iv 9

    0001 1 00000011 [I]

    0002 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2

    0004 [W] Software\Opera 00001036 software/last CommandLine 2

    0005 [W] Software\Opera 00001036 software/last CommandLine 2

    0006 [W] Software\Opera 00001036 software/Plugin path 2

    0007 [W] Software\Opera 00001036 software/Plugin path 2

    0008 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_13_0_0_214.dll

    0009 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_214_Plugin.exe

    0010 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch

    0011 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash

    0012 [I] C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_13_0_0_214.exe 00000022

    0013 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0014 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0015 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0016 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0017 [W] 00001106

    0018 [W] 00001106

    0019 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0020 [I] 00000012

    = X = M/13.0.0.214 2014-05-14 + 10-21 - 40.275 =.

    2014 5-24 + 21-21-0, 218 1223 1056 [error]

    2014 6-1 + 12-21-0, 223 1223 1056 [error]

    2014 6-6 + 20-21-0, 216 1223 1056 [error]

    2014-6-9-1-21-0, 215 1223 1056 [error]

    2014 6-14 + 14-21-0, 215 1223 1056 [error]

    2014 6-15 + 15-21-0, 214 1223 1056 [error]

    2014 6-20 + 20-21-0, 223 1223 1056 [error]

    = O = M/14.0.0.125 2014-06-30 + 09-34 - 15.906 =.

    0000 [I] 00000010 "C:\Users\***\AppData\Local\Adobe\install_flash_player.exe" - install - iv 10

    0001 1 00000011 [I]

    0002 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2

    0004 [W] Software\Opera 00001036 software/last CommandLine 2

    0005 [W] Software\Opera 00001036 software/last CommandLine 2

    0006 [W] Software\Opera 00001036 software/Plugin path 2

    0007 [W] Software\Opera 00001036 software/Plugin path 2

    0008 [I] 00000014

    0009 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_14_0_0_125_Plugin.exe

    0010 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch

    0011 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash

    0012 [I] C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_14_0_0_125.exe 00000022

    0013 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0014 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0015 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0016 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0017 [W] 00001106

    0018 [W] 00001106

    0019 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0020 [I] 00000012

    = X = M/14.0.0.125 2014-06-30 + 09-34 - 28.710 =.

    2014 7-1 + 11-21-0, 214 1223 1056 [error]

    2014 7-2 + 12-21-0, 214 1223 1056 [error]

    2014 7-8 + 19-21 - 27.656 1226 1062 [error]

    = O = M/14.0.0.145 2014-07-08 + 19-21 - 17.771 =.

    0000 [I] 00000010 FlashPlayerInstaller.exe - install - iv 11

    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/14.0 2

    0002 [I] 1 00000011

    0003 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0004 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_13_0_0_214.ocx 5

    0005 [I] 00000018

    0006 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_13_0_0_214.ocx 5

    0007 [I] 00000013

    0008 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_14_0_0_145_ActiveX.exe

    0009 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_14_0_0_145_ActiveX.exe

    0010 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_14_0_0_145_ActiveX.dll

    0011 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch

    0012 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0013 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0014 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0015 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0016 [W] 00001106

    0017 [W] 00001106

    0018 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0019 [I] 00000012

    = X = M/14.0.0.145 2014-07-08 + 19-21 - 29.757 =.

    2014 7-8 + 20-21-0, 215 1223 1056 [error]

    2014 7-8 + 20-21 - 18.613 1226 1062 [error]

    = O = M/14.0.0.145 2014-07-08 + 20-21 - 10.336 =.

    0000 [I] 00000010 FlashPlayerInstaller.exe - install - iv 11

    0001 1 00000011 [I]

    0002 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2

    0004 [W] Software\Opera 00001036 software/last CommandLine 2

    0005 [W] Software\Opera 00001036 software/last CommandLine 2

    0006 [W] Software\Opera 00001036 software/Plugin path 2

    0007 [W] Software\Opera 00001036 software/Plugin path 2

    0008 [I] 00000014

    0009 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_14_0_0_145_Plugin.exe

    0010 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_14_0_0_145_Plugin.exe

    0011 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch

    0012 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash

    0013 [I] C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_14_0_0_145.exe 00000022

    0014 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0015 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0016 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0017 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0018 [W] 00001106

    0019 [W] 00001106

    0020 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0021 [I] 00000012

    = X = M/14.0.0.145 2014-07-08 + 20-21 - 20.109 =.

    2014 7-16 + 10-21-0, 270 1223 1056 [error]

    2014 7-18 + 12-21-0, 220 1223 1056 [error]

    2014 7-19 + 13-21-0, 215 1223 1056 [error]

    2014 7-26 + 19-21-0, 215 1223 1056 [error]

    2014 7-27 + 20-21-0, 216 1223 1056 [error]

    = O = M/14.0.0.179 2014-08-19 + 17-46 - 23.509 =.

    0000 [I] 00000010 "C:\Users\***\AppData\Local\Adobe\install_flash_player.exe" - install - iv 10

    0001 1 00000011 [I]

    0002 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2

    0004 [W] Software\Opera 00001036 software/last CommandLine 2

    0005 [W] Software\Opera 00001036 software/last CommandLine 2

    0006 [W] Software\Opera 00001036 software/Plugin path 2

    0007 [W] Software\Opera 00001036 software/Plugin path 2

    0008 [I] 00000014

    0009 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_14_0_0_179_Plugin.exe

    0010 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch

    0011 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash

    0012 [I] C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_14_0_0_179.exe 00000022

    0013 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0014 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0015 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0016 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0017 [W] 00001106

    0018 [W] 00001106

    0019 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0020 [I] 00000012

    = X = M/14.0.0.179: 2014-08-19 + 17-46 - 36.711 =.

    2014 8-20 + 19-21 - 0.222 1223 1056 [error]

    2014 9-2 + 2-21-0, 215 1223 1056 [error]

    2014-9-5-6-21-0, 214 1223 1056 [error]

    2014 9-9 + 19-21-0, 226 1223 1056 [error]

    2014 9-9 + 19-21 - 40.542 1226 1062 [error]

    = O = M/15.0.0.152 2014-09-09 + 19-21 - 27.461 =.

    0000 [I] 00000010 FlashPlayerInstaller.exe - install - iv 9

    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/15.0 2

    0002 [I] 1 00000011

    0003 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0004 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_14_0_0_145.ocx 5

    0005 [I] 00000018

    0006 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_14_0_0_145.ocx 5

    0007 [I] 00000013

    0008 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_152_ActiveX.exe

    0009 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_152_ActiveX.dll

    0010 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch

    0011 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0012 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0013 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0014 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0015 [W] 00001106

    0016 [W] 00001106

    0017 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0018 [I] 00000012

    = X = M/15.0.0.152 2014-09-09 + 19-21 - 42.778 =.

    2014 9-9 + 20-21 - 25.814 [error] 1226 1062

    = O = M/15.0.0.152 2014-09-09 + 20-21 - 16.084 =.

    0000 [I] 00000010 FlashPlayerInstaller.exe - install - iv 11

    0001 1 00000011 [I]

    0002 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2

    0004 [W] Software\Opera 00001036 software/last CommandLine 2

    0005 [W] Software\Opera 00001036 software/last CommandLine 2

    0006 [W] Software\Opera 00001036 software/Plugin path 2

    0007 [W] Software\Opera 00001036 software/Plugin path 2

    0008 [I] 00000014

    0009 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_152_Plugin.exe

    0010 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_152_Plugin.exe

    0011 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch

    0012 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash

    0013 [I] C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_15_0_0_152.exe 00000022

    0014 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0015 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0016 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0017 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0018 [W] 00001106

    0019 [W] 00001106

    0020 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0021 [I] 00000012

    = X = M/15.0.0.152 2014-09-09 + 20-21 - 27.481 =.

    2014 9-9 + 21-21-0, 219 1223 1056 [error]

    2014-9-19 + 16-21-0, 214 1223 1056 [error]

    2014-9-23 + 23-21 - 18.877 1226 1062 [error]

    = O = M/15.0.0.167-2014-09-23 + 23-21 - 07.821 =.

    0000 [I] 00000010 FlashPlayerInstaller.exe - install - iv 11

    0001 1 00000011 [I]

    0002 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0003 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_15_0_0_152.ocx 5

    0004 [I] 00000018

    0005 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_15_0_0_152.ocx 5

    0006 [I] 00000013

    0007 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_167_ActiveX.exe

    0008 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_167_ActiveX.exe

    0009 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_167_ActiveX.dll

    0010 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch

    0011 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0012 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0013 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0014 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0015 [W] 00001106

    0016 [W] 00001106

    0017 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0018 [I] 00000012

    = X = M/15.0.0.167-2014-09-23 + 23-21 - 22.173 =.

    2014-9-28 + 12-21-0, 215 1223 1056 [error]

    2014-10-5 + 21-21-0, 221 1223 1056 [error]

    2014-10-6 + 22-21-0, 215 1223 1056 [error]

    2014-10-28 + 16-21-0, 219 1223 1056 [error]

    2014-11-3-23-21-0, 214 1223 1056 [error]

    2014-11-12 + 8-21 - 36.301 1226 1062 [error]

    = O = M/15.0.0.223 2014-11-12 + 08-21 - 25.735 =.

    0000 [I] 00000010 FlashPlayerInstaller.exe - install - iv 9

    0001 1 00000011 [I]

    0002 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0003 [I] 00000013

    0004 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_223_ActiveX.exe

    0005 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_223_ActiveX.dll

    0006 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch

    0007 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0008 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0009 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0010 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0011 [W] 00001106

    0012 [W] 00001106

    0013 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0014 [I] 00000012

    = X = M/15.0.0.223 2014-11-12 + 08-21 - 38.723 =.

    2014-11-12 + 9-21 - 36.421 1226 1062 [error]

    = O = M/15.0.0.223 2014-11-12 + 09-21 - 27.286 =.

    0000 [I] 00000010 FlashPlayerInstaller.exe - install - iv 9

    0001 1 00000011 [I]

    0002 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2

    0004 [W] Software\Opera 00001036 software/last CommandLine 2

    0005 [W] Software\Opera 00001036 software/last CommandLine 2

    0006 [W] Software\Opera 00001036 software/Plugin path 2

    0007 [W] Software\Opera 00001036 software/Plugin path 2

    0008 [I] 00000014

    0009 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_223_Plugin.exe

    0010 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch

    0011 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash

    0012 [I] C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_15_0_0_223.exe 00000022

    0013 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0014 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0015 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0016 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0017 [W] 00001106

    0018 [W] 00001106

    0019 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0020 [I] 00000012

    = X = M/15.0.0.223 2014-11-12 + 09-21 - 38.059 =.

    2014-11-18 + 16-21-0, 215 1223 1056 [error]

    2014-11-26 + 6-21 - 21.171 1226 1062 [error]

    = O = M/15.0.0.239 2014-11-26 + 06-21 - 08.596 =.

    0000 [I] 00000010 FlashPlayerInstaller.exe - install - iv 11

    0001 1 00000011 [I]

    0002 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0003 [I] 00000013

    0004 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_239_ActiveX.exe

    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_239_ActiveX.exe

    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_239_ActiveX.dll

    0007 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch

    0008 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0009 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0011 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0012 [W] 00001106

    0013 [W] 00001106

    0014 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0015 [I] 00000012

    = X = M/15.0.0.239 2014-11-26 + 06-21 - 24.650 =.

    2014-11-26 + 7-21 - 19.585 1226 1062 [error]

    = O = M/15.0.0.239 2014-11-26 + 07-21 - 11.144 =.

    0000 [I] 00000010 FlashPlayerInstaller.exe - install - iv 11

    0001 1 00000011 [I]

    0002 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2

    0004 [W] Software\Opera 00001036 software/last CommandLine 2

    0005 [W] Software\Opera 00001036 software/last CommandLine 2

    0006 [W] Software\Opera 00001036 software/Plugin path 2

    0007 [W] Software\Opera 00001036 software/Plugin path 2

    0008 [I] 00000014

    0009 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_239_Plugin.exe

    0010 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_239_Plugin.exe

    0011 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch

    0012 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash

    0013 [I] C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_15_0_0_239.exe 00000022

    0014 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0015 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0016 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0017 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0018 [W] 00001106

    0019 [W] 00001106

    0020 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0021 [I] 00000012

    = X = M/15.0.0.239 2014-11-26 + 07-21 - 21.090 =.

    2014-11-28 + 16-21-0, 214 1223 1056 [error]

    2014 12-1 + 19-21-0, 221 1223 1056 [error]

    2014 12-5 + 23-21-0, 215 1223 1056 [error]

    2014-12-10 + 3-21 - 19.245 [error] 1226 1062

    = O = M/15.0.0.246: 2014-12-10 + 03-21 - 08.307 =.

    0000 [I] 00000010 FlashPlayerInstaller.exe - install - iv 11

    0001 1 00000011 [I]

    0002 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0003 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_15_0_0_239.ocx 5

    0004 [I] 00000018

    0005 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_15_0_0_239.ocx 5

    0006 [I] 00000013

    0007 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_246_ActiveX.exe

    0008 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_246_ActiveX.exe

    0009 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_246_ActiveX.dll

    0010 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch

    0011 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0012 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0013 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0014 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0015 [W] 00001106

    0016 [W] 00001106

    0017 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0018 [I] 00000012

    = X = M/15.0.0.246: 2014-12-10 + 03-21 - 21.489 =.

    2014-12-10 + 4-21 - 18.496 1226 1062 [error]

    = O = M/15.0.0.246: 2014-12-10 + 04-21 - 08.549 =.

    0000 [I] 00000010 FlashPlayerInstaller.exe - install - iv 11

    0001 1 00000011 [I]

    0002 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2

    0004 [W] Software\Opera 00001036 software/last CommandLine 2

    0005 [W] Software\Opera 00001036 software/last CommandLine 2

    0006 [W] Software\Opera 00001036 software/Plugin path 2

    0007 [W] Software\Opera 00001036 software/Plugin path 2

    0008 [I] 00000014

    0009 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_246_Plugin.exe

    0010 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_246_Plugin.exe

    0011 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch

    0012 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash

    0013 [I] C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_15_0_0_246.exe 00000022

    0014 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0015 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0016 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0017 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0018 [W] 00001106

    0019 [W] 00001106

    0020 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0021 [I] 00000012

    = X = M/15.0.0.246: 2014-12-10 + 04-21 - 19.938 =.

    2014-12-25 + 2-21-0, 214 1223 1056 [error]

    2015 1-6 + 21-21-0, 215 1223 1056 [error]

    2015 1-15 + 0 - 21 - 21.135 1226 1062 [error]

    = O = M/16.0.0.257 2015-01-00 15 + - 21 - 10.111 =.

    0000 [I] 00000010 FlashPlayerInstaller.exe - install - iv 11

    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/16.0 2

    0002 [I] 1 00000011

    0003 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0004 [I] 00000013

    0005 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_257_ActiveX.exe

    0006 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_257_ActiveX.exe

    0007 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_257_ActiveX.dll

    0008 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch

    0009 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0011 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0012 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0013 [W] 00001106

    0014 [W] 00001106

    0015 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0016 [I] 00000012

    = X = M/16.0.0.257-2015-01-00 15 + - 21 - 23.183 =.

    2015-1-15 + 1-21 - 22.508 1226 1062 [error]

    = O = M/16.0.0.257 2015-01-15 + 01-21 - 14.163 =.

    0000 [I] 00000010 FlashPlayerInstaller.exe - install - iv 11

    0001 1 00000011 [I]

    0002 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0003 [W] SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe 00001037 Flash Player NPAPI / 2

    0004 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2

    0005 [W] Software\Opera 00001036 software/last CommandLine 2

    0006 [W] Software\Opera 00001036 software/last CommandLine 2

    0007 [W] Software\Opera 00001036 software/Plugin path 2

    0008 [W] Software\Opera 00001036 software/Plugin path 2

    0009 [I] 00000014

    0010 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_257_Plugin.exe

    0011 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_257_Plugin.exe

    0012 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch

    0013 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash

    0014 [I] C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_16_0_0_257.exe 00000022

    0015 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0016 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0017 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0018 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0019 [W] 00001106

    0020 [W] 00001106

    0021 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0022 [I] 00000012

    = X = M/16.0.0.257-2015-01-15 + 01-21 - 24.107 =.

    2015 1-23 + 18-21 - 20.532 [error] 1226 1062

    = O = M/16.0.0.287 2015-01-23 + 18-21 - 07.033 =.

    0000 [I] 00000010 FlashPlayerInstaller.exe - install - iv 11

    0001 1 00000011 [I]

    0002 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0003 [I] 00000013

    0004 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_287_ActiveX.exe

    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_287_ActiveX.exe

    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_287_ActiveX.dll

    0007 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch

    0008 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0009 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0011 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0012 [W] 00001106

    0013 [W] 00001106

    0014 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0015 [I] 00000012

    = X = M/16.0.0.287-2015-01-23 + 18-21 - 23.403 =.

    2015 1-24 + 20-21-0, 216 1223 1056 [error]

    2015 1-24 + 20-21 - 20.917 1226 1062 [error]

    = O = M/16.0.0.296 2015-01-24 + 20-21 - 09.283 =.

    0000 [I] 00000010 FlashPlayerInstaller.exe - install - iv 11

    0001 1 00000011 [I]

    0002 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0003 [I] 00000013

    0004 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.exe

    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.exe

    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.dll

    0007 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch

    0008 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0009 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0011 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0012 [W] 00001106

    0013 [W] 00001106

    0014 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0015 [I] 00000012

    = X = M/16.0.0.296-2015-01-24 + 20-21 - 23,375 =.

    2015-1-24 + 21-21 - 15,960 1226 1062 [error]

    = O = M/16.0.0.296-2015-01-24 + 21-21 - 08.152 =.

    0000 [I] 00000010 FlashPlayerInstaller.exe - install - iv 11

    0001 1 00000011 [I]

    0002 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0003 [W] 00001037 Flash Player Plugin SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe / 2

    0004 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2

    0005 [W] Software\Opera 00001036 software/last CommandLine 2

    0006 [W] Software\Opera 00001036 software/last CommandLine 2

    0007 [W] Software\Opera 00001036 software/Plugin path 2

    0008 [W] Software\Opera 00001036 software/Plugin path 2

    0009 [I] 00000014

    0010 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_Plugin.exe

    0011 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_Plugin.exe

    0012 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch

    0013 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash

    0014 [I] C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_16_0_0_296.exe 00000022

    0015 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0016 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0017 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0018 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0019 [W] 00001106

    0020 [W] 00001106

    0021 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0022 [I] 00000012

    = X = M/16.0.0.296-2015-01-24 + 21-21 - 17.446 =.

    2015-1-28-1-21-0, 218 1223 1056 [error]

    2015 2-4 + 19-21-0, 215 1223 1056 [error]

    2015 2-4 + 19-21 - 19.384 1226 1062 [error]

    = O = M/16.0.0.305 2015-02-04 + 19-21 - 09.525 =.

    0000 [I] 00000010 FlashPlayerInstaller.exe - install - iv 11

    0001 1 00000011 [I]

    0002 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0003 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_16_0_0_296.ocx 5

    0004 [I] 00000018

    0005 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_16_0_0_296.ocx 5

    0006 [I] 00000013

    0007 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_305_ActiveX.exe

    0008 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_305_ActiveX.exe

    0009 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_305_ActiveX.dll

    0010 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch

    0011 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0012 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0013 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0014 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0015 [W] 00001106

    0016 [W] 00001106

    0017 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0018 [I] 00000012

    = X = M/16.0.0.305-2015-02-04 + 19-21 - 22.328 =.

    2015 2-4 + 20-21 - 17.890 1226 1062 [error]

    = O = M/16.0.0.305 2015-02-04 + 20-21 - 09.431 =.

    0000 [I] 00000010 FlashPlayerInstaller.exe - install - iv 11

    0001 1 00000011 [I]

    0002 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0003 [W] 00001037 Flash Player Plugin SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe / 2

    0004 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2

    0005 [W] Software\Opera 00001036 software/last CommandLine 2

    0006 [W] Software\Opera 00001036 software/last CommandLine 2

    0007 [W] Software\Opera 00001036 software/Plugin path 2

    0008 [W] Software\Opera 00001036 software/Plugin path 2

    0009 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_16_0_0_296.dll 5

    0010 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_16_0_0_296.dll 5

    0011 [I] 00000014

    0012 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_305_Plugin.exe

    0013 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_305_Plugin.exe

    0014 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch

    0015 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash

    0016 [I] C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_16_0_0_305.exe 00000022

    0017 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0018 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0019 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0020 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0021 [W] 00001106

    0022 [W] 00001106

    0023 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0024 [I] 00000012

    = X = M/16.0.0.305-2015-02-04 + 20-21 - 19.540 =.

    2015 2-12 + 19-21-0, 215 1223 1056 [error]

    2015 2-13 + 20-21-0, 214 1223 1056 [error]

    2015 2-22 + 13-21-0, 214 1223 1056 [error]

    2015 2-26 + 16-21-0, 235 1223 1056 [error]

    2015 2-28 + 18-21-0, 217 1223 1056 [error]

    2015 3-1 + 19-21-0, 214 1223 1056 [error]

    2015 3-5 + 21-21-0, 216 1223 1056 [error]

    2015 3-11 + 2-21-0, 220 1223 1056 [error]

    2015 3-21 + 8-21-0, 215 1223 1056 [error]

    2015 3-26 + 19-21-0, 215 1223 1056 [error]

    2015 3-27 + 20-21-0, 214 1223 1056 [error]

    2015 4-10 + 11-21-0, 216 1223 1056 [error]

    2015-6-5-0-21-0, 215 1223 1056 [error]

    2015 6-14 + 14-21-0, 215 1223 1056 [error]

    = O = M/18.0.0.209-2015-07-14 + 20-14 - 49.496 =.

    0000 [I] 00000010 'C:\Users\***\Downloads\install_flash_player_18_plugin.exe '.

    0001 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0002 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0003 [I] 1 00000011

    0004 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0005 [W] 00001037 Flash Player Plugin SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe / 2

    0006 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2

    0007 [W] Software\Opera 00001036 software/last CommandLine 2

    0008 [W] Software\Opera 00001036 software/last CommandLine 2

    0009 [W] Software\Opera 00001036 software/Plugin path 2

    0010 [W] Software\Opera 00001036 software/Plugin path 2

    0011 [I] 00000014

    0012 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_18_0_0_209_Plugin.exe

    0013 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch

    0014 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash

    0015 [I] C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_18_0_0_209.exe 00000022

    0016 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0017 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0018 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0019 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0020 [W] 00001106

    0021 [W] 00001106

    0022 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    = X = M/18.0.0.209-2015-07-14 + 20-15 - 08.744 =.

    = O = M/18.0.0.209 2015-07-14 + 21-36 - 09.296 =.

    0000 [I] 00000010 'C:\Users\***\AppData\Local\Adobe\CC8B4789-BABC-44A0-B859-C32588D5A3D2\759682C5-46E4-4 CC0-AC83-5A3AF2FE843D\04D890E2-9E0C-4851-8878-6A5F7C267CF9' - install - iv 8

    0001 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0002 [F] 00001041

    = X = M/18.0.0.209-2015-07-14 + 21-36 - 10.959 =.

    = O = M/18.0.0.209 2015-07-14 + 21-36 - 48.459 =.

    0000 [I] 00000010 'C:\Users\***\AppData\Local\Adobe\CC8B4789-BABC-44A0-B859-C32588D5A3D2\759682C5-46E4-4 CC0-AC83-5A3AF2FE843D\04D890E2-9E0C-4851-8878-6A5F7C267CF9' - install - iv 8

    0001 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0002 [F] 00001041

    = X = M/18.0.0.209-2015-07-14 + 21-36 - 50.063 =.

    = O = M/18.0.0.209 2015-07-14 + 21-36 - 53.890 =.

    0000 [I] 00000010 'C:\Users\***\AppData\Local\Adobe\CC8B4789-BABC-44A0-B859-C32588D5A3D2\759682C5-46E4-4 CC0-AC83-5A3AF2FE843D\04D890E2-9E0C-4851-8878-6A5F7C267CF9' - install - iv 8

    0001 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0002 [I] 1 00000011

    0003 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0004 [W] 00001037 Flash Player Plugin SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe / 2

    0005 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2

    0006 [W] Software\Opera 00001036 software/last CommandLine 2

    0007 [W] Software\Opera 00001036 software/last CommandLine 2

    0008 [W] Software\Opera 00001036 software/Plugin path 2

    0009 [W] Software\Opera 00001036 software/Plugin path 2

    0010 [I] 00000014

    0011 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_18_0_0_209_Plugin.exe

    0012 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch

    0013 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash

    0014 [I] C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_18_0_0_209.exe 00000022

    0015 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0016 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0017 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0018 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0019 [W] 00001106

    0020 [W] 00001106

    0021 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0022 [I] 00000003

    0023 [I] 00000012

    = X = M/18.0.0.209-2015-07-14 + 21-37 - 03.783 =.

    = O = M/18.0.0.209 2015-07-14 + 21-55 - 40.662 =.

    0000 [I] 00000010 'C:\Users\***\Downloads\uninstall_flash_player.exe' - force

    0001 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0002 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0003 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0004 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0005 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0006 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0007 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0008 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0009 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0010 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0011 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0012 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0013 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0014 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0015 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0016 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0017 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0018 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0019 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0020 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0021 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0022 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0023 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0024 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0025 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0026 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0027 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0028 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2

    0029 [W] Software\Macromedia\FlashPlayerActiveX 00001037 / 2

    0030 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2

    0031 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2

    0032 [W] Software\Microsoft\Code 00001037 store base Units\ {D27CDB6E-AE6D-11CF-96B8-444553540000} / 2

    0033 [W] 00001021

    0034 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2

    0035 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0036 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2

    0037 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0038 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2

    0039 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0040 [W] 00001037 Flash Player Plugin SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe / 2

    0041 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2

    0042 [W] Software\Macromedia\FlashPlayerPlugin 00001037 / 2

    0043 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2

    0044 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2

    0045 [W] 00001037 Flash Player Plugin SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe / 2

    0046 [W] 00001021

    0047 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2

    0048 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2

    0049 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0050 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2

    0051 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2

    0052 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0053 [W] Software\Microsoft\Windows\CurrentVersion\Control 00001037 Panel\Extended Properties\System.ControlPanel.Category/C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 2

    0054 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2

    0055 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2

    0056 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0057 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0058 [W] 00001018

    0059 [W] SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe 00001037 Flash Player PPAPI / 2

    0060 [W] SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe 00001037 Flash Player pepper / 2

    0061 [W] 00001019

    0062 [W] 00001020

    0063 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2

    0064 [W] Software\Macromedia\FlashPlayerPepper 00001037 / 2

    0065 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2

    0066 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2

    0067 [W] Software\Macromedia\FlashPlayerPepperReleaseType 00001037 / 2

    0068 [W] SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe 00001037 Flash Player pepper / 2

    0069 [W] 00001021

    0070 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2

    0071 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2

    0072 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0073 [W] Software\Microsoft\Windows\CurrentVersion\Control 00001037 Panel\Extended Properties\System.ControlPanel.Category/C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 2

    0074 [W] 00001048

    0075 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0076 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2

    0077 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2

    0078 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0079 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File execution Options\\FlashPlayerApp.exe/ 2

    0080 [W] Software\Microsoft\Windows\CurrentVersion\Control 00001037 Panel\Extended Properties\System.ControlPanel.Category/C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 2

    0081 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2

    0082 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2

    0083 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0084 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2

    0085 [W] Software\Opera 00001036 software/last CommandLine 2

    0086 [W] Software\Opera 00001036 software/last CommandLine 2

    0087 [W] Software\Opera 00001036 software/Plugin path 2

    0088 [W] Software\Opera 00001036 software/Plugin path 2

    0089 1 00000011 [I]

    = X = M/18.0.0.209-2015-07-14 + 21-58 - 51.695 =.

    = O = M/18.0.0.209-2015-07-14 + 22-02 - 51.008 =.

    0000 [I] 00000010 'C:\Users\***\AppData\Local\Adobe\401562B2-3138-4F6C-B333-CE5408F9661F\6260D292-E2DC-4 D56-9635-16109F9B8A2E\2ECB46EF-7A50-425B-9E82-9A59DC060033' - install - iv 8 - 0

    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2

    0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2

    0003 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0004 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2

    0005 [I] 1 00000011

    0006 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0007 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2

    0008 [W] SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe 00001037 Flash Player NPAPI / 2

    0009 [W] 00001037 Flash Player Plugin SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe / 2

    0010 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2

    0011 [W] Software\Opera 00001036 software/last CommandLine 2

    0012 [W] Software\Opera 00001036 software/last CommandLine 2

    0013 [W] Software\Opera 00001036 software/Plugin path 2

    0014 [W] Software\Opera 00001036 software/Plugin path 2

    0015 [I] 00000014

    0016 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_18_0_0_209_Plugin.exe

    0017 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch

    0018 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash

    0019 [I] C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_18_0_0_209.exe 00000022

    0020 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0021 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0022 [I] 00000012

    = X = M/18.0.0.209-2015-07-14 + 22-02 - 59.897 =.

    2015 7-23 + 15-34-0, 216 1223 1056 [error]

    2015 8-23 8-11 - 32.368 1226 1062 [error]

    = O = M/18.0.0.232 2015-08-23 + 08-11 - 13.494 =.

    0000 [I] 00000010 'C:\Users\***\AppData\Local\Temp\{53F4975A-F3D2-4015-836C-AFBA2CD2489B}\InstallFlashPl ayer.exe"iv - 4

    0001 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2

    0002 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0003 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2

    0004 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2

    0005 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0006 [I] 1 00000011

    0007 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0008 [W] 00001037 Flash Player Plugin SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe / 2

    0009 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2

    0010 [W] Software\Opera 00001036 software/last CommandLine 2

    0011 [W] Software\Opera 00001036 software/last CommandLine 2

    0012 [W] Software\Opera 00001036 software/Plugin path 2

    0013 [W] Software\Opera 00001036 software/Plugin path 2

    0014 [I] 00000014

    0015 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_18_0_0_232_Plugin.exe

    0016 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch

    0017 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash

    0018 [I] C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_18_0_0_232.exe 00000022

    0019 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0020 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0021 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0022 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0023 [W] 00001106

    0024 [W] 00001106

    0025 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0026 [I] 00000012

    = X = M/18.0.0.232-2015-08-23 + 08-11 - 44.229 =.

    = O = M/19.0.0.185-2015-10-06 + 15-04 - 29.508 =.

    0000 [I] 00000010 'C:\Users\***\AppData\Local\Adobe\2D44F7B5-A14F-46DC-9E98-5E65C7C46B74\8E3C01BA-418A-4 21D-91FE-0D252D93A682\BDCF4298-2FAC-47D8-84A7-B148FAF4C92A' - install - iv 8

    0001 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2

    0002 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0003 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2

    0004 1 00000011 [I]

    0005 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0006 [W] 00001037 Flash Player Plugin SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe / 2

    0007 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2

    0008 [W] Software\Opera 00001036 software/last CommandLine 2

    0009 [W] Software\Opera 00001036 software/last CommandLine 2

    0010 [W] Software\Opera 00001036 software/Plugin path 2

    0011 [W] Software\Opera 00001036 software/Plugin path 2

    0012 [I] 00000014

    0013 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_19_0_0_185_Plugin.exe

    0014 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch

    0015 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash

    0016 [I] C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_19_0_0_185.exe 00000022

    0017 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0018 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0019 [E] 00001025 C:\Windows\SysWOW64\FlashPlayerApp.exe:32

    = X = M/19.0.0.185-2015-10-06 + 15-04 - 42.168 =.

    = O = M/19.0.0.185-2015-10-06 + 15-11 - 04.893 =.

    0000 [I] 00000010 'C:\Users\***\AppData\Local\Adobe\20152ECD-95CD-463C-827C-446044E4A301\ABD64F31-2B0D-4 920-AE2B-FE564B1196A8\CB30CEC8-7C69-4BE6-93BB-F79ADA1BAF52' - install - iv 8

    0001 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2

    0002 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0003 [I] 1 00000011

    0004 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0005 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2

    0006 [W] SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe 00001037 Flash Player NPAPI / 2

    0007 [W] 00001037 Flash Player Plugin SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe / 2

    0008 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2

    0009 [W] Software\Opera 00001036 software/last CommandLine 2

    0010 [W] Software\Opera 00001036 software/last CommandLine 2

    0011 [W] Software\Opera 00001036 software/Plugin path 2

    0012 [W] Software\Opera 00001036 software/Plugin path 2

    0013 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File execution Options\\FlashUtil32_19_0_0_185_Plugin.exe/ 2

    0014 [I] 00000014

    0015 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_19_0_0_185_Plugin.exe

    0016 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch

    0017 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash

    0018 [I] C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_19_0_0_185.exe 00000022

    0019 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0020 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0021 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0022 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0023 [W] 00001106

    0024 [W] 00001106

    0025 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0026 [I] 00000012

    = X = M/19.0.0.185-2015-10-06 + 15-11-15, 069 =.

    2015-10-14 + 22-34-0, 236 1223 1056 [error]

    2015-10-22 + 22-27 - 33.582 [info] 1614

    2015-10-22 + 22-27 - 33.587 [info] 1615

    2015-10-22 + 22-27 - 33.591 [info] 1618

    2015-10-22 + 22-27 - 33.596 [info] 1608

    2015-10-22 + 22-27 - 33,600 [info] 1612

    2015-10-22 + 22-27 - 33.605 [info] 1620

    2015-10-22 + 22-34-0, 156 [info] 1614

    2015-10-22 + 22-34-0, 210 [info] 1615

    2015-10-22 + 22-34-0, 215 [info] 1618

    2015-10-22 + 22-34-0, 219 1619 1063 [info]

    2015-10-22 + 22-34-0, 233 [info] 1614

    2015-10-22 + 22-34-0, 238 [info] 1615

    2015-10-22 + 22-34-0, 243 [info] 1618

    2015-10-22 + 22-34-0, 248 [info] 1604

    2015-10-22 + 22-34-0, 248 [info] 1608

    2015-10-22 + 22-34-0, 252 [info] 1612

    2015-10-22 + 22-34-0, 258 [info] 1620

    2015-10-22 + 22-51 - 40.457 [info] 1614

    2015-10-22 + 22-51 - 40.462 [info] 1615

    2015-10-22 + 22-51 - 40.466 [info] 1618

    2015-10-22 + 22-51 - 40.471 [info] 1619 1063

    2015-10-22 + 22-51 - 40.485 [info] 1614

    2015-10-22 + 22-51 - 40.489 [info] 1615

    2015-10-22 + 22-51 - 40.493 [info] 1618

    2015-10-22 + 22-51 - 40.498 [info] 1604

    2015-10-22 + 22-51 - 40.498 [info] 1608

    2015-10-22 + 22-51 - 40.503 [info] 1612

    2015-10-22 + 22-51 - 40.520 [info] 1620

    2015-10-22 + 22-52 - 24.910 [info] 1614

    2015-10-22 + 22-52 - 24,915 [info] 1615

    2015-10-22 + 22-52 - 24.919 [info] 1618

    2015-10-22 + 22-52 - 24.924 1619 1063 [info]

    2015-10-22 + 22-52 - 24.935 [info] 1614

    2015-10-22 + 22-52 - 24.939 [info] 1615

    2015-10-22 + 22-52 - 24.943 [info] 1618

    2015-10-22 + 22-52 - 24.948 [info] 1604

    2015-10-22 + 22-52 - 24.948 [info] 1608

    2015-10-22 + 22-52 - 24.953 [info] 1612

    2015-10-22 + 22-52 - 24.966 [info] 1620

    2015-10-22 + 23-5 - 1455 [info] 1614

    2015-10-22 + 23-5-1, 459 [info] 1615

    2015-10-22 + 23-5-1, 464 [info] 1618

    2015-10-22 + 23-5-1, 468 [info] 1608

    2015-10-22 + 23-5 - 1,473 [info] 1612

    2015-10-22 + 23-5 - 1.478 [info] 1620

    = O = M/19.0.0.226-2015-10-22 + 23-10 - 39.301 =.

    0000 [I] 00000010 'C:\Users\***\AppData\Local\Adobe\64966DD4-E6CD-4CAB-890D-F88CBA0CC55B\D3754F9D-DDAD-4 986-B7AC-EBC8E153FC3E\5348EDCC-FA3C-4011-BFD5-5E8BC3823093' - install - iv 8

    0001 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2

    0002 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2

    0003 [I] 1 00000011

    0004 [I] C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 00000020

    0005 [W] 00001037 Flash Player Plugin SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe / 2

    0006 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2

    0007 [W] Software\Opera 00001036 software/last CommandLine 2

    0008 [W] Software\Opera 00001036 software/last CommandLine 2

    0009 [W] Software\Opera 00001036 software/Plugin path 2

    0010 [W] Software\Opera 00001036 software/Plugin path 2

    0011 [I] 00000014

    0012 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_19_0_0_226_Plugin.exe

    0013 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch

    0014 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash

    0015 [I] C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_19_0_0_226.exe 00000022

    0016 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl

    0017 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183

    0018 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183

    0019 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe

    0020 [W] 00001106

    0021 [W] 00001106

    0022 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183

    0023 [I] 00000012

    = X = M/19.0.0.226-2015-10-22 + 23-10 - 53.504 =.

    2015-10-22 + 23-34-0, 294 [info] 1614

    2015-10-22 + 23-34 - 0.426 [info] 1615

    2015-10-22 + 23-34 - 0.531 [info] 1618

    2015-10-22 + 23-34-0, 586 1619 1063 [info]

    2015-10-22 + 23-34-0, 603 [info] 1614

    2015-10-22 + 23-34-0, 607 [info] 1615

    2015-10-22 + 23-34 - 0.612 [info] 1618

    2015-10-22 + 23-34-0, 617 [info] 1604

    2015-10-22 + 23-34-0, 617 [info] 1608

    2015-10-22 + 23-34-0, 625 [info] 1631 /pub/flashplayer/update/current/sau/currentmajor.xml

    2015-10-22 + 23-34-0, 712 1470 12029 [warning]

    2015-10-22 + 23-34-0, 717 183 1474 [warning]

    2015-10-22 + 23-34 - 0.722 [warning] 1475

    2015-10-22 + 23-34-0, 726 [info] 1432

    2015-10-22 + 23-34 - 0.731 [info] 1612

    2015-10-22 + 23-34-0, 736 [info] 1620

    2015-10-23 + 6-34-0, 485 [info] 1614

    2015-10-23 + 6-34 - 0.731 [info] 1615

    2015-10-23 + 6-34-0, 738 [info] 1618

    2015-10-23 + 6-34-0, 809 1619 1063 [info]

    2015-10-23 + 6-34-1, 29 [info] 1614

    2015-10-23 + 6-34-1, 33 [info] 1615

    2015-10-23 + 6-34-1, 37 [info] 1618

    2015-10-23 + 6-34-1, 42 [info] 1604

    2015-10-23 + 6-34-1, 42 [info] 1608

    2015-10-23 + 6-34-1, 86 [info] 1612

    2015-10-23 + 6-34 - 1.93 [info] 1620

    2015-10-23 + 7-34-0, 176 [info] 1614

    2015-10-23 + 7-34-0, 244 [info] 1615

    2015-10-23 + 7-34-0, 249 [info] 1618

    2015-10-23 + 7-34 - 0.255 1619 1063 [info]

    2015-10-23 + 7-34-0, 270 [info] 1614

    2015-10-23 + 7-34-0, 274 [info] 1615

    2015-10-23 + 7-34-0, 278 [info] 1618

    2015-10-23 + 7-34-0, 282 [info] 1604

    2015-10-23 + 7-34-0, 283 [info] 1608

    2015-10-23 + 7-34-0, 288 [info] 1612

    2015-10-23 + 7-34-0, 292 [info] 1620

    2015-10-23 + 8-34-0, 212 [info] 1614

    2015-10-23 + 8-34-0, 253 [info] 1615

    2015-10-23 + 8-34-0, 284 [info] 1618

    2015-10-23 + 8-34-0, 289 1619 1063 [info]

    2015-10-23 + 8-34-0, 318 [info] 1614

    2015-10-23 + 8-34-0, 322 [info] 1615

    2015-10-23 + 8-34-0, 327 [info] 1618

    2015-10-23 + 8-34-0, 332 [info] 1604

    2015-10-23 + 8-34 - 0.336 [info] 1608

    2015-10-23 + 8-34-0, 339 [info] 1612

    2015-10-23 + 8-34-0, 345 [info] 1620

    2015-10-23 + 9-34-0, 138 [info] 1614

    2015-10-23 + 9-34-0, 160 [info] 1615

    2015-10-23 + 9-34-0, 165 [info] 1618

    2015-10-23 + 9-34-0, 170 1619 1063 [info]

    2015-10-23 + 9-34-0, 184 [info] 1614

    2015-10-23 + 9-34-0, 189 [info] 1615

    2015-10-23 + 9-34-0, 193 [info] 1618

    2015-10-23 + 9-34-0, 197 [info] 1604

    2015-10-23 + 9-34-0, 198 [info] 1608

    2015-10-23 + 9-34-0, 202 [info] 1612

    2015-10-23 + 9-34-0, 209 [info] 1620

    2015-10-23 + 10-34-0, 173 [info] 1614

    2015-10-23 + 10-34-0, 319 [info] 1615

    2015-10-23 + 10-34-0, 325 [info] 1618

    2015-10-23 + 10-34-0, 331 1619 1063 [info]

    2015-10-23 + 10-34-0, 352 [info] 1614

    2015-10-23 + 10-34-0, 356 [info] 1615

    2015-10-23 + 10-34-0, 361 [info] 1618

    2015-10-23 + 10-34-0, 367 [info] 1604

    2015-10-23 + 10-34-0, 367 1608 [info]

    2015-10-23 + 10-34-0, 372 [info] 1612

    2015-10-23 + 10-34-0, 378 [info] 1620

    2015-10-23 + 11-34 - 0.222 [info] 1614

    2015-10-23 + 11-34-0, 243 [info] 1615

    2015-10-23 + 11-34-0, 248 [info] 1618

    2015-10-23 + 11-34-0, 254 1619 1063 [info]

    2015-10-23 + 11-34-0, 268 [info] 1614

    2015-10-23 + 11-34-0, 272 [info] 1615

    2015-10-23 + 11-34-0, 276 [info] 1618

    2015-10-23 + 11-34-0, 281 [info] 1604

    2015-10-23 + 11-34-0, 281 [info] 1608

    2015-10-23 + 11-34-0, 286 [info] 1612

    2015-10-23 + 11-34-0, 291 [info] 1620

    2015-10-23 + 12-34-0, 176 [info] 1614

    2015-10-23 + 12-34-0, 192 [info] 1615

    2015-10-23 + 12-34 - 0.196 [info] 1618

    2015-10-23 + 12-34-0, 201 1619 1063 [info]

    2015-10-23 + 12-34-0, 218 [info] 1614

    2015-10-23 + 12-34 - 0.222 [info] 1615

    2015-10-23 + 12-34-0, 227 [info] 1618

    2015-10-23 + 12-34-0, 231 [info] 1604

    2015-10-23 + 12-34-0, 231 [info] 1608

    2015-10-23 + 12-34-0, 237 [info] 1612

    2015-10-23 + 12-34-0, 242 [info] 1620

    2015-10-23 + 13-34-0, 221 [info] 1614

    2015-10-23 + 13-34-0, 292 [info] 1615

    2015-10-23 + 13-34-0, 296 [info] 1618

    2015-10-23 + 13-34-0, 301 1619 1063 [info]

    2015-10-23 + 13-34-0, 316 [info] 1614

    2015-10-23 + 13-34-0, 320 [info] 1615

    2015-10-23 + 13-34 - 0.324 [info] 1618

    2015-10-23 + 13-34-0, 329 [info] 1604

    2015-10-23 + 13-34-0, 329 [info] 1608

    2015-10-23 + 13-34-0, 333 [info] 1612

    2015-10-23 + 13-34-0, 337 [info] 1620

    2015-10-23 + 14-34-0, 194 [info] 1614

    2015-10-23 + 14-34-0, 258 [info] 1615

    2015-10-23 + 14-34-0, 263 [info] 1618

    2015-10-23 + 14-34-0, 268 1619 1063 [info]

    2015-10-23 + 14-34-0, 281 [info] 1614

    2015-10-23 + 14-34-0, 285 [info] 1615

    2015-10-23 + 14-34-0, 289 [info] 1618

    2015-10-23 + 14-34-0, 294 [info] 1604

    2015-10-23 + 14-34-0, 295 [info] 1608

    2015-10-23 + 14-34-0, 299 [info] 1612

    2015-10-23 + 14-34-0, 308 [info] 1620

    2015-10-23 + 15-34-0, 265 [info] 1614

    2015-10-23 + 15-34-0, 337 [info] 1615

    2015-10-23 + 15-34-0, 343 [info] 1618

    2015-10-23 + 15-34-0, 349 1619 1063 [info]

    2015-10-23 + 15-34-0, 363 [info] 1614

    2015-10-23 + 15-34-0, 368 [info] 1615

    2015-10-23 + 15-34-0, 372 [info] 1618

    2015-10-23 + 15-34-0, 378 [info] 1604

    2015-10-23 + 15-34-0, 378 [info] 1608

    2015-10-23 + 15-34-0, 383 [info] 1612

    2015-10-23 + 15-34-0, 389 [info] 1620

    2015-10-23 + 16-34-0, 363 [info] 1614

    2015-10-23 + 16-34-0, 446 [info] 1615

    2015-10-23 + 16-34-0, 450 [info] 1618

    2015-10-23 + 16-34-0, 455 1619 1063 [info]

    2015-10-23 + 16-34 - 0.469 [info] 1614

    2015-10-23 + 16-34-0, 473 [info] 1615

    2015-10-23 + 16-34-0, 477 [info] 1618

    2015-10-23 + 16-34-0, 482 [info] 1604

    2015-10-23 + 16-34-0, 482 [info] 1608

    2015-10-23 + 16-34-0, 487 [info] 1612

    2015-10-23 + 16-34-0, 492 [info] 1620

    2015-10-23 + 17-34-0, 417 [info] 1614

    2015-10-23 + 17-34 - 0.488 [info] 1615

    2015-10-23 + 17-34-0, 494 [info] 1618

    2015-10-23 + 17-34-0, 499 1619 1063 [info]

    2015-10-23 + 17-34 - 0.514 [info] 1614

    2015-10-23 + 17-34-0, 518 [info] 1615

    2015-10-23 + 17-34 - 0.522 [info] 1618

    2015-10-23 + 17-34-0, 527 [info] 1604

    2015-10-23 + 17-34-0, 527 [info] 1608

    2015-10-23 + 17-34 - 0.532 [info] 1612

    2015-10-23 + 17-34-0, 536 [info] 1620

    2015-10-23 + 18-34-0, 244 [info] 1614

    2015-10-23 + 18-34-0, 307 [info] 1615

    2015-10-23 + 18-34-0, 312 [info] 1618

    2015-10-23 + 18-34-0, 318 1619 1063 [info]

    2015-10-23 + 18-34-0, 332 [info] 1614

    2015-10-23 + 18-34-0, 337 [info] 1615

    2015-10-23 + 18-34-0, 341 [info] 1618

    2015-10-23 + 18-34-0, 347 [info] 1608

    2015-10-23 + 18-34-0, 352 [info] 1612

    2015-10-23 + 18-34-0, 357 [info] 1620

    2015-10-23 + 19-34-0, 691 [info] 1614

    2015-10-23 + 19-34-0, 820 [info] 1615

    2015-10-23 + 19-34-0, 900 [info] 1618

    2015-10-23 + 19-34-0, 906 1619 1063 [info]

    2015-10-23 + 19-34-0, 955 [info] 1614

    2015-10-23 + 19-34-0, 959 [info] 1615

    2015-10-23 + 19-34-0, 963 [info] 1618

    2015-10-23 + 19-34-0, 968 [info] 1608

    2015-10-23 + 19-34-1, 23 [info] 1612

    2015-10-23 + 19-34-1, 28 [info] 1620

    As I remember, I installed the latest distributions of 4 or 5 of Flash Player by downloading the installer from http://get.adobe.com/flashplayer and let each installer access to ports 80 and 443.

    Any ideas on this one?

    Based on the contents of the FlashInstall.log file, you already have the latest version installed (using the Setup file downloaded from get.adobe.com/flashplayer).  Therefore, if silent up-to-date auto-implementation verification was successful by checking the server it won't find an update.  To check that your firewall is configured correctly for auto-silent update that you need to uninstall Flash Player, install an earlier version (posted in archived Flash Player versions) and rerun the service silent auto-update.

    If you see the following in the log file, then the request to the server is a failure:

    2015-10-22 + 23-34-0, 712 1470 12029 [warning]

    2015-10-22 + 23-34-0, 717 183 1474 [warning]

    2015-10-22 + 23-34 - 0.722 [warning] 1475

    12029 is the error code to Microsoft for the attempt to connect to the server failed.

    --

    Maria

  • Crashing on start, auto-updated even when disabled & not allowing an add-on security toolbar download

    I followed all the steps in all relevant help articles (http://support.mozilla.org/en-US/kb/firefox-crashes-troubleshoot-prevent-and-get-help#w_get-help-fixing-this-crash), and nothing has solved this problem.

    I was running v17, and yesterday it auto-updated to v18 when I opened firefox. As soon as it updated it crashed, pressing 'restart firefox' did nothing, I could only quit. So I found an old install file, went back to v17, checked the option to ask permission before updating, run malwarebytes and spybot, so my PC is clean. This morning, same thing happened - auto update with no warning or permission given. Crashed. Repeatedly, restarted, closed everything else that was running, uninstalled and reinstalled the older stable version. Both times I spent a long time reinstalling add ons and themes. On top of that my goodapp toolbar from goodsearch will no longer be installed by firefox because 'it can't modify the necessary files'. All other add ons work fine, and I was using this toolbar with no issues in v17 only yesterday.
    The second reinstall I clicked the option 'never check for updates'. But tonight, when I opened firefox, it updated without warning to v18 again and I was ready to switch to chrome after a decade of using this browser. There was no Firefox (safe mode) to run from my program files, and since I couldn't open the browser at all before it crashed, all I could do was uninstall and reinstall v17 for the third time in 24 hours and as you can imagine I am not very happy that your so-called stable release is anything but that. I think with the number of people having problems that you should stop work on v20 and actually accept there is a problem with this release instead of trying to blame it on malware.
    

    Final crash report ID: bp-3ea35888-008f-4e21-b31f-023002130112

    This crash is usually caused by malicious software and the random name involved in your case file is astktkra.dll as you can see in the list of the modules of the accident report.

    Try using MSConfig and disable this file to prevent any start-up.

    Try to start the computer in safe mode Windows with network support (on the startup screen, press F8) to see if that allows you to locate and remove the file manually or with a malware scanner.

    You need to search the registry of Windows (Ctrl + F) for references to this file and export and delete the keys involved to avoid problems starting with the missing files or you can also use a registry cleaner like CCleaner.
    If you are not satisfied with editing the registry, then it's better to skip this step.

    Do a check with some malware malware, analysis of programs on the Windows computer.

    You need to scan with all programs, because each program detects a different malicious program.

    Make sure that you update each program to get the latest version of their databases before scanning.

    Alternatively, you can write a check for an infection rootkit TDSSKiller.

    See also:

  • Fusion 2.04 tools auto update is not

    I've updated VMware Fusion of 2.02 to 2.04.

    Win XP & xubuntu 8.04 invited, with the construction of 7.93 tools already installed 146107, have not automatically upgraded their tools installed to the power of the next on the guest.

    The prompt of Win XP is not notified that a new update of tools is available with this option checked.

    Does this mean tools has not been improved in this version of merge change or automatic upgrade fails because of a bug.

    Information messages that scroll down left a window of comments say not only "VMware Tools is out of date" or the other.

    Auto update tools has worked before in earlier versions of Fusion 2.0.X.

    The version of the tools to 2.04 is now 7, 93-159196, which seems to imply that an upgrade may be necessary.

    VMware Tools has not changed since 2.0.2-> 2.0.3-> 2.0.4. The version number of the tools is what triggers of upgrade of the tools, not the build number and they all have the same version of the Tools 7.9.3. There is no need to upgrade your tools 2.0.2 is 2.0.4.

    -David

  • Can not stop auto update latest firefox version

    Hello

    I googled a lot of answers about stopping the automatic update of firefox. But unable to do it and not be able to use the functionality offered in the context of the browser. I have to do this deliberately to have my selenium framework support the static browser version like every last updated maybe not having a ready selenium supported server.

    I did what follows, but not luck.

    (1) tools-> Options-> advanced-> update-> Set to "never check...". ». After reboot, the option is set to "automatically install...". ».
    (2) in the about: config-> set the following as below:

    ----- app.update.url = null
    ----- app.update.url.details = null
    ----- app.update.url.manual = null
    ----- app.update.mode = 0
    ----- app.update.silent = false
    

    But still when I go to-> Firefox; Updates automatically start the download.

    Is there a solution to stop the auto-update feature and I would like to download/upgrade to update firefox by me manually. Why build it in function does not work?

    Am on company Win7 64-bit Service Pack 1.

    "But still when I go to-> Firefox; Updates automatically start the download. "

    This isn't the automatic update, causing the update - it triggers a manual update when you open Firefox. At least until this was changed in Firefox 37.0

    IMO, when using selenium, you would be better served by using the version of ESR (Extended Support Release) of Firefox. He receives an update of major version of each 8 quick release version updates. You receive security updates without the major version change, and without receiving all of the new features like the release of versions have. ESR is intended 'institutional', but there is no ban on regular users by using ESR.

    https://www.Mozilla.org/en-us/Firefox/organizations/FAQ/

  • HP LaserJet M252dw: Airprint works only not on HP LaserJet M252dw

    We have a HP Color Laserjet M252DW in our business that we intend to use Airprint for printing from our Mac machines, but we cannot make it work.

    We use a Cisco wireless with a 2500 WLC. We have configured mDNS and are able to see other printers, but not the M232DW.

    What we have tried so far:

    > Search for the firmware updated (not available)

    > Reset the printer and reconfigure

    > Use the static and DHCP IP addresses

    > Restart the printer, WLC and Mac devices

    The printer is connected to the same network wireless as users. As I said, Airprint works on other printers, it works just not on this one.

    Any ideas of what I may be missing or what I can try?

    Hello

    I got to work. But only after I reset the default printer and it reconfigured.

    I needed to configure mDNS on Cisco WLC, then after I reset and reconfigure the printer, it took a little time to see the recording on the WLC and for Apple devices pick up (about 5-10 minutes).

    It took that long only for this particular model because the other HP printers have been detected immediately, but those are wired, however.

    To accomplish the same thing for devices Meraki see the following link.

    https://documentation.Meraki.com/Mr/Other_Topics/Configuring_Bonjour_Forwarding_for_the_MR_Access_Points

    Let us know if that helps. Just know you may need to reset your default printer, reconfigure, then wait a while.

    Sachin

  • my windows update Auto setting turns off suddenly. message says "administrator disabled the auto update". I have the admin account, I has not extinguished. I can't install vista sp2 KB98465 pack, update error code 800F0900. Help, please.

    Ideas:

    • Vista
    • This problem occurred after avast is flaggeg error last dec 4 2009
    • I tried to reset the windows update components, but it did not work.

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Hi Agnes Vizcarra,.

    Thank you for visiting Microsoft Answers.

     

    ·         Which version of Windows Vista is installed on your computer?

    ·         Remember to make changes recently?

    This problem occurs if Windows Update has been disabled by one of the following settings:

    ·         Group Policy

    ·         System policy

    ·         Registry

    Method 1

    Try to turn on the auto update by following the steps in the link below:

    How to configure automatic updates by using Group Policy or of registry settings

    http://support.Microsoft.com/kb/328010

    Method 2

    If you have any security software installed, disable temporarily.

    Method 3

    Download and install the stand-alone package for the Service Pack 2 from the link below:

    Windows Server 2008 Service Pack 2 and Windows Vista Service Pack 2-five language standalone (KB948465)

    http://www.Microsoft.com/downloads/details.aspx?FamilyId=a4dd31d5-F907-4406-9012-a5c3199ea2b3&displaylang=en

    Method 4

    Run a virus scan because it causes sometimes caused by viruses.

    Microsoft Security Essential

    http://www.Microsoft.com/Security_Essentials/

    Link to view:

    Learn how to install Windows Vista Service Pack 2

    http://Windows.Microsoft.com/en-us/Windows-Vista/learn-how-to-install-Windows-Vista-Service-Pack-2-SP2

    Information about Service Pack 2 for Windows Vista and Windows Server 2008

    http://support.Microsoft.com/kb/948465

    Hope the helps of information. Please post back and we do know.

    Joel S.

  • Media Analyzer (Auto) does not work

    Media Analyzer (Auto) does not work in PSE 13.  Works very well in PES 10. Why not in 13?  Any ideas, comments, solutions greatly appreciated.  It's in edition > Preferences down.  Is there a secret to turn on?  Thank you all, Trish

    If she only recognizes people, why it still give you the choice of the option for the analysis of the image?  Pretty foolish & sly.  Other editing options - I think.  Many choices of our days.  Thanks for the explanation.  No one at Adobe would not answer.  Trish

Maybe you are looking for

  • Mouse cursor freezes

    My mouse cursor keeps freezing upwards when I opened my computer, when he was asleep. To restart, I have to shut down the computer, then open it back up again. This has happened for the last couple of days and just started all of a sudden. What happe

  • R100 Standby / reduction Hiberate

    Hello, hope someone can help. I lost the ability to place my R100 in hibernation mode or standby, using the keys of function F3 / F4.It worked. No surprise, I suppose, left the standby button is dimmed in the window "Stop the computer" then stop down

  • Display the property Node error 1077

    I created a vi with several analog inputs (up to 20), and I want to be able to turn on and off on the front panel plots. I currently have this case structure configured to go through each entry (i n), and the front (LED buttons) can be activated and

  • How can you remove a wallpaper (no change).

    I added a wallpaper to a picture I scanned a few months ago. I wanted to get rid of the background as my laptop is rather slow and I don't want anything it slows further. I tried to delete it but when I stopped the laptop it appears again briefly dur

  • Color scheme is white, will not change to Vista Basic plan.

    I recently downloaded an update for windows and restart my color scheme changed to white and I can't change it back to the vista basic color palette.  The complete layout is too similar to classic windows.  Help, please?