Jump to content

MagicAndre1981

Patron
  • Posts

    6,232
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by MagicAndre1981

  1. If you unsure you should wait for the final version of this update and install it when Windows Update offers it.
  2. MSE (MsMpEng.exe) causes huge disk IO during boot. Try a different AV tool also install all the hotfixes that I've linked and run the optimization again.
  3. you have a temperature issue. The CPU seams to throttle to prevent overheating. Set the cooler policy to active (power options), clean the CPU cooler and install the latest BIOS/UEFI.
  4. great to hear that you found the cause
  5. thanks for the confirmation that this works
  6. do you apply group policy settings? Are the apps installed there?
  7. Run this command: xperf -on latency -stackwalk profile -buffersize 1024 -MaxFile 256 -FileMode Circular && timeout 30 && xperf -d DPC_Interrupt.etl to capture 30s. If you still get the warning, increase the value after buffersize. The pictures tell you have ACPI.sys issue . What is the temperature of your Intel® Core i5-2430M CPU?
  8. Run AutoRuns from sysinternals and look for the startup entries and disable the AppX Deployment entries if you don't want to install the Apps.
  9. can you open the laptop at the bottom? Here I can clean the cooler. Also try to make a BIOS update.
  10. then the CPU tries to throttle and causes the issue. Clean the CPU cooler and also try to set the cooler policy "active" instead of passive.
  11. you have ACPI.sys issues. What is the temperature of your Intel® Core i5-2410 CPU when you have the issue?
  12. Do you install software? I see references to Shell32_ActiveSetup_RunOneInstallStub and those commands: rundll32.exe AppXDeploymentExtensions.dll;ShellRefresh Do you deploy apps via sideloading?
  13. this was available in older versions, but caused issues (not working correctly and some Lenovo laptops don't have a right Windows key).
  14. please compress it as 7z and upload it to a faster host (mediafire.com, zippyshare) or Dropbox.
  15. @jaclaz yes I know this. And Sinofsky KILLED it!!!!!! :realmad: With this MS could be the leader today in tablet PCs
  16. MS now claims they had a tablet UI before the iPad: So Metro is now 3 years old. WTF has MS done since then? All apps and the usability of metro is still crap. Also Julie Larson-Green is as arrogant as Sinosfky: only because she likes touch, everyone else has to like and use it. I've tested touch with an iPad and hated it!!!!!!!!!!!!!!! http://www.technologyreview.com/news/508311/the-woman-charged-with-making-windows-8-succeed/
  17. @haversham nice to hear that it now works @Chrysalis make the boot trace and send me the link.
  18. which AV tool do you use? Look at at the disk graph at this time. Is the disk busy? if yes, which process causes it.
  19. There is no \FileSystems\ ? this is wired. Run ProcMon boot logging: http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-3-Process-Monitor http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-4-Process-Monitor look a at the duration column. Does it also show the long opening of the key?
  20. updating the firmware doesn't repair the broken tasks file. Reimport the task.
  21. @asdfdsa opening the key \Registry\MACHINE\SOFTWARE\Policies\Microsoft\Windows\FileSystems\Ntfs takes so much time. Open regedit.exe and look which data you have in this key.
  22. WinLogonInit and ExplorerInit are slow. I see you use GPOs. tweak them to as much as possible.
  23. configure Windows to do autologon and make a new boot trace so that I can see what is slow.
  24. RequestCredentials takes very long. Enter the password faster or use AutoLogon to automatically logon. Because of this, Windows takes 77s to the desktop and 92s to be fully booted. <timing bootDoneViaExplorer="77026" bootDoneViaPostBoot="102626"
  25. this time InitializeRegistry takes so much time. Add +Registry+REG_HIVE to the command (after POWER) and -stackwalk RegQueryKey+RegDeleteKey+RegCreateKey+RegOpenKey+RegSetValue+RegDeleteValue+RegQueryValue+RegCloseKey+RegCloseKey xbootmgr -trace boot -traceFlags BASE+CSWITCH+DRIVERS+POWER+Registry+REG_HIVE -stackwalk RegQueryKey+RegDeleteKey+RegCreateKey+RegOpenKey+RegSetValue+RegDeleteValue+RegQueryValue+RegCloseKey -resultPath C:\TEMP this activates registry data collection.
×
×
  • Create New...