To install, download and open toggle.msi
from the list of files below. As Windows will not recognize the program, you will need to select More info / Run anyway.
The stand-alone toggle.exe
file is also available, and can be used without installation.
Recent Changes:
-
(1.0.8) Fixed issue where
explorer.exe
windows (File Explorer and the Windows Taskbar) were not being redrawn correctly (now broadcastsWM_SETTINGSCHANGE
with"ImmersiveColorSet"
). -
(1.0.8) Installer
.msi
now built with WiX v4 -
(1.0.9) No longer forcing
ColorPrevalence
in dark mode. -
(1.0.10) Fixed issue where
taskmgr.exe
(Task Manager) was not being redrawn correctly (now broadcastsWM_SETTINGSCHANGE
a second time, which appears to fix the issue). -
(1.0.11) Properly remove repeated uses of the hotkey while it is performing the toggle, so that they do not accumulate in the message queue.
-
(1.0.11) Attempt to improve chance of fixing issue where the Task Bar on other displays does not update correctly (increased a delay before broadcast, which is obviously a terrible hack).
-
(1.0.12) Further attempt to improve chance of fixing issue where the Task Bar on other displays does not update correctly (broadcast
WM_THEMECHANGED
betweenWM_SETTINGSCHANGE
messages, but it may just be a timinig issue). -
(1.0.13) Final(?) attempt to improve secondary task bar updates (directly send
WM_THEMECHANGED
to primary and secondary taskbar windows).