|
Post by anixx on Mar 18, 2023 11:33:33 GMT -8
Well, not that good. I cannot reproduce this achievement again, Travis' mod breaks the taskbar and if I exclude the Explorer, the Explorer's dialogs have transparency problem. Also, BasicThemer2 works badly, does not affect some windows, like the toolbars in Mathematica, and affects others with delays. These are known BasicThemer2 issues. For the problem of transparency of the windows of the explorer, it seems to me that it is necessary to use BasicThemer2 - Detours (which besides has the potential to fix all the transparent windows, if a developer takes over the project). For the delay problem, BasicThemer3 solves the problem, but it consumes a lot of system resources. For my part, I solved the problem of transparency anyway with the High Contrast mode under the classic theme. So the classic theme activation method with WindHawk definitely doesn't bring me anything except inconvenience. I used exactly BasicThemer2 - Detours. The probem is, either I apply WindHawk mod to the explorer process, in which case the taskbar is broken, or I exclude explorer, in which case there are transparency issues with dialogs in the explorer process. BasicThemer does not affect these. But this screenshot shows that I somehow managed to fix all the issues when I was taking it, but I cannot reproduce.
If you use High Contrast, how do you manage to fix the glitches in tray?
|
|
|
Post by anixx on Mar 18, 2023 11:53:55 GMT -8
Windhawk ( windhawk.net/) is a customization marketplace for windows or for windows programs. There's alot you can do alot with it, like centering titlebar text, force dark mode on notepad, and even have task labels on the Windows 11 taskbar. You can also enable classic theme on all windows using the following: // ==WindhawkMod== // @id classic-theme-windows // @name Classic Theme Windows // @description Forces Classic Theme on all Windows // @version 0.1 // @author Travis // @include * // @compilerOptions -luxtheme // ==/WindhawkMod==
// ==WindhawkModReadme== /* # Classic Theme Windows Forces Classic Theme on all Windows */ // ==/WindhawkModReadme==
#include <windows.h> #include <uxtheme.h>
BOOL Wh_ModInit() { Wh_Log(L"Init");
SetThemeAppProperties(0); return TRUE; } To create it, press "Create a New Mod" replace the example code and press "Compile Mod" and enable "Enable Mod".
Also, if you want to enable Classic Theme on a specific program, replace the * in @include to any executable name (e.x. firefox.exe)
There can be alot more things that WindHawk can do, you can even potentially backport useful features on ExplorerPatcher for classic theme for Windows versions under 1809.
I suggest to add the following line: // @exclude ApplicationFrameHost.exe This will remove the conflict with the UWP apps.
|
|
|
Post by OrthodoxWin32 on Mar 18, 2023 12:16:51 GMT -8
I used exactly BasicThemer2 - Detours. The probem is, either I apply WindHawk mod to the explorer process, in which case the taskbar is broken, or I exclude explorer, in which case there are transparency issues with dialogs in the explorer process. BasicThemer does not affect these. But this screenshot shows that I somehow managed to fix all the issues when I was taking it, but I cannot reproduce.
If you use High Contrast, how do you manage to fix the glitches in tray?
I understand. Anyway, excluding explorer.exe is fatal to me, because many dialog boxes no longer display with the classic theme if explorer.exe is excluded. I'm quite surprised that BasicThemer2 Detours doesn't fix the transparency problem, that problem must probably be something else. As for the system tray with the high contrast mode, I don't have a solution, I just put up with it, unfortunately.
|
|
grand
New Member
Posts: 13
OS: Windows 10 Enterprise KN 2016 LTSB
Theme: Modern/Classic Hybrid (Aerolite + BasicTheme)
CPU: i7-3770 @ 4.55GHz
RAM: 16GB DDR3 2400MHz
GPU: GTX 1070Ti
|
Post by grand on Aug 29, 2023 7:46:05 GMT -8
Well, not that good. I cannot reproduce this achievement again, Travis' mod breaks the taskbar and if I exclude the Explorer, the Explorer's dialogs have transparency problem. Also, BasicThemer2 works badly, does not affect some windows, like the toolbars in Mathematica, and affects others with delays. I was able to fix it using a snip of yours (something that was supposed to disable transparence, which I tested and noticed it caused Basic Theme). Here it is: cdn.discordapp.com/attachments/846891208495857667/1146107566867357777/UgqwhuM.7zTested after a reboot (W10 KN Enterprise 2016 LTSB) and it didn't crash windows, nor crashed explorer, sorry I'm new here and I still don't know how to paste formatted code xD EDIT: Taskbar also seems fine, even after restarting explorer.
|
|
|
Post by mhoude on Aug 31, 2023 10:18:51 GMT -8
Hi,
Are you able to make Office apps and Edge use the classic titlebars with this tool ?
Thanks
|
|
|
Post by cetav13115 on Oct 13, 2023 18:02:44 GMT -8
Windhawk ( windhawk.net/) is a customization marketplace for windows or for windows programs. There's alot you can do alot with it, like centering titlebar text, force dark mode on notepad, and even have task labels on the Windows 11 taskbar. You can also enable classic theme on all windows using the following: // ==WindhawkMod== // @id classic-theme-windows // @name Classic Theme Windows // @description Forces Classic Theme on all Windows // @version 0.1 // @author Travis // @include * // @compilerOptions -luxtheme // ==/WindhawkMod==
// ==WindhawkModReadme== /* # Classic Theme Windows Forces Classic Theme on all Windows */ // ==/WindhawkModReadme==
#include <windows.h> #include <uxtheme.h>
BOOL Wh_ModInit() { Wh_Log(L"Init");
SetThemeAppProperties(0); return TRUE; } To create it, press "Create a New Mod" replace the example code and press "Compile Mod" and enable "Enable Mod".
Also, if you want to enable Classic Theme on a specific program, replace the * in @include to any executable name (e.x. firefox.exe)
There can be alot more things that WindHawk can do, you can even potentially backport useful features on ExplorerPatcher for classic theme for Windows versions under 1809.
For those who want a classic themed window with a modern open save dialog (probably for faster navigation) set SetThemeAppProperties(0); to SetThemeAppProperties(2); 0 = Classic theme with XP Open/Save Dialog 1 = Half themed window with XP Open/Save Dialog 2 = Classic theme with default/modern Open/Save Dialog - same as forcing classic theme system wide. Furthermore if used with value 2 on explorer will result with classic themed scrollbar on the navigation pane and a responsive explorer otherwise. Tested on Datacenter 1607.
|
|
|
Post by nsherbina1999 on Oct 15, 2024 23:40:55 GMT -8
Hello guys.
I have a Windows 11 Pro Insider Preview (build 26100.ge_release.240331-1435). Sad, but on this build, a function SetThemeAppProperties(0) removes all fonts (and symbols, obviously, too) ...
Have tried to pass some DWORD values, but unfortunately it gives me a big F.
Maybe someone has any methods to resolve this problem?
Thank you all.
|
|
|
Post by stasiu15 on Nov 4, 2024 7:12:58 GMT -8
I tried this mod and File explorer looks all weird and transparent and you cant close this glitchy file explorer
|
|
|
Post by anixx on Nov 11, 2024 5:32:21 GMT -8
I tried this mod and File explorer looks all weird and transparent and you cant close this glitchy file explorer This is an outdated topic, do not bump it.
|
|