Author Topic: Task Scheduler (bug) + Windows communication infrastructure  (Read 11222 times)

0 Members and 1 Guest are viewing this topic.

makinero

  • Guest
« Last Edit: May 30, 2016, 12:16:21 pm by makinero »

Offline jraju

  • Hero Member
  • *****
  • Join Date: Feb 2013
  • Posts: 2323
  • Location: india
  • Karma: 17
    • View Profile
Re: Task Scheduler (bug)
« Reply #1 on: May 29, 2016, 06:47:14 pm »
Hi, could you translate this to english.
                   
The Bottom line is "Check your hardware first if it supports the task you try".

makinero

  • Guest
Re: Task Scheduler (bug)
« Reply #2 on: May 30, 2016, 03:01:42 am »
Hi, could you translate this to english.
                   
"MMC has detected an error with a snap-in and will unload it."

Write in Google:
Code: [Select]
MMC System.Reflection.TargetInvocationException

Offline jraju

  • Hero Member
  • *****
  • Join Date: Feb 2013
  • Posts: 2323
  • Location: india
  • Karma: 17
    • View Profile
Re: Task Scheduler (bug)
« Reply #3 on: May 30, 2016, 04:45:56 am »
Hi, try this and may it fixes your problem
in Run command
mmc.exe "%systemdrive%:\Users\%username%\Desktop\Server Management Console.msc" /32
please create a restore point before trying this command.
The Bottom line is "Check your hardware first if it supports the task you try".

makinero

  • Guest
Re: Task Scheduler (bug)
« Reply #4 on: May 30, 2016, 04:52:41 am »
Code: [Select]
Microsoft Management Console
---------------------------
MMC can not open the file C : \ Users \ .. \ Desktop \ Server Management Console.msc.

Perhaps the file does not exist, it is not an MMC console, or was created by an older version of MMC. This can also be caused by lack of sufficient privileges to access the file.

Offline jraju

  • Hero Member
  • *****
  • Join Date: Feb 2013
  • Posts: 2323
  • Location: india
  • Karma: 17
    • View Profile
Re: Task Scheduler (bug)
« Reply #5 on: May 30, 2016, 05:03:10 am »
Hi, then do a sfc /scannow. It will fix the missing files and then try again. Run the run command as admin and try.
                  If the permission is the issue, then try as admin the task scheduler
« Last Edit: May 30, 2016, 05:05:45 am by jraju »
The Bottom line is "Check your hardware first if it supports the task you try".

makinero

  • Guest
Re: Task Scheduler (bug)
« Reply #6 on: May 30, 2016, 05:22:42 am »


ERROR:
---------------------------
Harmonogram zadań
---------------------------
Zadanie User_Feed_Synchronization-{F39CE381-7189-4E9D-8834-3C1EA167B3AC}: Obraz zadania jest uszkodzony lub został poddany nieuprawnionej manipulacji.
---------------------------
OK   
---------------------------


ERROR:
---------------------------
task Scheduler
---------------------------
Task User_Feed_Synchronization- {F39CE381-7189-4E9D-8834-3C1EA167B3AC}: The image of the task is corrupt or has been tampered with.
---------------------------
OK
---------------------------
« Last Edit: May 30, 2016, 05:25:43 am by makinero »

Offline jraju

  • Hero Member
  • *****
  • Join Date: Feb 2013
  • Posts: 2323
  • Location: india
  • Karma: 17
    • View Profile
Re: Task Scheduler (bug)
« Reply #7 on: May 30, 2016, 05:27:02 am »
Hi, the problem is language.
The Bottom line is "Check your hardware first if it supports the task you try".

Offline jraju

  • Hero Member
  • *****
  • Join Date: Feb 2013
  • Posts: 2323
  • Location: india
  • Karma: 17
    • View Profile
Re: Task Scheduler (bug)
« Reply #8 on: May 30, 2016, 05:43:39 am »
I will give a link which has a solution. Please read the whole thing and get it fixed.
 Just at the enable command, in Run, Just first disable and then enable after deleting the user task as solution given in the article
http://answers.microsoft.com/en-us/windows/forum/windows_vista-performance/what-is-mean-by-the-task-image-is-corrupt-or-has/0238c414-ae7a-e011-9b4b-68b599b31bf5?auth=1
The Bottom line is "Check your hardware first if it supports the task you try".

makinero

  • Guest
Re: Task Scheduler (bug)
« Reply #9 on: May 30, 2016, 06:11:24 am »
Code: [Select]
msfeedssync enable

Code: [Select]
FX:{c7b8fb06-bfe1-4c2e-9217-7a69a95bbac4}
Code: [Select]
w Microsoft.ManagementConsole.Internal.SnapInMessagePumpProxy.OnThreadException(Object sender, ThreadExceptionEventArgs e)
   w System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t)
   w System.Windows.Forms.Control.WndProcException(Exception e)
   w System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
   w System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   w System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
   w System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
   w System.Windows.Forms.Control.WndProc(Message& m)
   w System.Windows.Forms.TabControl.WndProc(Message& m)
   w System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   w System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Offline jraju

  • Hero Member
  • *****
  • Join Date: Feb 2013
  • Posts: 2323
  • Location: india
  • Karma: 17
    • View Profile
Re: Task Scheduler (bug)
« Reply #10 on: May 30, 2016, 06:21:12 am »
Hi, Try this link
http://www.ghacks.net/2011/07/28/fix-the-task-image-is-corrupt-or-has-been-tampered-with-errors/
The task schedule program if gets corrupted due to user handling is fixed in the above link.
If it cannot fix, then there is some other problem preventing the task scheduler from running
The Bottom line is "Check your hardware first if it supports the task you try".

Offline Boggin

  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Jul 2014
  • Posts: 10182
  • Location: UK
  • Karma: 122
    • View Profile
Re: Task Scheduler (bug)
« Reply #11 on: May 30, 2016, 07:58:20 am »
This program which would seem to do it auto for you had been posted by Dougcuk as a submitted suggested repair.

https://repairtasks.codeplex.com/

makinero

  • Guest
Re: Task Scheduler (bug)
« Reply #12 on: May 30, 2016, 08:31:34 am »
Boggin - I will never I will use Tweaking Windows Repair 3.9.0.0
Totally corrupted many components in the system:

Corrupt WUSA,
Corrupt CHKDSK
Corrupt WMI,
Corrupt services (malfunction)
Completely disabling "System Restore" + ERROR MULTI-CODE
It caused a lot of problems with access to programs 0xc0000005
I do not know how to fix it - now ...  :undecided:

Tweakiung = Windows Repair ?? I'm sorry to say this, but NO!

I have everything now "manually repair" Some repairs are too complicated, but there is no other way.

Offline Boggin

  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Jul 2014
  • Posts: 10182
  • Location: UK
  • Karma: 122
    • View Profile
Re: Task Scheduler (bug)
« Reply #13 on: May 30, 2016, 11:29:11 am »
The link that I've posted has nothing to do with WR - it is a program submitted by Dougcuk who is a forum member and thought it would be helpful to others.

It's up to you if you want to give it a try or not but as you can see from http://www.tweaking.com/forums/index.php/topic,4419.0.html it did what it said on the tin.

As for your system Re, WR, go back into WR and use the registry back up to see if that restores.

I'll email Shane regarding your problem with WR - however if your system was infected, Re, your other thread, then that could also have had something to do with it.

makinero

  • Guest
Re: Task Scheduler (bug)
« Reply #14 on: May 30, 2016, 12:03:18 pm »
NEVER, EVER in my life have I had any situation to restore the registry to fix serious errors!
Of course, I have restored the registry, but of course does not solve any problems!

Corrupt WMI

I'm using the latest version 3.9.0.0, and here is the effect


Not Found C:\Windows\System32\LogFiles\WMI\RtBackup\*.*.
Directory  It is not empty
Usuni©ty plik - C:\Windows\System32\Wbem\Repository\INDEX.BTR
Usuni©ty plik - C:\Windows\System32\Wbem\Repository\MAPPING1.MAP
Usuni©ty plik - C:\Windows\System32\Wbem\Repository\MAPPING2.MAP
Usuni©ty plik - C:\Windows\System32\Wbem\Repository\MAPPING3.MAP
Usuni©ty plik - C:\Windows\System32\Wbem\Repository\OBJECTS.DATA
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\0268B349FB528F7A876A79DE14717B95.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\0296C47314AB746EC35476488248FCD9.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\05E5DD4F3ED0AC01BCBA9DA95D654EF5.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\0685DC0C8684127BE5DEFF585FDD8FEC.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\070646108BD2E03A20D78B04D8233FF3.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\0772EA28C9AD9F026AA9F29EE684B717.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\08EA1573473C0DBCE6F918316C69C59E.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\092389D621F5A8834203DAAC74CCA279.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\0A9DBC92D554324656F61F9862679F27.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\0B52251F3857C965E54AECE19B7E1D87.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\0E6D9D2BAE479E85A292B5F50222F6D6.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\0EE2D25EC18EDDB07A656E1576808E95.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\108964BDD92A7E68153D8A85CA737023.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\1239D33457963D7FBFCA17D41FE5E783.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\14CD238ACDCF64FEFFB0CBD55E8E7ADC.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\17FFDF80330024B07853138CB5AFAD9C.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\18E1DB21434D21624B656F6B8804CC3D.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\1B30A1AD0E1BDE02C2E09C29DFA9BC35.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\1D6FED7AD26E5D960976FE55304D24CC.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\1E97A05DE566CF6EEAE29D0634E27392.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\1EBE968EB7AF815A32641E6185350A9E.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\218D3C42C5479E68003E985A2E0DC854.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\22BD4E705855FAECE7FFAB23C49D3662.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\2335903AF08A2B8772F272770476E185.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\24872894F116584BA7E2A81FCE0F855B.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\26190D987D9E43908784666E3250295B.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\266645A61D7155DDEF6ABCFC0D8124FC.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\266A9E7224D02D32765BBFE2DCF07424.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\26C097A9392F8C541AD42E89B7909073.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\2713EF0312125B926EC10D64C17DC18A.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\276A955F7DFBBFFF46CC982225616D2A.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\27C7180D3681D8D1DC5C05FA570698EF.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\28023F2310FF239BF1ADDB2FFB2355FD.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\293D3EF38B1CD8D5DC52E44763FEE3E3.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\2A05E3F4C9132FDF73BB3D12F6886F31.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\2A799C514CD8C3FF89B3E507725EE8A7.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\2AA23BB86A5EBD8BC2D820944E55B233.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\2B56839F0AFFAD1E63B384ADFF6AF554.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\2BE1278C752FEDCE0C542195AEE693A1.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\2C142C4C15E3B8D139B98154CD083071.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\2CE523184A801AA7361A7039E2D6B41D.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\2CFB5B149FA396D1AEA5F89B1C5A8D81.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\2DE24D0469C8A511C75A5B7B10E8C80B.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\2E3EEE955C7455B9968D638406C7D780.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\2E97EBE289CD4512CA0077FFFB8DC462.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\2E98024D064B40F18C4798F663208969.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\2F78FC8B4BE50AF6F199CB788E397E5E.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\31F9DC1859217D5300DC0D3BBC1C4E58.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\327BB52C3180F103242F79F3FB946560.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\328D27CAF1E7BC78A223BE8C46CAEF75.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\330F34133329AA78C093DDD90DF84824.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\33CF8E35906B5FB4605BC4B467785405.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\341285245F81AA74FE6654017E06C685.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\345249A426BC2B94C32DA7313D199B8D.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\3493CB5949E7145F02903F77376F2087.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\35C13BCE088F1F9F2A4A15AB4FFB9194.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\37134956F76D3C30C9BE0C12571CAF43.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\37E0C717AE20A6FDB871C2A6135A17BB.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\38EE6C630467A006990C5977C3058C94.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\391494FC0FB29487AE3F13420F071F94.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\3B65C34DED5CDFBBA6316577E7717285.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\3C177A23757117FA3D99006F3B6939FD.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\3DC0BABDCA20E5E319117C21BD4BD795.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\3DECAE348606264E37A54E4FE0FE1A33.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\3EDC3F5A95D3A0FDFE1F87C15DC9636A.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\41648FA3AF58F3ACA0843F25FC7B4D28.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\42355E8E232EF8CADD187D531DEC55DD.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\42A62ABF01E8F94E1BEDFCA82B9772A1.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\42C894EEACAD83A4E41154685841B3E1.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\4344B9CF0761B617E363A2D254F5C26A.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\4390F117523EE462ED3A306ADB43D333.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\43AF8F4749656456F363ECA1D9B30B00.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\440D61AFF6E7DE917AF4BE1C22D9D054.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\45A7E2BB8B62C99476EEAFD561EB36CE.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\46AEF35C22A14468D0C432C37233CD12.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\4785A843E2870BA67AFDE7E0BDD732BC.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\4862ED894479A5B4C9E04F7504C76C19.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\48C4DFE3AF86E2EEA99FEE1E73301437.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\49149D008AAA6F39F959E3F5F8FAA41E.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\494C62FAA08CD5217399BAA555FF491B.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\49CE8AA87EE960CA90F03854AC803074.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\49F8C8F96F225A5B9C9094CB42BE6D81.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\4A01E0F376B5833EBA98F0D1D5F60CD1.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\4D1B23A60FB27D3EB11AAF6576FE2B59.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\4D63DBC2E2F583689FBD5757DE239E05.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\4E7F1C45E98E1E6D1ADED58D64C4D872.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\51AF2F05375A0C68286CB0AFB9FD5FCD.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\51DC6EC356CF223869405245CEC84433.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\53C980023684CB10B4260092B49234B8.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\55DB5F5A98FC84EE069CDD135CB5E018.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\56110EEE7F067A75407D9F58F62F7E1D.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\5632459BEA939E7664B5E9DB573E0658.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\57B0D59999DF0A672E8CDB1626320AC0.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\5966D45C7B25EACA46E87DD8E5703964.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\5B5D21CF62E70BACF9D085E6AA6CE143.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\5D763E141CE89202A2F56529FCABAB94.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\5F9585B1D1CE072081F948DDE2683F10.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\60078D1E8EF23CE6A7EC202E2F97A07B.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\612A6BCFF9B18E7DE6E34CE1D0D1E373.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\614A80F671F7B5294A2B8AB09E9266A3.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\61F1DEE7F78E6122573836D5B15A3609.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\629E78FE9421F4989CD654E267CCFB28.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\6318DCE4D364C881F0F4DBC5FF76E093.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\6397BD3FC5EFEA775F9A23321C6C4C41.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\6497E781231C1DABABE8F30B0F6948EF.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\66779B2D4FFA2C74BC0EDE797594F286.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\66FDC0BA5F9853ACCD969938A5FA9EB3.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\687B5F4F6394A6E4935C8B8B15281716.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\68FEE6E7A56CDAC1344470C510C9D99E.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\693116142DABD97B502464CDE633E3C9.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\6B4556DEF3965F8A11CAFFE40132FEE0.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\6B4B3EE7432DA52E30DCD4AA1E80B4F2.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\6B94E1A22E5344EBE93874962D8AB589.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\6BFA2A1E9E60FFBC2B83091F658A0F4F.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\6C2D826879FEB554E7702B0063F795E0.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\6EA9DE00AF3684F3EE29940F62AA2C9C.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\6EC85AB046A41F77D1D843CFE17099DD.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\6F177BB2628A726F8C1DE904D1371205.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\6F8564A71977AE6B940705DCC4847A8D.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\6FFF7467A5B40765D5740A413CA8BB8A.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\7073EBB8E2F3C70E0FA1F650B7DEA970.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\713A7A07C9812CAB47A78DF6D3E000C5.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\716FDC254E211F547A560E1A71D0E6CA.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\72F867EF62976CE9F70993FF3E68A4EB.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\73798C03E4DE5FDCF5194ADA9EBFB859.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\75054C3771DF289038069A9BB1C1FB6E.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\77AF494807BB41A0B4B67AEEC51F85C6.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\785C79EAE32FE04EC98B927317B04514.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\7E9A6B8D4357A3AC30E96EE33A637384.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\7E9C55710138A65572B384C4B94F3A5C.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\7F417E1A6D819A9B2FEB55DA6858EA0A.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\807422318858C641D6DF7964FA86E822.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\807DD20ADF6F5D5EEA0C4E4CF016E69E.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\80B860090531D4A4B38DCE8A3657F79B.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\80D48DA9130543FA1B8DDE52152EB67B.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\81749183266AC1636D6F14DD1EB22C5F.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\823C0F9BA2057D15A3A8B321F533FA2D.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\835BA15393F8743AEC1DA226439FE525.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\844A429FB6680A32838047A6271F8CD9.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\84BCA6CD6DA157F2C272D6083A687382.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\84BDA83E1D011B70B4D81B947F4CBB38.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\84D0135BE21CF932CA28D9D1655B635F.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\8636DC7F9479DACE6778109CB4FB4B01.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\871AD19E9C5DE6EA57C43C9167837F3A.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\87AA2A001CE3E89926688B93E4DC2992.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\8847D4D1F8AB2E45AE21D78FEDB58068.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\88744D2A29102FC88ECF505DD2E984FC.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\890918D255338473E1CFFF2F142D7549.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\8C718B5AFD373885B68D2836088CAF9A.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\8D4A7D0A507D30CEEA2E6A77CDC8F78D.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\8DF9B1D758F848717A621E3C563D23D3.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\8E459BF81DB7D3D40B397CF904FB7774.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\8F647FE68B4378410C92F988564BA2F9.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\903E49C444C46FEF5F2C3A189C9CEF71.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\90C98503644B3C7D26077DEA8E11AE42.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\90F4BC48A1FB8B75CB5F647464FF605D.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\92398B09EC16A82111FE3DBA2933D2D5.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\928B50B6CB12479BE9D55B0355498493.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\94790163849A2548EA5FA17A9AA7BF7F.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\956697D01E01BC4F470B3FDE8C4F37FF.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\95CF8C2673B156E93407C44DA1171F14.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\96CD068BFF62C6F6061514D124D9B64B.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\973858E80F1DA2CA957FCCD54F9B65F4.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\97823DC673AD0F92AB9B83F4C177678B.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\981BC8257B970BDF4D5821ED426344B4.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\99494E630B7A21DB3BDC8F28A728C2AC.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\9A8AFE669965C3D83170226F8D3749B0.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\9AD3182A2F39A3E091E15109132EC6CC.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\9B5BC2F5D8EE683686136E19CCF52C7B.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\9F526C20A8A5C585451C8E3144FD48A0.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\A070E510DD6FB900742044F2CD306750.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\A0CF20DE229B1EC7D81856AA17C11521.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\A16A9245B78C3E36AC892287B7ABA0AD.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\A1FDFDC2DD7B0C64BCDE5816A23BB0B2.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\A37C5B4E4A88FDDA9D8BA858CF00AA2F.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\A3C60C5E59327EB453EAA631B41AE407.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\A492829435608B06C9C653A586A1DF13.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\A4D5A531106552AD59D1997E40238BD3.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\A62693437FCA85037DB977560F15B682.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\A67757609DD23CC9D92A1588CF16CAA3.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\A7575F8DE31A912FFE91A7A41B1E382A.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\A851D3BCFCE697C24E7112D24AFBE9E3.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\A9325A7FC13EE1821F6BC28637472FC3.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\A9B2565E1833637A8B0C80FDC1899C55.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\AA4F17697FC24B1E7A79A94F8AE025E8.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\AA742824DCADA846BA4B665D686DD5D6.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\ABC3D7098D531CDFDA94E4E31FA39F46.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\ACB4D7F86FEC98F3823883B78D5BC4F2.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\AD0B790C2468A8DCF73E8E2925527653.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\AD1621C948A4E41C8ABE8FC09AC11633.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\AE7023598F41510BF261111652046301.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\AF413BECA73D3BCF0EA55E258787F498.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\B05FAEA4150E90F1DDBCE7FEE62073E1.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\B2F85DEFC0500237AA60997952A2E139.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\B3084E0262FC246460CD3F9E17DF501B.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\B391E0E0C0F9E87015AAB326EE418302.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\B3D1279CF76B72D4874D43A6EF458EF8.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\B403AED1EB652220453170294F24E540.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\B672CBCE3FE46DF0D417B5BAFF90A6A7.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\B7B465ADEE80F9B0D07A2420AF277CF5.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\BBF206490BAA431B592F9A13534F43F6.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\BDDA732C2F09C64BBBFB35C165F8E8F9.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\BDFE0E56162E56AC31445E4B3B1F08E6.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\BE81B2C0741907C1FC1C42B6223E59AD.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\BEDF81B1C411879CE438B4DACC860926.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\C12BB045FFADC7BAEDFDF43B0F3962D3.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\C1389CEB68A3C923BA368F1AB72F4BBB.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\C2AF4D273114D73F0660A9DD206078D2.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\C3A0BE17B37ACE48BE78B31580231AE9.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\C3BF5ED19577BE7827A280C35F75B8EC.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\C4B6C233ABB6EFF9AD40D7B87C3CCA39.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\C4E1765C1A24BB0BE778B71755D0CD53.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\C59549B4F20BC001A0A645775AB7BE45.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\C599AFA5A6F053BAD70179501868318E.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\C6300BFE37ADE6B52EC023F66124985F.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\C7D8F0DB9EAE1AE2F6618EF59BC75B6F.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\C81ACF420917AA0F87487BC4D958BEB4.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\C8463ECBE33BC240263A0B094E46D510.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\C848E1EED73B9992693EEDD7389E07F8.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\C8B36A7A6D6931CAE11573FCA58ABA40.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\C9D18202AA357A22C174FCBBAA8AFC56.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\C9F61312B33CCD631B401D206DC818E4.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\CA5692549FE6D36818332B4370561C8E.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\CB89D32DB448E448B4B282ABC01761B8.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\CC77C75586C48F7E302EFE10AE9CA918.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\CD867A13A02FCA2A8264C40E9301456A.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\CE2615B9EA397168E49701A4F8DB2EBD.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\D0AF13028629A5F0CCB192C1731C5791.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\D11FD4FC36476715E6FDE481C3B6CFCC.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\D1A1B12A7DA3F9675C01397A26DBF4B3.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\D22645F0CD0BB3EDCA36834577F0C674.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\D23844FE30A2E85EC028DBB89CE6AA30.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\D301C164804127CDBB49ABFF977C2826.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\D361F8B496FD6DAF7BEEF497E09C0DC1.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\D38FFA40EC29A055EB37EBD604093C62.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\D4C4BA54B6A8FA6211E60E2ADFF7426A.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\D5D6BB480217F9DCEC357F57222DEE59.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\D5F0851A9461220AFC46AFFB71CC8DE8.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\D70FBB271486CAB0B37B05973A8C16B3.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\D72E450B78C54EFC4B5FF453922CA085.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\D798B55DD0529806C361AB346980A8C8.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\D8E8B330DCF7BB7E20C37AD741C5202B.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\D97D08E4902AC1BCF40C06435990ED69.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\D9B470384F8700ABA03213E6A7F04C21.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\DC999686F8B85B326CEDFA199DD07F72.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\DDCBF0369F77E1754188113487537D05.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\DDF6F7F67C2A309A8FA089EC5416194A.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\DF2FB1F3C8DCD25B01FDE5A4697177CB.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\DF80FD3849FFF74B4BF43E2EA8ADEC8A.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\DFA47F4A2EDFB79E04C7A073D394B8B5.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\DFB9AD54AC2D3B8122567AAD3BF3EB7F.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\DFC4AE594DEF3DA7123BAFD9D5E33F68.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\E015F911F12BF1A299AA25F8055D7583.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\E04DE4CDFEC284A342159BB920976701.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\E0AA2FB5EF209F85F4AD061821C93092.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\E0AC316C3513586877240A67A4E0E9FF.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\E1AB527E184B6CE8074198D453C3DAD7.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\E26B61616DAC150DC235F91E52416A5D.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\E43B6945ACF1515A895841AF9B9D052D.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\E4830353B944A77B9DFD712A6AF2C66C.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\E4F405CA0589C87FA540E7C7996C32A3.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\E5E8FB6247159B36AB0538E6D2720F46.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\E6195BA9E153534E5472835E2F29A5B0.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\E691E958391FE04E7C4581193BE4C4F0.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\E6E2D4429314D3EABD222DB017AE4968.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\E737DE61441445E1FDFCA45EF5E7D987.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\E8BBD1A3387D4578CDA2FBC35F26EBE3.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\E8CA0AF4FF188CB7850D7C49150955C1.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\EA075744E68401353058FE7102105DC5.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\EB630DED8CFA0A96B45BA341E4109C17.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\EB8B3F49C130D54802EC5232F73C6102.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\EC45C70F2A3D9DED718E71631C38E2FE.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\EC94E9010A47F16B22686F755A1BEAF3.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\EDB534A0AD75CF6CD3441C25046B8E9A.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\EDB67A550428BB2A8DBDA687D67BEDE0.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\EDBF963FB003D0670AA9C2219BD091FB.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\EFA4D91D0B8F053F62013A71D9F8DBE7.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\EFC55F6C76E0FB0EA40C8B05311AF9C4.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\F01326692CC5736EBAC31B9FC2381CF2.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\F019C9391A5436446565E5387F8D40F3.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\F336EBDB8F62046A5B240BEC423C66AE.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\F3CB7B0CECA2F96BB3D5D793AB289A7E.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\F4435AEA464BC7FDBC71874B22654E13.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\F4ED5B1E83A9BA23DFFC642F15E956C6.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\F51AA40F681EC94C48B23E82550A256B.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\F63F13AA562AD44545D8E1F6A1E1976C.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\F69E55BC01BC69AEBAF0BB5906A4C7C3.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\F81E6BEBC3067C406E6C491608474198.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\F8B693CC7717DC87A81D52BE93311399.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\F9E9CFDC33D74D11FE27B18124F14BDA.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\FAAD7D567E76CAB10704AFD7C0488F23.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\FEAB0C4FD3B7FE59D03A5D127A28EDFD.mof
Usuni©ty plik - C:\Windows\System32\Wbem\AutoRecover\FEDCF0C5E194376CBD64963452F9A8E1.mof
WMI repository reset failed
Error code:  0x8007007E

Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\as.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\fw.mof
MOF file has been successfully parsed
Storing data in the repository...
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\nvidia\displaydriver\341.92\win8_winvista_win7_64\international\display.optimus\acpigold.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\nvidia\displaydriver\341.92\win8_winvista_win7_64\international\display.optimus\acpigold.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\nvidia\displaydriver\341.95\win8_winvista_win7_64\international\display.optimus\acpigold.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\nvidia\displaydriver\341.95\win8_winvista_win7_64\international\display.optimus\acpigold.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\dmix\uninst\diboot.mof
MOF file has been successfully parsed
Storing data in the repository...
An error occurred while processing item 2:
0X80041002 Class, instance, or property 'IANet_BootAgent' was not found.
Compiler returned error 0x80041002Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\dmix\uninst\dicore.mof
MOF file has been successfully parsed
Storing data in the repository...
An error occurred while processing item 2:
0X80041002 Class, instance, or property 'IANet_PhysicalEthernetAdapter' was not found.
Compiler returned error 0x80041002Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\dmix\uninst\didiag.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\dmix\uninst\didiag.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\dmix\uninst\diteam.mof
MOF file has been successfully parsed
Storing data in the repository...
An error occurred while processing item 2:
0X80041002 Class, instance, or property 'IANet_LogicalEthernetAdapter' was not found.
Compiler returned error 0x80041002Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\dmix\uninst\divlan.mof
MOF file has been successfully parsed
Storing data in the repository...
An error occurred while processing item 2:
0X80041002 Class, instance, or property 'IANet_VLAN' was not found.
Compiler returned error 0x80041002Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\dmix\uninst\dncs2cm.mof
MOF file has been successfully parsed
Storing data in the repository...
An error occurred while processing item 2:
0X80041002 Class, instance, or property 'CIM_DiagnosticSettingForTest' was not found.
Compiler returned error 0x80041002Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\diboot.mof
MOF file has been successfully parsed
Storing data in the repository...
An error occurred while processing item 2:
0X80041002 Class, instance, or property 'IANet_BootAgent' was not found.
Compiler returned error 0x80041002Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\dicore.mof
MOF file has been successfully parsed
Storing data in the repository...
An error occurred while processing item 2:
0X80041002 Class, instance, or property 'IANet_PhysicalEthernetAdapter' was not found.
Compiler returned error 0x80041002Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\didiag.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\didiag.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\dncs2cm.mof
MOF file has been successfully parsed
Storing data in the repository...
An error occurred while processing item 2:
0X80041002 Class, instance, or property 'CIM_DiagnosticSettingForTest' was not found.
Compiler returned error 0x80041002Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\ibootln.mof
MOF file has been successfully parsed
Storing data in the repository...
An error occurred while creating object 1 defined on lines 4 - 20:
0X80041002 Class, instance, or property 'CIM_BootService' was not found.
Compiler returned error 0x80041002Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\icmln.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\icmln.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\icoreln.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\icoreln.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\idiagln.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\idiagln.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\iteamln.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\iteamln.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\ivlanln.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\ivlanln.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\ibootchs.mfl
MOF file has been successfully parsed
Storing data in the repository...
An error occurred while creating object 2 defined on lines 6 - 22:
0X80041002 Class, instance, or property 'CIM_BootService' was not found.
Compiler returned error 0x80041002Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\ibootcht.mfl
MOF file has been successfully parsed
Storing data in the repository...
An error occurred while creating object 2 defined on lines 6 - 22:
0X80041002 Class, instance, or property 'CIM_BootService' was not found.
Compiler returned error 0x80041002Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\ibootdeu.mfl
MOF file has been successfully parsed
Storing data in the repository...
An error occurred while creating object 2 defined on lines 6 - 22:
0X80041002 Class, instance, or property 'CIM_BootService' was not found.
Compiler returned error 0x80041002Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\ibootenu.mfl
MOF file has been successfully parsed
Storing data in the repository...
An error occurred while creating object 2 defined on lines 6 - 22:
0X80041002 Class, instance, or property 'CIM_BootService' was not found.
Compiler returned error 0x80041002Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\ibootesn.mfl
MOF file has been successfully parsed
Storing data in the repository...
An error occurred while creating object 2 defined on lines 6 - 22:
0X80041002 Class, instance, or property 'CIM_BootService' was not found.
Compiler returned error 0x80041002Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\ibootfra.mfl
MOF file has been successfully parsed
Storing data in the repository...
An error occurred while creating object 2 defined on lines 6 - 22:
0X80041002 Class, instance, or property 'CIM_BootService' was not found.
Compiler returned error 0x80041002Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\ibootita.mfl
MOF file has been successfully parsed
Storing data in the repository...
An error occurred while creating object 2 defined on lines 6 - 22:
0X80041002 Class, instance, or property 'CIM_BootService' was not found.
Compiler returned error 0x80041002Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\ibootjpn.mfl
MOF file has been successfully parsed
Storing data in the repository...
An error occurred while creating object 2 defined on lines 6 - 22:
0X80041002 Class, instance, or property 'CIM_BootService' was not found.
Compiler returned error 0x80041002Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\ibootkor.mfl
MOF file has been successfully parsed
Storing data in the repository...
An error occurred while creating object 2 defined on lines 6 - 22:
0X80041002 Class, instance, or property 'CIM_BootService' was not found.
Compiler returned error 0x80041002Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\ibootptb.mfl
MOF file has been successfully parsed
Storing data in the repository...
An error occurred while creating object 2 defined on lines 6 - 22:
0X80041002 Class, instance, or property 'CIM_BootService' was not found.
Compiler returned error 0x80041002Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\icmchs.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\icmchs.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\icmcht.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\icmcht.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\icmdeu.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\icmdeu.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\icmenu.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\icmenu.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\icmesn.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\icmesn.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\icmfra.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\icmfra.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\icmita.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\icmita.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\icmjpn.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\icmjpn.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\icmkor.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\icmkor.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\icmptb.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\icmptb.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\icorechs.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\icorechs.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\icorecht.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\icorecht.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\icoredeu.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\icoredeu.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\icoreenu.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\icoreenu.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\icoreesn.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\icoreesn.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\icorefra.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\icorefra.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\icoreita.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\icoreita.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\icorejpn.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\icorejpn.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\icorekor.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\icorekor.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\icoreptb.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\icoreptb.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\idiagchs.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\idiagchs.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\idiagcht.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\idiagcht.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\idiagdeu.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\idiagdeu.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\idiagenu.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\idiagenu.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\idiagesn.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\idiagesn.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\idiagfra.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\idiagfra.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\idiagita.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\idiagita.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\idiagjpn.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\idiagjpn.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\idiagkor.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\idiagkor.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\idiagptb.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\idiagptb.mfl does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Microsoft (R) MOF Compiler Version 6.3.9600.16406
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: c:\program files\intel\ncs2\wmiprov\mof\iteamchs.mfl
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File c:\program files\intel\ncs2\wmiprov\mof\iteamchs.mfl does not contain #PRAGMA AUTORECOVER.
If the WM
« Last Edit: May 30, 2016, 12:13:47 pm by makinero »

Offline Boggin

  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Jul 2014
  • Posts: 10182
  • Location: UK
  • Karma: 122
    • View Profile
Re: Task Scheduler (bug)
« Reply #15 on: May 30, 2016, 12:10:36 pm »
I've emailed Shane with a link to this thread, but using the program's registry restore facility should take you back to before you ran WR.