Content Type
Profiles
Forums
Events
Everything posted by MagicAndre1981
-
Use http://winaero.com/comment.php?comment.news.213 to remove the folders.
- 1,309 replies
-
- Its back... again!
- windows 8 themes
- (and 3 more)
-
the Machine-Id is shown in the message box and is written into the debug.log
-
try all 5 steps (scenario 3) from this KB article: http://support.microsoft.com/kb/2028504
-
Boot Windows 7 from VHD - an amazing concept
MagicAndre1981 replied to spacesurfer's topic in Windows 7
to boot a Win8 VHD you need the Win8 bootloader, the Win7 version causes errors. -
Trace why Windows 8 boots, shutsdown or hibernates slowly
MagicAndre1981 replied to MagicAndre1981's topic in Windows 8
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- 370 replies
-
- bootvis
- Performance
-
(and 2 more)
Tagged with:
-
Aero Glass for Win8.1 RTM RC3
MagicAndre1981 replied to bigmuscle's topic in Aero Glass For Windows 8+
ace2 posted a nice script which you run to get the symbols -
Secureboot must be turned off, otherwise the AppInit keys are ignored in Win 8.x
-
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?
- 1,309 replies
-
- Its back... again!
- windows 8 themes
- (and 3 more)
-
Windows update doesnt work during sysprep
MagicAndre1981 replied to Ivicask's topic in Unattended Windows 8/Server 2012
MS explained it here a bit. http://channel9.msdn.com/Shows/The-Defrag-Show/Defrag-Explorer-Hang-81-upgrades-Optimal-Battery-Conditioning#time=15m47s -
Aero Glass for Win8.1 RTM RC3
MagicAndre1981 replied to bigmuscle's topic in Aero Glass For Windows 8+
the new beta4 works fine -
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
-
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.
- 1,309 replies
-
- Its back... again!
- windows 8 themes
- (and 3 more)
-
Aero Glass for Win8.1 RTM RC3
MagicAndre1981 replied to bigmuscle's topic in Aero Glass For Windows 8+
thanks, I'll try the new version. The old beta4 also only caused a blackscreen for me. -
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.
- 1,309 replies
-
- Its back... again!
- windows 8 themes
- (and 3 more)
-
Disable the 8.1 update notification in Windows 8?
MagicAndre1981 replied to Blackbird256's topic in Windows 8
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 -
Disable the 8.1 update notification in Windows 8?
MagicAndre1981 replied to Blackbird256's topic in Windows 8
run regedit, go to HKEY_LOCAL_MACHINE\SYSTEM\Setup\UpgradeNotificationand change the value UpgradeAvailable from 1 to 0, -
Aero Glass for Win8.1 RTM RC3
MagicAndre1981 replied to bigmuscle's topic in Aero Glass For Windows 8+
@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: -
Aero Glass for Win8.1 RTM RC3
MagicAndre1981 replied to bigmuscle's topic in Aero Glass For Windows 8+
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!!!).