kmz7 Posted March 2, 2013 Posted March 2, 2013 Problem solved. I wrote simple tool that do scan and remove unused keys (with exclusions of default keys and keys with existing paths). I used WinPE to clean hive. I loaded bloated hive (it was loading about 10min too) and used my tool. It removed 4300000+ keys in total. Then I reexport this hive into new file to reduce size and defragment hive, (now it weight 150mb). After this just replaced bloated hive by new one. Now all is good . .blf and .regtrans-ms files I just removed (they not affectted on boot time)I think that reason of problem was glitched spooler servise (one time i found that it eat my cpu, may be it was installing phantom printer drivers that created these junk keys).Big thanks for all.
MagicAndre1981 Posted March 2, 2013 Author Posted March 2, 2013 nice to hear that you fixed it What is now the complete boot time?
BDelsol Posted March 6, 2013 Posted March 6, 2013 This is an updated tutorial of my Windows 7 here.To get started you need the Windows Performance Tools Kit. Read here how to install it:http://www.msfn.org/board/index.php?showtopic=146919Now open a command prompt with admin rights and run the following commands:For boot tracing:xbootmgr -trace boot -traceFlags BASE+CSWITCH+DRIVERS+POWER -resultPath C:\TEMPNote, in Windows 8 it is safe to use the DRIVERS flag, the Windows 7 bug is fixed in Windows 8.For shutdown tracing:xbootmgr -trace shutdown -noPrepReboot -traceFlags BASE+CSWITCH+DRIVERS+POWER -resultPath C:\TEMPFor Standby+Resume:xbootmgr -trace standby -traceFlags BASE+CSWITCH+DRIVERS+POWER -resultPath C:\TEMPFor Hibernate+Resume:xbootmgr -trace hibernate -traceFlags BASE+CSWITCH+DRIVERS+POWER -resultPath C:\TEMPreplace C:\TEMP with any temp directory on your machine as necessary to store the output filesAll of these will shutdown, hibernate, or standby your box, and then reboot to finish tracing. After you login to your PC, the new startscreen is shown and you have to click to the desktop to see countdown timer. Again, wait until the timer finishes. Afetr you did this you should now have some tracing files in C:\TEMP. Analyses of the boot trace:To start create a summary xml file, run this command (replace the name with the name of your etl file)xperf /tti -i boot_BASE+CSWITCH+DRIVERS+POWER_1.etl -o summary_boot.xml -a bootNow you see this picture.:Hi MagicAndre1981, I found your post while searching for ways to speed up my windows 8 boot time. It used to be around 10 seconds but now takes about 66 seconds or more, while Soluto said it takes about 1:27 for a full boot.I did all of the steps, downloaded the Windows Performance Tools Kit. I got up to that last step that I quoted you on, because I have no idea how to "create a summary xml file and run it in the command." I desperately want to speed up my boot time. I would love for you to help me! Also, I have noticed the last few days that my computer sort of freezes between the dell black screen and the start screen which never happened before. The screen is just greyish black for about 30-40 seconds. =/
MagicAndre1981 Posted March 6, 2013 Author Posted March 6, 2013 zip the ETL file and upload the zip (skydrive, dropbox) and send me a link.
BDelsol Posted March 6, 2013 Posted March 6, 2013 (edited) Hi, Thank you for your quick response. But I have no clue how to zip the ETL file or what it is. Where do I find it? =/ Edited March 6, 2013 by BDelsol
MagicAndre1981 Posted March 6, 2013 Author Posted March 6, 2013 Zip is a file format to reduce the file size:http://en.wikipedia.org/wiki/Zip_%28file_format%29Install a tool like 7-zip, go to C:\temp and create a zip file of the file fastStartup_BASE+CSWITCH+DRIVERS+POWER_1.etl or boot_BASE+CSWITCH+DRIVERS+POWER_1.etl (depending if you tarced the old school or the news fast Boot)
BDelsol Posted March 6, 2013 Posted March 6, 2013 I know what a zip file is but I have no idea where to find C:\temp? Can you please guide me the right way? I am sorry, I am not the best at these things but I appreciate all of your help and patience. =)
BDelsol Posted March 6, 2013 Posted March 6, 2013 (edited) Oh never mind, I found the file. =D I made a zip folder. I am going to upload it to skydrive! Edited March 6, 2013 by BDelsol
BDelsol Posted March 6, 2013 Posted March 6, 2013 Magic Andre, Check you private messages! Sent you the link. = )
MagicAndre1981 Posted March 7, 2013 Author Posted March 7, 2013 the delays happen because of:1st: RequestCredentials takes 11s. So enter the password faster and if you use a LiveID/MS Account,make sure you have Internet Access so that the PW gets validated faster. 2nd: you run too many tools at startup. Remove useless tools like Vit Registry Fix, Revo Uninstaller, Soluto, Eusing Free Registry Cleaner, Find Junk Files, Auslogics Disk Defrag and System Ninja.You use so much crap tools which only damage your PC.
BDelsol Posted March 7, 2013 Posted March 7, 2013 Guilty. I am obsessed with cleaning my computer. lolBut either way I have made sure that none start at startup. How come they still are? Can you help me fully remove them from boot time since none of the programs you listed show up on my services or startup manager? Will uninstalling do the trick?But what about the credentials request? I don't have any passwords set on my computer...?Thanks in advance! =)
MagicAndre1981 Posted March 7, 2013 Author Posted March 7, 2013 The boot prefetcher shows a lot of misses with all the tools I mentioned. Best is to use Refresh (http://windows.microsoft.com/en-US/windows-8/restore-refresh-reset-pc) Windows 8 which kills all desktop applications. Now only install the desktop tools you really need and not those buggy crap applications.
BDelsol Posted March 7, 2013 Posted March 7, 2013 Do you think by doing this, will it get me back to when the computer was brand spanking new? : ) Also, I would like to do a refresh but I am scared I will loose some programs I need for school. Does it kill all applications and software I have installed?Thanks again for all of your help! = )
MagicAndre1981 Posted March 8, 2013 Author Posted March 8, 2013 refresh renews Windows so that it is stable again. The refresh removes all desktop applications, so you have to reinstall them. This blog post tells you everything:http://blogs.msdn.com/b/b8/archive/2012/01/04/refresh-and-reset-your-pc.aspx
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now