Jump to content

MagicAndre1981

Patron
  • Posts

    6,232
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by MagicAndre1981

  1. Happy Birthday
  2. how you saw that Open the ETL with xperfview and go to the service graph and here you see a long line of the service. This means it takes very long to shutdown the service.
  3. what is the service "ndassvc"? This service seams to hang during shutdown
  4. Which AV suite do you use? Have you modified the permissions of C:\Users\André\AppData\Local\assembly or C:\Windows\Microsoft.NET\assembly\GAC_MSIL? I can find the file on both folders.
  5. for me MSE is not fine. It is soooooo slow. With MSE the PC acts like a 486.
  6. it displays the key if I disable NOD32
  7. You have a file permission issue. Writing the file Microsoft.VisualStudio.Shell.10.0.dll fails. [12D4:1118][2013-09-26T14:40:19]: MUX: ExecuteError: Package (win8express_coremsi) failed: Error Message Id: 1310 ErrorMessage: Error 1310.Error writing to file: Microsoft.VisualStudio.Shell.10.0.dll. Verify that you have access to that directory.
  8. NOD32 reports a virus
  9. it's not mine. I did a google search and found this sample picture.
  10. I don't really have an idea. YOu have a lot of DPC/ISR usage. hal.dll!HalpHpetProgramRolloverTimer = http://en.wikipedia.org/wiki/High_Precision_Event_Timer try to turn this HPET off (BIOS/UEFI) and look if this makes the server faster, Firefox is busy because of JS calls, but I need a trace of the nightly version of Firefox which has better stacks.
  11. try the old Inplace upgrade with a clean DVD to get all features back: http://www.sevenforums.com/tutorials/3413-repair-install.html
  12. Install the WPT (http://www.msfn.org/board/index.php?showtopic=146919), run this command from a cmd.exe which is started as admin: xperf -start perf!GeneralProfiles.InBuffer && timeout -1 && xperf -stop perf!GeneralProfiles.InBuffer GenTrace.etland start Firefox. After you captured the slow start, press a key to stop logging, zip the GenTrace.etl (only this file, not the 2 other temp files!!!), upload it (skydrive,dropbox) and send me the link via PM.
  13. have you tried the latest Flash beta 10.9? http://labs.adobe.com/downloads/flashplayer.html
  14. boot is now fast (21s to UI and 24s to be fully booted) - <timing bootDoneViaExplorer="21664" bootDoneViaPostBoot="34864" Enum of the IDE ports now takes 3.5s: - <phase name="bootStart" startTime="16" endTime="3605" duration="3589"> <pnpObject name="PCIIDE\IDEChannel\5+23e44528+0+0" type="Device" activity="Enum" startTime="479" endTime="3490" duration="3011" prePendTime="0" description="Canal IDE" friendlyName="ATA Channel 0" /> <pnpObject name="PCIIDE\IDEChannel\5+23e44528+0+1" type="Device" activity="Enum" startTime="479" endTime="3490" duration="3011" prePendTime="0" description="Canal IDE" friendlyName="ATA Channel 1" /> <pnpObject name="PCIIDE\IDEChannel\4+20155ac6+0+0" type="Device" activity="Enum" startTime="479" endTime="1504" duration="1024" prePendTime="0" description="Canal IDE" friendlyName="ATA Channel 0" /> <pnpObject name="PCIIDE\IDEChannel\4+20155ac6+0+5" type="Device" activity="Enum" startTime="480" endTime="1495" duration="1014" prePendTime="0" description="Canal IDE" friendlyName="ATA Channel 5" /> <pnpObject name="PCIIDE\IDEChannel\4+20155ac6+0+1" type="Device" activity="Enum" startTime="480" endTime="1493" duration="1013" prePendTime="0" description="Canal IDE" friendlyName="ATA Channel 1" /> <pnpObject name="PCIIDE\IDEChannel\4+20155ac6+0+2" type="Device" activity="Enum" startTime="480" endTime="1493" duration="1013" prePendTime="0" description="Canal IDE" friendlyName="ATA Channel 2" /> During boot, starting the Firewall service is slow because of loading the rules (FirewallAPI.DLL!FwEnumRules).
  15. yes and I also have the LP in the ADK 8.0 folder. "C:\Program Files (x86)\Windows Kits\8.0\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64\WinPE_OCs\en-us\WinPE-SRT_en-us.cab"
  16. Use AIDA64 instead. It also supports reading the key from MSDM Table.
  17. for the corrupted files, use DISM to repair them: http://blogs.technet.com/b/joscon/archive/2012/09/26/fixing-component-store-corruption-in-windows-8-and-windows-server-2012.aspx
  18. try to remove the IDE drives. Is boot faster?
  19. the 12.7.0.1036 doesn't fix it. Still the same. the last trace shows that the driver issue is fixed. Now Windows hags while enum die IDE controller: <pnpObject name="PCIIDE\IDEChannel\4+20155ac6+0+3" type="Device" activity="Enum" startTime="556" endTime="47564" duration="47009" prePendTime="0" description="Canal IDE" friendlyName="ATA Channel 3" />this causes a 47s delay. I also see that the TPM driver causes a delay. Do you use TPM?
  20. you should create crash dumps of the DWM and send the dump to BM by importing this .reg file https://www.dropbox.com/s/h81n7hfbc47pw6i/WER_DWM.reg When DWM crashes you see a dmp file in C:\localdumps.
  21. ok, starting your HDD is slow: Your driver version of iaStorA.sys is "12.8.0.1016". Try older drivers or use the Microsoft AHCI driver.
  22. this also doesn't help. Filter for errors and export all the error as evtx. Try it until you get this working
  23. PreSMSS is slow (120s): +<interval endTime="122244" startTime="0" name="PreSMSS" duration="122244">I can see that the kernel uses a lot of CPU during this time. You need to run this command: xbootmgr -trace boot -traceFlags BASE+CSWITCH+DRIVERS+POWER -stackwalk profile -resultPath C:\TEMPi need the stackwalk data to see what the kernel does.
  24. Win8(.1) are able to cleanup WinSxS. So if you want this feature you must upgrade. Which CPU do your brother have? Wij8 requires SSE2, PAE and NX it support and all modern CPU support it.
×
×
  • Create New...