Jump to content

MagicAndre1981

Patron
  • Posts

    6,232
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by MagicAndre1981

  1. thanks for the DCOMCNFG.EXE info

  2. thanks for pointing this out. The name is "the user who started the application": INFO: Using DCOM Config (DCOMCNFG.EXE) on Windows NT http://support.microsoft.com/kb/176799
  3. Hi, scenario start="573205" duration="234924701" suspend="72271000" resumecritical="3105483" biosinit="279000" resume="6369000"> as you can see the suspend takes too long. - <suspenddevices start="14857888" duration="57986990"> - <device start="16930071" duration="53884101" name="PCI\VEN_8086&DEV_4229&SUBSYS_11018086&REV_61\4&34ad53c6&0&00E1"> the device VEN_8086, DEV_4229 = Intel® Wireless WiFi Link 4965AGN takes the longest time to suspend. So update the driver, please. Maybe this fixes it. best regards André
  4. you should install the WPT, run processmonitor and run those xperf commands: xperf.exe -on -f kernel.etl xperf.exe -start UserTrace -on Microsoft-Windows-Win32k -f user.etl Now do you slow operations and run this: xperf.exe -stop UserTrace xperf.exe -stop xperf -merge user.etl kernel.etl slow.etl now stop the processmonitor trace and zip all data and share them to us.
  5. Thanks xper, it works now again
  6. I replaced CODE wit CODEBOX, but the preview looks the same so I have not changed my post.
  7. the board theme seams to damage the code tag: they are now nested.
  8. read here how to change it: http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/sysdm_advancd_perform_change_vmpagefile.mspx
  9. try different drivers. For the GeForce 6600 GT try older drivers.
  10. your system is out of RAM. have you changed the pagefile settings?
  11. contact the creator of your Audio device about the DPC issue.
  12. update your nVIDIA driver for the NVIDIA GeForce 6600 GT. Also update the driver wdmqua.sys (QUARTET Audio Driver?) The trace says you use an Intel® Pentium® Dual CPU E2180 @ 2.00GHz, not a Core2Duo. CPU 0 Usage, CPU 1 Usage, usec %, usec %, Module 25192 0.07, 23162 0.07, nvlddmkm.sys 17650 0.05, 18341 0.05, wdmqua.sys
  13. CRITICAL_OBJECT_TERMINATION (f4) - A process or thread crucial to system operation has unexpectedly exited or been terminated. EXCEPTION_RECORD: b98c59d8 -- (.exr 0xffffffffb98c59d8) ExceptionAddress: 7c9350a5 ExceptionCode: c0000006 (In-page I/O error) ExceptionFlags: 00000000 NumberParameters: 3 Parameter[0]: 00000000 Parameter[1]: 7c99c3d8 Parameter[2]: c000009a Inpage operation failed at 7c99c3d8, due to I/O error c000009a // // MessageId: STATUS_INSUFFICIENT_RESOURCES // // MessageText: // // Insufficient system resources exist to complete the API. // #define STATUS_INSUFFICIENT_RESOURCES ((NTSTATUS)0xC000009AL)
  14. after running WindowsUpdates (Patchday) run it again.
  15. your boot is still slow. Make the new optimization from here: http://www.msfn.org/board/index.php?showtopic=140262
  16. remove all useless tweaking and defrag tools and make the optimization again.
  17. Could you support the extraction of Windows Vista/7 updates (MSU/CAB)? You can use expand.exe which is part of Windows.
  18. make the boot trace again and add the following parameter: -postBootDelay 240 this will capture 4miniutes. The shutdown is slow because you enabled the "Tweak" to Clear the page file at shutdown. So set the value ClearPageFileAtShutdown to 0 to fix this: http://support.microsoft.com/kb/314834
  19. Which changes do you make that causes the slowdown?
  20. but only with this guide and the internal defrag tool! No O&O and other crapware!
  21. <timing bootDoneViaExplorer="10054" bootDoneViaPostBoot="27754" osLoaderDuration="5092" Your Windows takes 10s to start to the desktop and 17s to boot completely. The OSloading phase takes too long for your. This is where you see the Windows text: So the driver catalog loading takes too long. <interval name="PreSMSS" startTime="0" endTime="3266" duration="3266"> <interval name="SMSSInit" startTime="3266" endTime="6649" duration="3383"> <interval name="WinlogonInit" startTime="6649" endTime="8866" duration="2216"> <interval name="ExplorerInit" startTime="8866" endTime="10054" duration="1188"> all those boot phases are ok. <interval name="PostExplorerPeriod" startTime="10054" endTime="27754" duration="17700"> the only way to speed up your Windows is to remove application which run at startup. Remove Kaspersky, Tuneup completely and µTorrent from starting when you logon. This is the only way to really speedup Windows. But 17s are very good! André
  22. agree both! It is much better to read.
×
×
  • Create New...