Content Type
Profiles
Forums
Events
Everything posted by MagicAndre1981
-
Trace Windows 7 boot/shutdown/hibernate/standby/resume issues
MagicAndre1981 replied to MagicAndre1981's topic in Windows 7
yes, first always look for 3rd party tools/drivers. The mrxdav.sys belongs to the WebDAV Client, so stop this service for testing purpose.- 1,284 replies
-
- performance
- bootvis
-
(and 2 more)
Tagged with:
-
Trace Windows 7 boot/shutdown/hibernate/standby/resume issues
MagicAndre1981 replied to MagicAndre1981's topic in Windows 7
I can see delays from the mozy.sys (MozyBackup), and Intel® Active Management Technology driver (IAMTVE.sys ). update or remove them.- 1,284 replies
-
- performance
- bootvis
-
(and 2 more)
Tagged with:
-
I think MS does the same stupid beta program like Windows 7. So the technical beta and the public get the same builds at the same time. So the test is useless if MS also closes all feedback entries on connect with "can't repro, won't fix or by design".
-
Trace Windows 7 boot/shutdown/hibernate/standby/resume issues
MagicAndre1981 replied to MagicAndre1981's topic in Windows 7
you miss the DRIVERS flag to see if some drivers hang. IoShutdownSystem stops the file systems so driver delays can occur. I see you have Apple/IPod service. So remove the IPod before shutting down Windows. If this doesn't fix it, make a new trace which includes the DRIVERS flag.- 1,284 replies
-
- performance
- bootvis
-
(and 2 more)
Tagged with:
-
BSOD when I leave my computer on overnight...
MagicAndre1981 replied to shantd's topic in Windows XP
upload at least the dmp files from the folder C:\Windows\Minidump or better the large dump (memory.dmp) from C:\Windows -
because Aero Glass is rendered by the GPU and not by the CPU.
-
Trace Windows 7 boot/shutdown/hibernate/standby/resume issues
MagicAndre1981 replied to MagicAndre1981's topic in Windows 7
zip the ETL file as 7z and upload it to mediafire.com- 1,284 replies
-
- performance
- bootvis
-
(and 2 more)
Tagged with:
-
UNEXPECTED_KERNEL_MODE_TRAP (7f) This means a trap occurred in kernel mode, and it's a trap of a kind that the kernel isn't allowed to have/catch (bound trap) or that is always instant death (double fault). The first number in the bugcheck params is the number of the trap (8 = double fault, etc) 0x00000008, or Double Fault, indicates that an exception occurs during a call to the handler for a prior exception. Typically, the two exceptions are handled serially. However, there are several exceptions that cannot be handled serially, and in this situation the processor signals a double fault. There are two common causes of a double fault: A kernel stack overflow. This overflow occurs when a guard page is hit, and the kernel tries to push a trap frame. Because there is no stack left, a stack overflow results, causing the double fault. If you think this overview has occurred, use !thread to determine the stack limits, and then use kb (Display Stack Backtrace) with a large parameter (for example, kb 100) to display the full stack. A hardware problem. nt!KeBugCheckEx nt!KiBugCheckDispatch+0x69 nt!KiDoubleFaultAbort+0xb2 [b]amdppm!C1Halt[/b]+0x2 so you get a crash while sending the CPU to C1 ACPI Processor state. have you tested a new CPU and not your AMD Phenom II X2 550 Processor?
-
Trace Windows 7 boot/shutdown/hibernate/standby/resume issues
MagicAndre1981 replied to MagicAndre1981's topic in Windows 7
run ProcessMonitor (from sysinterals) and enable boot logging. DON't reboot and run this xbootmgr command: xbootmgr -trace boot -traceFlags BASE+CSWITCH+DRIVERS+POWER+Network -stackwalk profile -resultPath C:\TEMP this reboots the PC. When the xbootmgr countdown is done, run ProcMon again and stop the trace. Save the trace as a PMl file. Now generate the XML and look at which time you have the delays in loading the profiles. Now go into the ProcMon trace and exlude 8set the filer) the events before and after the profile loading. Now look at the Duration column what takes some time.- 1,284 replies
-
- performance
- bootvis
-
(and 2 more)
Tagged with:
-
use the Trial and test if you need the features of the Ultimate (both have the same, only Enterprise is Volume licensed based and the only Trial edition offered by MS).
-
Trace Windows 7 boot/shutdown/hibernate/standby/resume issues
MagicAndre1981 replied to MagicAndre1981's topic in Windows 7
Hi Derek, the productivity PC hangs while loading the profile. Is this a roaming profile? I can also see that the repdrvfs.dll causes CPU usage on your second CPU core during this time. This DLL belongs to the WMI service. My guess is that McAfee is doing WMI queries. Update it to McAfee VirusScan Enterprise 8.7i Patch 5 or completely disable it for testing. Is it better?- 1,284 replies
-
- performance
- bootvis
-
(and 2 more)
Tagged with:
-
if you never heard about it and never used it why paying a lot of money for things you don't use? download the 90day Win7 Enterprise Trial and play with the VHD feature.
-
If you never heard about VHD boot get the Home Premium or Prof. Check the chart which feature you need: http://en.wikipedia.org/wiki/Windows_7_editions#Comparison_chart
-
Trace Windows 7 boot/shutdown/hibernate/standby/resume issues
MagicAndre1981 replied to MagicAndre1981's topic in Windows 7
you run MSE. Does it happen without MSE, too? I still see the filter and NTFS driver delays.- 1,284 replies
-
- performance
- bootvis
-
(and 2 more)
Tagged with:
-
How to replace explorer.exe and ExplorerFrame.dll?
MagicAndre1981 replied to Orsi's topic in Customizing Windows
which tool do you use to change the resources? -
I use VHD boot to test several Windows versions (Server 2008 R2, Win8, Win Embedded) side by side. I don't have to care about partitions any longer. I've I don't need the Windows any longer, I delete the VHD and the BCD entry. I can also copy the VHD to a safe location and make an easy backup.
-
yes, but vboot doesn't really work. It crashes so often and damages the VHDs. I gave it up to use the tool.
-
How to replace explorer.exe and ExplorerFrame.dll?
MagicAndre1981 replied to Orsi's topic in Customizing Windows
-
Add components to installed Windows 7
MagicAndre1981 replied to ASyd's topic in Unattended Windows 7/Server 2008R2
no, this is not possible. Create a new DVD and reinstall. -
VHD is not a sandbox. Here is a topic about it: Instead of installing Windows to a partition on your HDD you install it into a VHD and boot from it. This feature is only part of Enterprise/Ultimate and all Server Editions.