Jump to content

MagicAndre1981

Patron
  • Posts

    6,232
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by MagicAndre1981

  1. I tried the x86 version in a VM. Do you use the x64 version?
  2. I've suggested BM to check the SecureBoot state and display a warning that Aero doesn't work when SecureBoot is enabled because AppInit is disabled: . AppInit_DLLs in Windows 8 and Windows Server 2012 http://support.microsoft.com/kb/2853424/en-us
  3. KB2821895 is a servicing stack update and you should integrate it first. Ms also offers this update on WU separately.
  4. kill DWM.exe with ProxExp/taskmgr. I doubt this. He has a prototype for 8.1.
  5. booting to the UI is slow: - <timing bootDoneViaExplorer="61794" bootDoneViaPostBoot="74194"61s to UI and 64s to be fully booted. First delay happens when Windows hangs scanning the SATA controller pnpObject name="PCI\VEN_8086+DEV_2822+SUBSYS_B0001458+REV_00\3+13c0b0c5+0+FA" type="Device" activity="Enum" startTime="468" endTime="2659" duration="2191" prePendTime="2191" description="Intel(R) ICH8R/ICH9R/ICH10R/DO SATA RAID Controller" friendlyName="" /> prePendTime = driver issue. Get a new Intel driver. The longest delay seams to be caused by Group Policy client: - <notification type="Logon" sessionId="1" startTime="24350" endTime="60083" duration="35734"> <subscriber name="GPClient" startTime="24586" endTime="60045" duration="35460" /> Which GPOs do you apply?
  6. your boot is a bit slow: - <timing bootDoneViaExplorer="41563" bootDoneViaPostBoot="137863"this means 41s to the UI and 127s to fully boot. 2 services seam to be slow: <serviceTransition name="AMD FUEL Service" group="" transition="start" totalTransitionTimeDelta="34521" firstCheckpointTimeDelta="0" processingTimeDelta="34521" container="Fuel.Service.exe /launchService (1900)" startedAt="23545" firstCheckpointedAt="23545" endedAt="58065" /> <serviceTransition name="AntiVirService" group="" transition="start" totalTransitionTimeDelta="32149" firstCheckpointTimeDelta="35" processingTimeDelta="32114" container="avguard.exe (1924)" startedAt="23544" also running all startup tools is extremely slow and causes the longest delay: <interval name="PostExplorerPeriod" startTime="41563" endTime="137863" duration="96300">so cleanup the startup programs
  7. MS announced that the 8.1 RTM is ready: Readying Windows 8.1 for release http://blogs.windows.com/windows/b/bloggingwindows/archive/2013/08/27/readying-windows-8-1-for-release.aspx
  8. why do you want BMs 1.0 if you have a "better" tool?
  9. Some updates are online only and can't be integrated. But without the logs I can't help you
  10. ok, Windows waited for completion, but with an empty adapter this timed out and causes the delay. nice to hear that you fixed it
  11. please update the driver RtsUVStor.sys (Realtek USB card reader driver) and look if this fixes it. I can see this causes a wait.
  12. *do'h* I posted a boot command, not shutdown. Sorry. Try this: xbootmgr -trace shutdown -noPrepReboot -traceFlags BASE+LATENCY+DISK_IO_INIT+DISPATCHER+DRIVERS+FILE_IO+FILE_IO_INIT+NETWORKTRACE+PERF_COUNTER+POWER+PRIORITY+REGISTRY -stackwalk profile+CSwitch+ReadyThread -resultPath C:\TEMP
  13. the trace doesn't sow me why the kernel takes so much time to shutdown. Run this command instead: xbootmgr –trace boot -traceFlags BASE+LATENCY+DISK_IO_INIT+DISPATCHER+DRIVERS+FILE_IO+FILE_IO_INIT+NETWORKTRACE+PERF_COUNTER+POWER+PRIORITY+REGISTRY -stackwalk profile+CSwitch+ReadyThread -resultPath C:\TEMP
  14. the issue was fixed by installing the Rollup. Is boot now better?
  15. what do you mean with "userdata persistence"?
  16. the trace is saved in C:\temp. Open a cmd there and run the command I posted in the first post to generate the XML.
  17. test your HDD with a diag tool.
  18. install Enterprise Hotfix Rollup which fixes an prefetcher issue.
  19. You need the Debugging tools for Windows: http://www.remkoweijnen.nl/blog/2013/06/13/debugging-tools-for-windows-direct-download/ Getting better stack traces in Process Monitor / Process Explorer http://blogs.msdn.com/b/vijaysk/archive/2009/04/02/getting-better-stack-traces-in-process-monitor-process-explorer.aspx
  20. your Windows boots in 26s to the desktop and is fully booted in 50s: - <timing bootDoneViaExplorer="26505" bootDoneViaPostBoot="59905" check if you need all those Lenovo tools at startup. Also try if disabling Kasperslky makes Windows faster (Kaspersky cause a lot of disk IO).
  21. you need to configure the debug symbols correctly to get the names of the functions called.
  22. Use Process Monitor to lok at the callstack: http://blogs.technet.com/b/chad/archive/2009/12/30/how-to-use-sysinternals-process-monitor-and-process-explorer-to-troubleshoot-sharepoint.aspx
×
×
  • Create New...