Jump to content

MagicAndre1981

Patron
  • Posts

    6,232
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by MagicAndre1981

  1. can you please make a screenshot? Have you run ClearType-Tuner to adjust the Cleartype settings?
  2. can you zip the ETL, upload it to mediafire.com and send me the link via PM?
  3. if apps are coded badly it's not Vistas/7s fault Try to run the tool with a standard user account in XP and I think it will also fail
  4. run a xperf tarce: http://www.msfn.org/board/index.php?showtopic=140264
  5. look under the disk "Disk Utilization by process" which service now access the HDD most. Unknown (0) is Superfetch which runs at low IO priority and doesn't impact the performance.
  6. I overlooked this topic because you didn't post in my topic. Which graphic card do you have? do you use the latest drivers? Also make sure the IRQ of the card is not shared with other cards.
  7. ok, the files are now gone from the WinSxS folder. It took over 1 day I'll test it with a new VM again.
  8. VirtualBox 4.1.2 (released 2011-08-15) Download: http://www.virtualbox.org/wiki/Downloads
  9. During the Windows 7 development, Microsoft created a Blog called Engineering Windows 7 where Steven Sinofsky wrote a lot of features about Windows 7 and how Windows7 was developed. Now Microsoft created a blog called Building Windows 8. The first post is again from Steven Sinofsky and it is called Welcome to Building Windows 8: http://blogs.msdn.com/b/b8/archive/2011/08/15/welcome-to-building-windows-8.aspx As a bonus for MSFN, I already explained 1 feature of Windows 8 here:
  10. Several blogs talk about a new Boot mode in Windows 8, which is called Hybrid Boot. Today I want to tell you some things you can't read on those blogs. If you followed my guide to trace Vista/7 boot issues you found out how Windows boots. After loading all boot drivers and initializing the devices (PreSMSS), Windows starts the session manager which initializes the registry and other devices and drivers for not boot relevant devices (SMSSInit). Next the service manager starts all services, the login screen occurs and the group policies run. In the next steps the Desktop is loaded all all startup applications run. But is this really needed all time? Till Windows 7 you can run Hibernation to avoid this. When you use Hibernation all applications stay running, they are suspended and written with all other data into the hibernation file. In Windows 8 Microsoft combines hibernation with normal boot. So how is it done? If you followed some technical blogs know that some internal papers of ideas leaked last year. And those docs show the orignal name of Hybrid Boot. It was called: "Logoff + Hibernate": If you look at this Summary of the shutdown and compare it to Windows 7 you see that only the user session with all running applications are closed (logoff) which takes 2.9s for me. The Session 0 (service) is not closed. In the next step the services and the kernel are suspended and written to to hibernation file. So here you can see the difference. With hibernation all programs stay open, with hybrid boot the applciations are closed and next the Windows is hibernated. So the original developer name hits the nail. Hybrid boot is logging the user off and suspending the rest. And how does the boot work? To see this look at this picture: If you compare it to Windows 7 you can see some difference and some parts you already know. 1 difference is the boot type which explicit shows hybrid boot and next the first step is no longer the PreSMSS Phase. With Hybrid boot, the system (kernel, devices, drivers and the services) are resumed from hibernation and this is called SystemResume. This acts the same way we know it from Windows 7. The following picture shows the suspend (happens at "shutdown" which I explained earlier) and resume times: And you can see that it looks the same what we know as hibernation/sleep - resume from Windows 7. In my example resuming the System (SystemResume) only takes 7.5 seconds. And here you can see the real advantage. All drivers, devices are no longer needed to be initialized and started every boot. Also all the services don't need to be started at each boot. So the PreSMSS, SMSSInit and the starting services part of WinLogonInit are now merged into SystemResume which is much, much faster because the data can be sequentially read from the hibernation file and resuming a suspended driver or service is much, much faster compared to start the the "old" way. The rest of the hybrid boot is the same like the traditional boot. WinLogonInit shows the LogonScreen where you enter your password, next the Desktop is loaded and all startup apps are loaded. In my example the complete boot is done in 12.7 seconds. And this example was done with a really old and slow HDD (5400rpm IDE). So Windows is started very, very fast. Which a faster HDD you have a power on and ready experience in a short time. So, lets summarize what Hybrid boot is. At shutdown Hybrid boot is logging the user off, closing all applications, suspending the rest of the system into the hibernation file. At boot Hybrid boot is resuming the devices, drivers and services, next the user logs on and all startup apps are loaded. FAQ Q: Is Hybrid boot enabled by default and when can I use it? A: To use Hybrid boot, your system must have a hibernation file and the drivers must support hibernation. Hybrid boot is not available if you run Windows 8 in a Virtual Machine. To see if hybrid boot is used, check it under the power plan options: and verify that the option "Enable Hybrid boot" is checked. Q: What can impact the performance/Why is my system still booting slowly? A: This maybe BIOS related, that the BIOS takes too long to initialize. Next, resuming devices and drivers can cause delays. But the biggest delay can occur due to the applications that you run at startup. This is the same like in all Windows versions. Run msconfig.exe or AutoRuns to remove useless software. Q: I got a leaked version and what to trace it myself. How do I do that? A: When the public Beta/RC with the new Windows 8 SDK / WPT is out, I'll update the guide with the instruction to trace slow hybrid boot issue.
  11. remove AVG and Soluto. Also expand the SYSTEM entry and look which files the system accesses. Also, what is your HDD? Do you it it in AHCi or IDE/ATAPI mode?
  12. yes, rightclick and select "Summary table". The green is ok. this is ReadyBoot which writes the prefetch data back to the HDD.
  13. in this case the HDD is the bottleneck and very busy. Open the etl with a doubleclick and look under the DISK IO graph which programs assess the HDD
  14. @ricktendo64 I tried it Online inside a VM install_wim_tweak.exe /o /c Microsoft-Hyper-V /r the package was removed, but the VM addition drivers are still in the WinSxS folder. I also tried it with the message queuing client and the files are also in the WinSxs folder. @myselfidem it is the same with 1.4.6
  15. run sfc /scannow to detect missing/damaged Windows files. Also install the (first 2) hotfixes from this topic: http://www.msfn.org/board/index.php?showtopic=152622
  16. version 1.4.4 doesn't work. I removed the hyper-v drivers and integration service packages but the files are still in the WinSxS folder
  17. Happy Birthday Legolash2o!
  18. ok, I give it a try
  19. - Purple Haze feat Frederick - Timezone (Original Mix) - Tiddey feat Lyck - keep waiting (orjan nilsen midsummernite remix)
  20. you can also use a Resource Hacker tool like Anolis.Resourcer http://anolis.codeplex.com/releases/view/32286 or http://www.angusj.com/resourcehacker/ to replace the resources of the msstyles.
  21. don't edit the DLLs this causes issues with sfc the real theme are the msstyles files. You can use this tool to edit the theme file: http://www.win7stylebuilder.com/
  22. the optimization is one done once after you install updates for the .net framework. You can manually start that optimization by opening a command prompt with adminrights and go to C:\Windows\Microsoft.NET\Framework64\v2.0.50727 and C:\Windows\Microsoft.NET\Framework\v2.0.50727 and run ngen update.
  23. the Visual C++ Runtimes are needed to run application which are developed with Visual C++. If you remove them you are no longer able to run those appreciations. The PC runs a bit slower, because the mscorsvw.exe must compile the .Net DLLs into native code to speedup .net applications. After this is done, the PC is fast again
  24. sorry, you run a non genuine Windows 7 (CHEW 7 Loader), so you get no support
  25. the aurora is fine, I'm using it, too. @AceInfinity you can use this addon to make the addons compatible: http://www.oxymoronical.com/web/firefox/nightly
×
×
  • Create New...