[WinXP SP2] Kan proces niet beëindigen in de taskmanager.

Pagina: 1
Acties:
  • 179 views sinds 30-01-2008
  • Reageer

  • Balachmar
  • Registratie: Mei 2002
  • Laatst online: 21-03 16:52

Balachmar

The truth is out there

Topicstarter
Ik heb een proces, IExplorer.exe dat is gaan hangen en erg veel cpu vreet. Spy Bot S&D geeft aan dat er niets aan de hand moet zijn. maar daar gaat het eigenlijk niet eens om.
Ik wil het proces beëindigen via de taskmanager, maar het lukt niet. End process of process tree doet niets. Ik heb wel een paar keer gehad, dat hij dan zei dat er een proces hing en of ik die wilde afsluiten en een error raport wilde sturen. En ik zeg dan sluit af en (pleur op met je error raport) ook met error-raport sluit ie hem toch niet af.

Hoe kun je dan nog een proces afsluiten? Reboot werkt, maar af en toe doet ie het gewoon weer (vandaag al de derde keer, ik wil niet telkens rebooten)

Systeempje; Ballaida of Avalon in GuildWars


  • Svennos86
  • Registratie: Oktober 2004
  • Laatst online: 26-04-2023
ik heb daar een tooltje voor, pskill.exe

moet je even ergens zoeken (google of hier op GoT)

moet je runnen vanuit een command prompt. en dan kan je procesnaam opgeven en dan killed ie die. werkt bij alle processen.

EDIT: kijk, op meen presenteerblaadje... met uitleg

uitleg
klikkerdeklikklik

Download:
download

[ Voor 72% gewijzigd door Svennos86 op 10-11-2004 12:15 ]


  • Balachmar
  • Registratie: Mei 2002
  • Laatst online: 21-03 16:52

Balachmar

The truth is out there

Topicstarter
nou, dat googlen enzo ging wel. Heb het nu ook geprobeerd, hij zegt dat ie het proces killed, maar het proces is er nog. Wat wel is, is dat ik het bestandje rechtstreeks run, omdat wil ie in het path zitten, ik mijn pc moet rebooten. Dan kan ik het niet meer testen...

Nog wel bedankt voor het presenteerblaadje hoor :+

[ Voor 10% gewijzigd door Balachmar op 10-11-2004 12:28 ]

Systeempje; Ballaida of Avalon in GuildWars


  • Balachmar
  • Registratie: Mei 2002
  • Laatst online: 21-03 16:52

Balachmar

The truth is out there

Topicstarter
ok, toch reboot. maar dat maakt eigenlijk niets uit ben ik achtergekomen. het path was nog niet helemaal goed. maar pskill blijkt dus niet te werken...
IEXPLORE.EXE blijft lekker bestaan ook al zeg ik dat hij dood moet...

Systeempje; Ballaida of Avalon in GuildWars


  • roelio
  • Registratie: Februari 2001
  • Niet online

roelio

fruitig, en fris.

Blijft hetzelfde proces bestaan, of wordt ie meteen nadat je em killt weer opnieuw opgestart? (check eventueel de processortijd of de PID)

Probeer eens in een CMD prompt:

taskkill /fi "imagename eq iexplore*"

[ Voor 16% gewijzigd door roelio op 10-11-2004 14:29 ]

AMD Phenom II X4 // 8 GB DDR2 // SAMSUNG 830 SSD // 840 EVO SSD // Daar is Sinterklaas alweer!!


  • Svennos86
  • Registratie: Oktober 2004
  • Laatst online: 26-04-2023
heeft pskill.exe niet geholpen??? dat werkt altijd bij mij, nooit mislukt..

raar :/

  • Balachmar
  • Registratie: Mei 2002
  • Laatst online: 21-03 16:52

Balachmar

The truth is out there

Topicstarter
heel raar, dat proces blijft gewoon bestaan.
ook het taskkill commando werkt niet.
Het is niet zo, dat hij snel weer een nieuwe op start. dat weet ik zeker!

edit:

het zijn er nu ondertussen meer dan 1 geworden...

[ Voor 19% gewijzigd door Balachmar op 10-11-2004 14:52 ]

Systeempje; Ballaida of Avalon in GuildWars


  • The_Savage
  • Registratie: November 2004
  • Laatst online: 10-05-2021

The_Savage

wEiRd

Je kunt even controleren met Process Explorer van http://www.sysinternals.com/ntw2k/freeware/procexp.shtm.
l
Op die manier kun je snel opzoeken wat dat process draaiende houd. (IExplorer.exe heb ik trouwens nog nooit van gehoord, hoop dat je iexplore.exe bedoelt ;)) --> moet volgende keer beter lezen :X

Hoop dat je er iets aan hebt !

[ Voor 7% gewijzigd door The_Savage op 10-11-2004 14:57 ]


  • Balachmar
  • Registratie: Mei 2002
  • Laatst online: 21-03 16:52

Balachmar

The truth is out there

Topicstarter
omdat ik niet goed weet wat ik moet doen met de output, post ik hem hier maar...
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
Process PID CPU Description Company Name
System Idle Process 0           
 Interrupts n/a     Hardware Interrupts 
 DPCs   n/a     Deferred Procedure Calls    
 System 4           
  smss.exe  752     Windows NT Session Manager  Microsoft Corporation
   csrss.exe    816     Client Server Runtime Process   Microsoft Corporation
   winlogon.exe 840     Windows NT Logon Application    Microsoft Corporation
    services.exe    884     Services and Controller app Microsoft Corporation
     svchost.exe    1048        Generic Host Process for Win32 Services Microsoft Corporation
      naPrdMgr.exe  648     NAI Product Manager Network Associates, Inc.
     svchost.exe    1104        Generic Host Process for Win32 Services Microsoft Corporation
     svchost.exe    1192        Generic Host Process for Win32 Services Microsoft Corporation
     svchost.exe    1240        Generic Host Process for Win32 Services Microsoft Corporation
     svchost.exe    1316        Generic Host Process for Win32 Services Microsoft Corporation
     spoolsv.exe    1704        Spooler SubSystem App   Microsoft Corporation
     cisvc.exe  476     Content Index service   Microsoft Corporation
      cidaemon.exe  2780        Indexing Service filter daemon  Microsoft Corporation
     kpf4ss.exe 512     Kerio Personal Firewall 4 - Service Kerio Technologies
      kpf4gui.exe   696     Kerio Personal Firewall 4 - GUI Kerio Technologies
      kpf4gui.exe   2480        Kerio Personal Firewall 4 - GUI Kerio Technologies
     FrameworkService.exe   548     Framework Service   Network Associates, Inc.
     Mcshield.exe   592     On-Access Scanner service   Network Associates, Inc.
     VsTskMgr.exe   1336        Task Manager : scheduling and OAS alerting service  Network Associates, Inc.
     MDM.EXE    1352        Machine Debug Manager   Microsoft Corporation
     mysqld-nt.exe  1448            
     sobsvc.exe 1552        SOB Client Service Executable   Seventeen or Bust
      sb.exe    1820            
     SMAgent.exe    1812        SoundMAX service agent component    Analog Devices, Inc.
     alg.exe    1608        Application Layer Gateway Service   Microsoft Corporation
     iPodService.exe    2392        iPodService Module  Apple Computer, Inc.
    lsass.exe   896     LSA Shell (Export Version)  Microsoft Corporation
    taskmgr.exe 304     Windows TaskManager Microsoft Corporation
shstat.exe  360     On-access scanner statistics    Network Associates, Inc.
UpdaterUI.exe   1228        Common User Interface   Network Associates, Inc.
TBMon.exe   1744        TalkBack Monitor    Network Associates, Inc.
SMTray.exe  812     SoundMAX System Tray    Analog Devices, Inc.
igfxtray.exe    1172        igfxTray Module Intel Corporation
hkcmd.exe   1588        hkcmd Module    Intel Corporation
Hcontrol.exe    1636        HControl    
 ATKOSD.exe 3436        ATKOSD  
BatteryLife.exe 1780        BatteryLife ASUSTeK Computer Inc.
jusched.exe 2068            
daemon.exe  2104        Virtual DAEMON Manager  DAEMON'S HOME
SynTPLpr.exe    2156        TouchPad Driver Helper Application  Synaptics, Inc.
SynTPEnh.exe    2196        Synaptics TouchPad Enhancements Synaptics, Inc.
iTunesHelper.exe    2236        iTunesHelper Module Apple Computer, Inc.
qttask.exe  2268            Apple Computer, Inc.
ctfmon.exe  2296        CTF Loader  Microsoft Corporation
msnmsgr.exe 2328        MSN Messenger   Microsoft Corporation
GoogleDesktop.exe   2376            
 GoogleDesktopIndex.exe 3736            
 GoogleDesktopCrawl.exe 3948            
winmysqladmin.exe   2472        Administrator Tool for Win32    MySQL AB
ggviewer81-51.exe   3560        Google Deskbar  Google
IEXPLORE.EXE    3524        Internet Explorer   Microsoft Corporation
IEXPLORE.EXE    3784        Internet Explorer   Microsoft Corporation
IEXPLORE.EXE    2740    94  Internet Explorer   Microsoft Corporation
cmd.exe 3024        Windows Command Processor   Microsoft Corporation
firefox.exe 2576        Firefox Mozilla
 WinRAR.exe 2528            
  procexp.exe   236 6   Sysinternals Process Explorer   Sysinternals
mmc.exe 2112        Microsoft Management Console    Microsoft Corporation
mmc.exe 4088        Microsoft Management Console    Microsoft Corporation

Process: IEXPLORE.EXE Pid: 2740

Type    Name
Desktop \Default
Directory   \Windows
Directory   \BaseNamedObjects
Directory   \KnownDlls
Event   \BaseNamedObjects\_GD_Network_Event
Event   \BaseNamedObjects\crypt32LogoffEvent
Event   \BaseNamedObjects\VSE7_UnloadENGEvent
Event   \BaseNamedObjects\VSE7_ReloadENGEvent
Event   \BaseNamedObjects\userenv:  User Profile setup event
Event   \BaseNamedObjects\VSE7_ReloadDATEvent
Event   \BaseNamedObjects\{C0AC2E5C-1014-460E-86B5-B6BE58EC6549}
Event   \BaseNamedObjects\mixercallback
Event   \BaseNamedObjects\hardwaremixercallback
File    C:\Documents and Settings\XXXXXXX\Local Settings\Temporary Internet Files\Content.IE5\index.dat
File    C:\Documents and Settings\XXXXXXX\Cookies\index.dat
File    C:\Documents and Settings\XXXXXXX\Local Settings\History\History.IE5\index.dat
File    C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9
File    C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9
File    C:\Program Files\Adobe\Acrobat 6.0\Reader\ActiveX\AcroIEHelper.dll
File    C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9
File    \Device\Afd\Endpoint
File    \Device\WS2IFSL\NifsPvd
File    \Device\WS2IFSL\NifsSct
File    \Device\Udp
File    \Device\Tcp
File    C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9
File    \Device\NamedPipe\ROUTER
File    \Device\Tcp
File    \Device\Tcp
File    \Device\Ip
File    \Device\Ip
File    \Device\Ip
File    \Device\NamedPipe\ROUTER
File    \Device\NaiAvFilter1
File    \Device\WMIDataDevice
File    \Device\WMIDataDevice
File    \Device\WS2IFSL\NifsSct
File    \Device\Tcp
File    \Device\KsecDD
File    \Device\Afd\AsyncConnectHlp
File    \Device\WS2IFSL\NifsSct
File    C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9
File    C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9
File    \Dfs
File    C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9
File    \Device\Afd\Endpoint
File    C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9
File    C:\Documents and Settings\XXXXXXX\Local Settings\Application Data\Microsoft\Media Player\CurrentDatabase_59R.wmdb
File    C:\Documents and Settings\XXXXXXX\Favorites
File    C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9
File    \Device\WS2IFSL\NifsSct
File    C:\Documents and Settings\XXXXXXX\Local Settings\Temporary Internet Files\Content.IE5\GMHLVTB4\breedband[1].htm
File    C:\Documents and Settings\XXXXXXX\Local Settings\Temporary Internet Files\Content.IE5\6J5LV2RD\breedband[1].htm
File    C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9
File    \Device\WS2IFSL\NifsSct
File    C:\WINDOWS\system32\wmp.dll
File    C:\WINDOWS\system32\stdole2.tlb
File    \Device\KsecDD
File    \Device\KsecDD
File    C:\Documents and Settings\XXXXXXX\Local Settings\Application Data\Microsoft\Windows Media\9.0\WMSDKNS.DTD
File    C:\Documents and Settings\XXXXXXX\Local Settings\Application Data\Microsoft\Windows Media\9.0\WMSDKNSD.XML
File    C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9
File    \Device\Afd\Endpoint
File    \Device\WS2IFSL\NifsSct
File    \Device\Tcp
File    C:\Documents and Settings\XXXXXXX\Desktop
File    \Device\Afd\AsyncSelectHlp
File    \Device\Tcp
File    \Device\Tcp
File    C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9
File    C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9
File    \Device\KsecDD
File    \Device\KSENUM#00000001\{9B365890-165F-11D0-A195-0020AFD156E4}
File    \Device\KSENUM#00000002\{9B365890-165F-11D0-A195-0020AFD156E4}
File    \Device\KSENUM#00000002\{9B365890-165F-11D0-A195-0020AFD156E4}\{146F1A80-4791-11D0-A5D6-28DB04C10000}\???????
File    C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9
Key HKCR
Key HKLM\SOFTWARE\Microsoft\COM3
Key HKU
Key HKLM\SOFTWARE\Microsoft\COM3
Key HKLM\SOFTWARE\Microsoft\COM3
Key HKCR\CLSID
Key HKCU\Software\Microsoft\Internet Explorer\Security\P3Global
Key HKCU\Software\Classes
Key HKCU\Software\Microsoft\Internet Explorer\Security\P3Sites
Key HKCU\Software\Microsoft\Windows\ShellNoRoam
Key HKCU\Software\Microsoft\Windows\ShellNoRoam\Bags\19\Shell
Key HKCU\Software\Classes
Key HKLM\SOFTWARE\Microsoft\Windows\Shell
Key HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap
Key HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap
Key HKCU\Software\Classes
Key HKCU\Software\Classes
Key HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer
Key HKCU\Software\Classes
Key HKCU\Software\Classes
Key HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU
Key HKCU\Software\Microsoft\Internet Explorer\TypedURLs
Key HKCU\Software\Classes
Key HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts
Key HKCU\Software\Classes
Key HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}
Key HKCU\Software\Classes
Key HKCU\Software\Classes
Key HKCU\Software\Classes
Key HKLM\SYSTEM\Setup
Key HKCU\Software\Classes
Key HKLM\SOFTWARE\Microsoft\Internet Explorer\Extensions\{08B0E5C0-4FCB-11CF-AAA5-00401C608501}
Key HKLM\SOFTWARE\Microsoft\Internet Explorer\Extensions\{92780B25-18CC-41C8-B9BE-3C9C571A8263}
Key HKLM\SYSTEM\ControlSet001\Services\WinSock2\Parameters\Protocol_Catalog9
Key HKLM\SYSTEM\ControlSet001\Services\WinSock2\Parameters\NameSpace_Catalog5
Key HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap
Key HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap
Key HKCU\Software\Classes
Key HKLM
Key HKCU\Software\Google\Google Desktop
Key HKCU\Software\Classes
Key HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32
Key HKLM\SOFTWARE\Microsoft\Tracing\RASAPI32
Key HKLM\SYSTEM\ControlSet001\Services\Tcpip\Linkage
Key HKLM\SYSTEM\ControlSet001\Services\Tcpip\Parameters
Key HKLM\SYSTEM\ControlSet001\Services\NetBT\Parameters\Interfaces
Key HKLM\SYSTEM\ControlSet001\Services\NetBT\Parameters
Key HKCU\Software\Classes
Key HKCU\Software\Classes
Key HKCU\Software\Classes
Key HKCU\Software\Classes
Key HKU
Key HKCU
Key HKLM\SYSTEM\ControlSet001\Hardware Profiles\0001
Key HKCU\Software\Microsoft\Windows NT\CurrentVersion\Network\Location Awareness
Key HKCU\Software\Classes
Key HKLM\SOFTWARE\Network Associates\TVD\Shared Components\On Access Scanner\ScriptScan
Key HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32
Key HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap
Key HKCU\Software\Classes
Key HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap
Key HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap
Key HKCU\Software\Classes
Key HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap
Key HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap
Key HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap
Key HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap
Key HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings
Key HKCU\Software\Classes
Key HKCU\Software\Classes
Key HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap
Key HKCU\Software\Classes
Key HKCU\Software\Classes
Key HKCU\Software\Classes
Key HKCU\Software\Classes
Key HKLM\SYSTEM\ControlSet001\Control\Nls\Locale
Key HKCU\Software\Classes
Key HKLM\SYSTEM\ControlSet001\Control\Nls\Locale\Alternate Sorts
Key HKLM\SYSTEM\ControlSet001\Control\Nls\Language Groups
Key HKCU\Software\Classes
Key HKCU
Key HKCU\Software\Classes
Key HKCU\Software\Classes
Key HKCU\Software\Classes
Key HKCU\Software\Microsoft\MediaPlayer\Preferences
Key HKCU\Software\Microsoft\Windows\ShellNoRoam\MUICache
Key HKCU\Software\Classes
Key HKCR\Applications\MSPUB.EXE
Key HKCR\Excel.Sheet.8
Key HKLM\SYSTEM\ControlSet001\Control\NetworkProvider\HwOrder
Key HKCU\Software\Classes
Key HKCU\Software\Classes
Key HKCU\Software\Classes
Key HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\{75048700-EF1F-11D0-9888-006097DEACF9}\Count
Key HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\{5E6AB780-7743-11CF-A12B-00AA004AE837}\Count
Key HKLM\SYSTEM\ControlSet001\Control\Nls\CodePage
Key HKCU\Software\Microsoft\Windows\ShellNoRoam\Bags\19\Shell
Key HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap
Key HKCU\Software\Microsoft\MediaPlayer\Health\{C0AC2E5C-1014-460E-86B5-B6BE58EC6549}
Key HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap
Key HKCU\Software\Microsoft\MediaPlayer\Preferences
Key HKCU\Software\Classes
Key HKCR\Applications\notepad.exe
Key HKCU\Software\Classes
Key HKCR\Word.Document.8
Key HKCU\Software\Classes
Key HKCU\Software\Classes
Key HKCU\Software\Classes
Key HKLM\SYSTEM\ControlSet001\Control\SecurityProviders\WDigest
Key HKCU\Software\Classes
Key HKCU\Software\Classes
Key HKCU\Software\Classes
Key HKCU\Software\Classes
Key HKCU\Software\Classes
Key HKLM\SOFTWARE\Microsoft\MediaPlayer\Preferences
Key HKCU\Software\Classes
Key HKCU\Software\Classes
Key HKCU\Software\AC3Filter\matrix\_default
Key HKCU\Software\AC3Filter\delay\_default
Key HKCU\Software\AC3Filter\equalizer\_default
Key HKCU\Software\AC3Filter\preset\_default
Key HKCU\Software\Classes
Key HKLM\SYSTEM\ControlSet001\Hardware Profiles\0001\System\CurrentControlSet\Enum\PCI\VEN_8086&DEV_24C5&SUBSYS_18031043&REV_03\3&267a616a&0&FD
Key HKLM\SYSTEM\ControlSet001\Hardware Profiles\0001\System\CurrentControlSet\Enum\PCI\VEN_8086&DEV_24C5&SUBSYS_18031043&REV_03\3&267a616a&0&FD\DirectSound
Key HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer
Key HKCR
Key HKCU\Software\Classes
Key HKLM\SOFTWARE\Microsoft\COM3
Key HKU
Key HKCR
Key HKU
Key HKLM\SOFTWARE\Microsoft\COM3
Key HKLM\SOFTWARE\Microsoft\COM3
Key HKCR\CLSID
KeyedEvent  \KernelObjects\CritSecOutOfMemoryEvent
Mutant  \BaseNamedObjects\_!MSFTHISTORY!_
Mutant  \BaseNamedObjects\c:!documents and settings!XXXXXXX!local settings!temporary internet files!content.ie5!
Mutant  \BaseNamedObjects\c:!documents and settings!XXXXXXX!cookies!
Mutant  \BaseNamedObjects\c:!documents and settings!XXXXXXX!local settings!history!history.ie5!
Mutant  \BaseNamedObjects\WininetStartupMutex
Mutant  \BaseNamedObjects\WininetConnectionMutex
Mutant  \BaseNamedObjects\WininetProxyRegistryMutex
Mutant  \BaseNamedObjects\ShimCacheMutex
Mutant  \BaseNamedObjects\_GD_Report_Ids_Lock
Mutant  \BaseNamedObjects\_GD_Report_Ids_Lock
Mutant  \BaseNamedObjects\MUTEXkPidExitProcDataNameId
Mutant  \BaseNamedObjects\GoogleDesktopIndex.eim
Mutant  \BaseNamedObjects\_GD_Report_Ids_Lock
Mutant  \BaseNamedObjects\RasPbFile
Mutant  \BaseNamedObjects\MSCTF.Shared.MUTEX.IDB
Mutant  \BaseNamedObjects\MSCTF.GCompartListMUTEX.DefaultS-1-5-21-329068152-152049171-725345543-1003
Mutant  \BaseNamedObjects\{1e3e7504-e42a-4390-be3e-eb89283d4d4d}:sqlce_se_lck:2
Mutant  \BaseNamedObjects\{1e3e7504-e42a-4390-be3e-eb89283d4d4d}:sqlce_se_lck:1
Mutant  \BaseNamedObjects\{1e3e7504-e42a-4390-be3e-eb89283d4d4d}:sqlce_se_lck:3
Mutant  \BaseNamedObjects\{1e3e7504-e42a-4390-be3e-eb89283d4d4d}:sqlce_se_lck:5
Mutant  \BaseNamedObjects\{1e3e7504-e42a-4390-be3e-eb89283d4d4d}:sqlce_se_lck:4
Mutant  \BaseNamedObjects\MSCTF.Shared.MUTEX.IMG
Mutant  \BaseNamedObjects\_!SHMSFTHISTORY!_
Mutant  \BaseNamedObjects\MUTEXkThrottlerDataNameId
Mutant  \BaseNamedObjects\c:_documents and settings_XXXXXXX_local settings_application data_microsoft_media player_currentdatabase_59r.wmdb
Mutant  \BaseNamedObjects\_SHuassist.mtx
Mutant  \BaseNamedObjects\CTF.LBES.MutexDefaultS-1-5-21-329068152-152049171-725345543-1003
Mutant  \BaseNamedObjects\AMResourceMutex2
Mutant  \BaseNamedObjects\CTF.Compart.MutexDefaultS-1-5-21-329068152-152049171-725345543-1003
Mutant  \BaseNamedObjects\CTF.Asm.MutexDefaultS-1-5-21-329068152-152049171-725345543-1003
Mutant  \BaseNamedObjects\MidiMapper_Configure
Mutant  \BaseNamedObjects\MidiMapper_modLongMessage_RefCnt
Mutant  \BaseNamedObjects\DirectSound Administrator shared thread array (lock)
Mutant  \BaseNamedObjects\CTF.Layouts.MutexDefaultS-1-5-21-329068152-152049171-725345543-1003
Mutant  \BaseNamedObjects\CTF.TMD.MutexDefaultS-1-5-21-329068152-152049171-725345543-1003
Mutant  \BaseNamedObjects\CTF.TimListCache.FMPDefaultS-1-5-21-329068152-152049171-725345543-1003MUTEX.DefaultS-1-5-21-329068152-152049171-725345543-1003
Mutant  \BaseNamedObjects\SynTPFcsMutex
Mutant  \BaseNamedObjects\{1e3e7504-e42a-4390-be3e-eb89283d4d4d}:sqlce_se_lck:6
Mutant  \BaseNamedObjects\{1e3e7504-e42a-4390-be3e-eb89283d4d4d}:sqlce_se_lck:7
Port    \RPC Control\OLECD32ACD61E104D4F9FE4A6AC6E68
Process IEXPLORE.EXE(2740)
Section \BaseNamedObjects\__R_000000000007_SMem__
Section \BaseNamedObjects\C:_Documents and Settings_XXXXXXX_Local Settings_Temporary Internet Files_Content.IE5_index.dat_278528
Section \BaseNamedObjects\C:_Documents and Settings_XXXXXXX_Local Settings_History_History.IE5_index.dat_2031616
Section \BaseNamedObjects\C:_Documents and Settings_XXXXXXX_Cookies_index.dat_114688
Section \BaseNamedObjects\UrlZonesSM_XXXXXXX
Section \BaseNamedObjects\ShimSharedMemory
Section \BaseNamedObjects\kPidExitProcDataNameId
Section \BaseNamedObjects\GoogleDesktopIndex.emn
Section \BaseNamedObjects\MSCTF.GCompartListSFM.DefaultS-1-5-21-329068152-152049171-725345543-1003
Section \BaseNamedObjects\SENS Information Cache
Section \BaseNamedObjects\MSCTF.Shared.SFM.IDB
Section \BaseNamedObjects\CTF.LayoutsCache.FMPDefaultS-1-5-21-329068152-152049171-725345543-1003
Section \BaseNamedObjects\MSCTF.Shared.SFM.IMG
Section \BaseNamedObjects\c:_documents and settings_XXXXXXX_local settings_application data_microsoft_media player_currentdatabase_59r.wmdb:sqlce_se_mem
Section \BaseNamedObjects\kThrottlerDataNameId
Section \BaseNamedObjects\MSIMGSIZECacheMap
Section \BaseNamedObjects\VIDEOMEMORY
Section \BaseNamedObjects\AMResourceMapping2-0x0000-0x0000051e
Section \BaseNamedObjects\CiceroSharedMemDefaultS-1-5-21-329068152-152049171-725345543-1003
Section \BaseNamedObjects\mmGlobalPnpInfo
Section \BaseNamedObjects\WDMAUD_Callbacks
Section \BaseNamedObjects\DirectSound Administrator shared thread array
Section \BaseNamedObjects\CTF.TimListCache.FMPDefaultS-1-5-21-329068152-152049171-725345543-1003SFM.DefaultS-1-5-21-329068152-152049171-725345543-1003
Section \BaseNamedObjects\SynTPFcsMemMap
Semaphore   \BaseNamedObjects\shell.{090851A5-EB96-11D2-8BE4-00C04FA31A66}
Semaphore   \BaseNamedObjects\shell._ie_sessioncount
Semaphore   \BaseNamedObjects\shell.{A48F1A32-A340-11D1-BC6B-00A0C90312E1}
Semaphore   \BaseNamedObjects\shell.{A48F1A32-A340-11D1-BC6B-00A0C90312E1}
Semaphore   \BaseNamedObjects\shell.{210A4BA0-3AEA-1069-A2D9-08002B30309D}
Semaphore   \BaseNamedObjects\shell.{6D5313C0-8C62-11D1-B2CD-006097DF8C11}
Semaphore   \BaseNamedObjects\shell.{A48F1A32-A340-11D1-BC6B-00A0C90312E1}
Semaphore   \BaseNamedObjects\shell.{7CB834F0-527B-11D2-9D1F-0000F805CA57}
Thread  IEXPLORE.EXE(2740): 1736
Thread  IEXPLORE.EXE(2740): 1736
Thread  IEXPLORE.EXE(2740): 1756
Thread  IEXPLORE.EXE(2740): 1768
Thread  IEXPLORE.EXE(2740): 1756
Thread  IEXPLORE.EXE(2740): 1756
Thread  IEXPLORE.EXE(2740): 1828
Thread  IEXPLORE.EXE(2740): 2372
Thread  IEXPLORE.EXE(2740): 2128
Thread  IEXPLORE.EXE(2740): 2136
Thread  IEXPLORE.EXE(2740): 3428
Thread  IEXPLORE.EXE(2740): 3428
Thread  IEXPLORE.EXE(2740): 3428
Thread  IEXPLORE.EXE(2740): 2140
Thread  IEXPLORE.EXE(2740): 2184
Thread  IEXPLORE.EXE(2740): 2204
Thread  IEXPLORE.EXE(2740): 2336
Thread  IEXPLORE.EXE(2740): 2368
Thread  IEXPLORE.EXE(2740): 3320
Thread  IEXPLORE.EXE(2740): 2676
Thread  IEXPLORE.EXE(2740): 3860
Thread  IEXPLORE.EXE(2740): 3320
Thread  IEXPLORE.EXE(2740): 2652
Thread  IEXPLORE.EXE(2740): 2688
Thread  IEXPLORE.EXE(2740): 2696
Thread  IEXPLORE.EXE(2740): 2700
Thread  IEXPLORE.EXE(2740): 2988
Thread  IEXPLORE.EXE(2740): 2716
Thread  IEXPLORE.EXE(2740): 2732
Thread  IEXPLORE.EXE(2740): 2988
Thread  IEXPLORE.EXE(2740): 2988
Thread  IEXPLORE.EXE(2740): 2700
Thread  IEXPLORE.EXE(2740): 3984
Thread  IEXPLORE.EXE(2740): 4076
Thread  IEXPLORE.EXE(2740): 3984
Thread  IEXPLORE.EXE(2740): 1828
Thread  IEXPLORE.EXE(2740): 2696
Thread  IEXPLORE.EXE(2740): 2700
Thread  IEXPLORE.EXE(2740): 2700
Thread  IEXPLORE.EXE(2740): 2896
Thread  IEXPLORE.EXE(2740): 2948
Thread  IEXPLORE.EXE(2740): 936
Thread  IEXPLORE.EXE(2740): 2952
Thread  IEXPLORE.EXE(2740): 2896
Thread  IEXPLORE.EXE(2740): 2960
Token   WILLEM\XXXXXXX
Token   WILLEM\XXXXXXX
Token   WILLEM\XXXXXXX
WindowStation   \Windows\WindowStations\WinSta0
WindowStation   \Windows\WindowStations\WinSta0


Ik heb alleen alweer moeten rebooten, dus dit proces is er niet meer...
Maar hetzelfde probleem heeft mij 2 maanden geleden zo gek gekregen dat ik een reinstall heb gedaan...

Systeempje; Ballaida of Avalon in GuildWars


  • Balachmar
  • Registratie: Mei 2002
  • Laatst online: 21-03 16:52

Balachmar

The truth is out there

Topicstarter
update, ik heb nu weer eenzelfde proces, wat ik niet kan afsluiten.

Systeempje; Ballaida of Avalon in GuildWars


Verwijderd

Met Process Explorer van Sysinternals.com (gratis util) kun je elk proces tonen en die kun je (met rechtsklik) googelen, killen, suspenden enz.
Via het menu Tools kun je zelfs de Taskmanager vervangen door dit programma.

  • Balachmar
  • Registratie: Mei 2002
  • Laatst online: 21-03 16:52

Balachmar

The truth is out there

Topicstarter
De output die je daar zit, is van process explorer.
probleem is, dat ik het proces niet kan killen. niet vanuit de taskmanager, niet vanuit process explorer, niet via de command line (zoals hierboven beschreven staat), niet via pskill...
echt heel vreemd...

Systeempje; Ballaida of Avalon in GuildWars


  • Balachmar
  • Registratie: Mei 2002
  • Laatst online: 21-03 16:52

Balachmar

The truth is out there

Topicstarter
Zelfs firefox heeft hetzelfde probleem... als ik de zoekfunctie wil gebruiken crasht ie, en nu krijg ik hem ook niet afgesloten...

Systeempje; Ballaida of Avalon in GuildWars


  • neevedr
  • Registratie: November 2002
  • Laatst online: 19:39

neevedr

Dat was ik niet!

Heb je je pc al op SpyWare gecontrolleerd?

  • Balachmar
  • Registratie: Mei 2002
  • Laatst online: 21-03 16:52

Balachmar

The truth is out there

Topicstarter
ja, spybot search and destory vind niets, Adaware vind alles ok. En mijn virusscanner vind ook niets...

Systeempje; Ballaida of Avalon in GuildWars


  • Ventrigo
  • Registratie: Juli 2004
  • Niet online

Ventrigo

Het is zeker mijn tube !

Post je processen is hier. Misschien zie je toch iets over het hoofd wat veel op andere processen lijkt :? . Staat er bij je logboeken niks dat er een error heeft plaats gevonden? Als je dan een eventid hebt kan je even zoeken op www.eventid.net .

Self reflection is the school of wisdom


  • Balachmar
  • Registratie: Mei 2002
  • Laatst online: 21-03 16:52

Balachmar

The truth is out there

Topicstarter
hier boven staat alle info die process explorer gaf over dat proces.
Op dit moment heb ik gelukkig (nog) geen last van zo'n hangend proces.

Systeempje; Ballaida of Avalon in GuildWars

Pagina: 1