Tripredacus Posted October 14, 2013 Posted October 14, 2013 (edited) Did you try it in Audit Mode?When I open the program, it shows the accent color as being red. When I click it and pick green from the menu, the square then becomes blue. I confirm this is the color of the Start Screen. I captured a PML of it if you want.Also I ran depends on the 3 files and only the WinaeroStartScreenHelper.dll shows something is missing. This OS has no updates installed and no extra .NET versions enabled or installed. Edited October 14, 2013 by Tripredacus
hb860 Posted October 14, 2013 Posted October 14, 2013 (edited) Nope. I have not tried it in Audit Mode.Yes, I want PML WinaeroStartScreenHelper.dll is native dll. Edited October 14, 2013 by hb860
Tripredacus Posted October 14, 2013 Posted October 14, 2013 I added the screenshot from Depends as well. Ignoring IESHIMS, the other ones with the hyphens imply something else is missing. In my previous experience when running depends and finding these hyphen items, a program was missing a redist. It is also possible that something needs to be registered, something not normally active in Audit Mode.SSCTpml.rar
MagicAndre1981 Posted October 15, 2013 Posted October 15, 2013 strange. RegSetValue calls have all SUCCESS as result.StartScreenColorTuner.exe RegSetValue HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Accent\AccentColor SUCCESShb860 should look at this. I can't help here.
Tripredacus Posted October 15, 2013 Posted October 15, 2013 Also, I can confirm that the registry keys are being written to. I can see the change in regedit.I will reload the PC and take screenshots of everything, then sysprep and see if the app works then.I don't specifically need the screen to turn green, turning blue would work for me too.
hb860 Posted October 15, 2013 Posted October 15, 2013 (edited) Well, I have same missing dependecny hereIt is not a cause of the issue.I have only one idea.Maybe it is related to the fact that personalization settings are disabled till Windows is activated. Maybe this affects API too.When new value is written to registry, the app performs few api calls, probably they kill new value. Edited October 15, 2013 by hb860
Tripredacus Posted October 15, 2013 Posted October 15, 2013 After my application finishes, the Start Screen is still red.Even though you can see in this screenshot that the code for green is written:So I open the tuner, it shows the Accent color is red:I choose to change it to green.But the tuner shows it as Blue now:Here is the registry now:The start screen is also now blue:So I sysprep the PC and after going through OOBE, the Start Screen is default blue which I did not change from the color screen. Even after logging into Windows, still the Tuner does not function! Changing to any color on the color select screen, the Accent Color remains unchanged, still stays blue. Changing the Logon Screen color changes the color of the box at least, but when I apply the settings, it changes back to the blue color.
hb860 Posted October 15, 2013 Posted October 15, 2013 (edited) When green turned to blue, it means that new color (green in this case) is not supported by OS.In your case, OS reject ANY color you choose in tuner. I even have no idea how i can reproduce this behavior.Maybe you installed something I do not have? For example, that recently leaked GA Rollup update for 8.1 RTM? Edited October 15, 2013 by hb860
Tripredacus Posted October 15, 2013 Posted October 15, 2013 I have no updates added. I am not using any leaked software. My software comes directly from Microsoft.The only reason I resorted to changing the Start Screen color is for software deployments. When it is red it means software is installed. When it is green it means it is done. Originally I had used a MessageBox to appear when it was done, but this "broke" the Start Screen.I will see if I can get some other feedback on how to change the colors.
MrGRiM Posted October 15, 2013 Posted October 15, 2013 I tried Start Screen Color Tuner on Windows 8.1 but couldn't get the Accent color to change, my version is not activated so that is probably the reason but I found a way to change it by adding another default color setting. Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent] "StartColor"=dword:ff000000 "AccentColor"=dword:ff0000ff [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent] "DefaultStartColor"=dword:ff000000 "DefaultAccentColor"=dword:ff0000ff for some reason though instead of ARGB the color is ABGR "Alpha, Blue, Green, Red so ff0000ff gives the color red.
Tripredacus Posted October 15, 2013 Posted October 15, 2013 Good point. My Windows is not activated either. I'll try changing the RGB BGR again tomorrow.
hb860 Posted October 15, 2013 Posted October 15, 2013 Good point. My Windows is not activated either. I'll try changing the RGB BGR again tomorrow.Maybe it is related to the fact that personalization settings are disabled till Windows is activated. Maybe this affects API too. When new value is written to registry, the app performs few api calls, probably they kill new value.
Tripredacus Posted October 16, 2013 Posted October 16, 2013 There was no solution from Microsoft, other than to enable Boot to Desktop.http://blogs.technet.com/b/canitpro/archive/2013/07/24/step-by-step-boot-directly-to-the-desktop-in-windows-8-1.aspx
rwboyd Posted March 13, 2014 Posted March 13, 2014 I don't believe this was available in 8.. but in 8.1 it's really simple... Start / Settings / Customize and click on the accent color you would like: http://www.7tutorials.com/introducing-windows-81-change-start-screen-wallpaper-colors
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now