0
Windows 7 bilgisayarım açılırken veya kapanırken aşağıdaki hata mesajını alıyorum:
Event filter with query "SELECT * FROM __InstanceModificationEvent WITHIN 60 WHERE TargetInstance ISA "Win32_Processor" AND TargetInstance.LoadPercentage > 99" could not be reactivated in namespace "//./root/CIMV2" because of error 0x80041003. Events cannot be delivered through this filter until the problem is corrected.
Error 0x80041003. Events cannot be delivered through this filter until the problem is corrected. hatasını nasıl çözerim?
0
Error 0x80041003. Events cannot be delivered through this filter until the problem is corrected. hatasını çözmek için aşağıdaki işlemleri yapmalısınız.
strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" _ & strComputer & "\root\subscription") Set obj1 = objWMIService.Get("__EventFilter.Name='BVTFilter'") set obj2set = obj1.Associators_("__FilterToConsumerBinding") set obj3set = obj1.References_("__FilterToConsumerBinding") For each obj2 in obj2set WScript.echo "Deleting the object" WScript.echo obj2.GetObjectText_ obj2.Delete_ next For each obj3 in obj3set WScript.echo "Deleting the object" WScript.echo obj3.GetObjectText_ obj3.Delete_ next WScript.echo "Deleting the object" WScript.echo obj1.GetObjectText_ obj1.Delete_
Bu işlemlerden sonra Başlat > Denetim Masası >Yönetimsel Araçlar yolunu izleyin.
Olay görüntüleyiciyi tıklayın. Windows Günlüğü altındaki Uygulama, Güvenlik, Kur, Sistem, İletilen olayların her birini sağ tuşla tıklayın ve Günlüğü temizleyi tıklayın.
0
Cevap yazabilmek için üye girişi yapmalısınız.
Eğer uzmanim.net üyesiyseniz giriş yapabilirsiniz: üye girişi yap
uzmanim.net'e üye olmak çok kolaydır: hemen kayıt ol