Jump to content

MagicAndre1981

Patron
  • Posts

    6,232
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by MagicAndre1981

  1. Use http://winaero.com/comment.php?comment.news.213 to remove the folders.
  2. Have you tried runAs? http://www.windows-commandline.com/windows-runas-command-prompt/
  3. the Machine-Id is shown in the message box and is written into the debug.log
  4. try all 5 steps (scenario 3) from this KB article: http://support.microsoft.com/kb/2028504
  5. to boot a Win8 VHD you need the Win8 bootloader, the Win7 version causes errors.
  6. xbootmgr is useful to trace perf issues, not stability issues and boot failures. Create a new topic in the Win8 forum and post some data from the eventlog
  7. ace2 posted a nice script which you run to get the symbols
  8. the 8.1 version removed the xperfview.exe, you need to use the new WPA.exe, but I don't like it.
  9. Secureboot must be turned off, otherwise the AppInit keys are ignored in Win 8.x
  10. it is the KA6 audio driver which causes the issues, not the GPU.
  11. It's not SIB feature, it's 8.1 feature yes, but it is limited. The Startscren opens first on the main monitor and I have to move it to the second screen. Also when I accidental reach the side of the monitor, the Window hide the start screen again. I want to have that I can't move a Window to the 2nd screen, this should only show the Startscreen and nothing else. Is this possible with your DLL?
  12. MS explained it here a bit. http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-Explorer-Hang-81-upgrades-Optimal-Battery-Conditioning#time=15m47s
  13. ok, the new trace is better. Highest spikes are between 128 and 256µs Total = 1759782Elapsed Time, > 0 usecs AND <= 1 usecs, 163767, or 9.31%Elapsed Time, > 1 usecs AND <= 2 usecs, 88972, or 5.06%Elapsed Time, > 2 usecs AND <= 4 usecs, 101402, or 5.76%Elapsed Time, > 4 usecs AND <= 8 usecs, 504360, or 28.66%Elapsed Time, > 8 usecs AND <= 16 usecs, 518167, or 29.44%Elapsed Time, > 16 usecs AND <= 32 usecs, 338942, or 19.26%Elapsed Time, > 32 usecs AND <= 64 usecs, 40948, or 2.33%Elapsed Time, > 64 usecs AND <= 128 usecs, 3195, or 0.18%Elapsed Time, > 128 usecs AND <= 256 usecs, 29, or 0.00%Total, 1759782
  14. for me it doesn't work. I haven't tested it with the latest version, I'll try it again later. ok, sad to hear this, so I'll never use those apps. I always get a headache because of the ugly scrolling.
  15. thanks, I'll try the new version. The old beta4 also only caused a blackscreen for me.
  16. this time it is 3.81, so nearly the half of the usage from before.
  17. I have a feature request. Can you modifiy the startscreen so that it is shown all the time on a secondary monitor? I would be nice to have a screen only to see the live tiles while working productive on the desktop. The 2nd request, goes to a new tool/DLL, but I ask you here. Can you code a new fix to change the scroll direction in the startscreen and while using the apps? I hate that it scrolls from left to right. I should scroll from top to bottom.
  18. have you tried to connect it to other USB ports?
  19. the trace shows a high CPU usage caused by USBPORT.SYS: To which USB port do you connect the Komplete Audio 6 WDM Audio device? Make sure no other USB devices are connected to the same controller.
  20. Run the xperf commands and upload the ETL file
  21. it should work, I simply revert the setting from this update: Update is available that enables a notification to be displayed that helps you update Windows 8 or Windows RT to Windows 8.1 or Windows RT 8.1 http://support.microsoft.com/kb/2885699/en-us
  22. run regedit, go to HKEY_LOCAL_MACHINE\SYSTEM\Setup\UpgradeNotificationand change the value UpgradeAvailable from 1 to 0,
  23. @bigmuscle and @MagicAndre1981 I caught the DWMTrace.etl and uploaded to below site: http://pan.baidu.com/s/1eOHPU Thanks much! the high CPU usage comes from a sleep (KernelBase.dll!SleepEx, ntdll.dll!NtDelayExecution). The Glass DLL is not shown in the callstack. The dwmglass.dll only uses 0.02% of the CPU. The dvbviewer.exe hogs the GPU most:
  24. Install the Win Perf Tookit (WPT) from 8.1 SDK: http://msdn.microsoft.com/en-US/windows/desktop/bg162891 , open a cmd as admin and run this command: "C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\xperf.exe" -start PERFSCENARIOS!DWMProfile && timeout 60 && xperf -stop PERFSCENARIOS!DWMProfile DWMTrace.etlzip and upload the DWMTrace.etl (not the 2 other files!!!).
×
×
  • Create New...