Content Type
Profiles
Forums
Events
Everything posted by MagicAndre1981
-
the trace you gave me doesn't show the high CPU usage. Your 80 is idle for 80%. But I can see that you use ProcessHacker. Inside the tool click on Hacker->Options->advanced and uncheck the option "enable cycle based CPU usage". Now restart ProcessHacker. Do you still have the high CPU usage reported?
-
Trace why Windows 8 boots, shutsdown or hibernates slowly
MagicAndre1981 replied to MagicAndre1981's topic in Windows 8
make a new boottrace.- 370 replies
-
- bootvis
- Performance
-
(and 2 more)
Tagged with:
-
Windows 7 SP1 doesn't include a bunch of updates?
MagicAndre1981 replied to delerious's topic in Windows 7
the updates are included in Win7 Sp1, but WU is stupid and wants to install all those RTM updates first. That's why you should always install Win7 with an ISO which has Sp1 included or download the Sp1 from downloadcenter and install it your own without using WU. -
Ways to get back the Start Menu/Button in Win8
MagicAndre1981 replied to JorgeA's topic in Windows 8
Startup Menu and Orb Powered by Rainmeter http://exper1mental.deviantart.com/art/Startup-Menu-and-Orb-Powered-by-Rainmeter-341889726 -
Trace why Windows 8 boots, shutsdown or hibernates slowly
MagicAndre1981 replied to MagicAndre1981's topic in Windows 8
smss.exe runs so long because autochk runs during boot (smss:BootExecute)- 370 replies
-
- bootvis
- Performance
-
(and 2 more)
Tagged with:
-
you can start a new topic here in the Win8 section. Is it based on the old tool "TrueTransparency"?
-
Trace why Windows 8 boots, shutsdown or hibernates slowly
MagicAndre1981 replied to MagicAndre1981's topic in Windows 8
the trace shows autochk runs at this time. Delete the autochk entry from BootExecute in the registry and run chkdsk yourself.- 370 replies
-
- bootvis
- Performance
-
(and 2 more)
Tagged with:
-
I also have no idea, because I've never seen this.
-
10min boot with clean install
MagicAndre1981 replied to Swede's topic in Hard Drive and Removable Media
remove the SSD from the PC/laptop. Is it now fast again? if yes, the SSD is mabe broken. Buy a newer one like the Samsung 830 with 128GB so that you can install Win + Programs on it. -
Have you talked to the ASRock support? Do they have an idea?
-
Trace why Windows 8 boots, shutsdown or hibernates slowly
MagicAndre1981 replied to MagicAndre1981's topic in Windows 8
compress the ETL file, upload it to SkyDrive or Dropbox and send me the link.- 370 replies
-
- bootvis
- Performance
-
(and 2 more)
Tagged with:
-
have you tried to connect the SSD to a different SATA port on the motherboard? Does this solve it?
-
10min boot with clean install
MagicAndre1981 replied to Swede's topic in Hard Drive and Removable Media
ok, starting your both SSDs takes extremely long: - <phase name="bootStart" startTime="38" endTime="398449" duration="398411"> <pnpObject name="IDE\DiskSanDisk_SSD_i100_32GB___________________11.50.00\5+2ed543ff+0+1.0.0" type="Device" activity="Start" startTime="2841" endTime="283250" duration="280409" prePendTime="280409" description="Disk drive" friendlyName="SanDisk SSD i100 32GB ATA Device" /> <pnpObject name="IDE\DiskSanDisk_SSD_i100_32GB___________________11.50.00\5+2ed543ff+0+1.0.0" type="Device" activity="Enum" startTime="283250" endTime="323310" duration="40060" prePendTime="40060" description="Disk drive" friendlyName="SanDisk SSD i100 32GB ATA Device" /> the first one takes 283s and the second one 40s! This causes the long PreSMSS time of nearly 400s!!!!!!: <interval name="PreSMSS" startTime="0" endTime="398863" duration="398863"> next, the session init takes also over 160s: <interval name="SMSSInit" startTime="398863" endTime="559569" duration="160706"> and this is caused by a long registry init time: fix the SSD issue by installing the latest AHCI drivers and test again. -
starting the SATA HACI driver takes 2 minutes: <phase name="bootStart" startTime="10" endTime="124885" duration="124875"> <pnpObject name="PCI\VEN_8086+DEV_1E02+SUBSYS_1E021849+REV_04\3+11583659+0+FA" type="Device" activity="Start" startTime="3412" endTime="123781" duration="120368" prePendTime="120368" description="Intel(R) 7 Series/C216 Chipset Family SATA AHCI Controller" friendlyName="" /> prePendTime = driver issue. So updaet the Intel AHCI drivers.