Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Change Windows theme
#1
is there a way to change the windows colour theme? I need to switch Aero on/off via a macro.

thanks.
An old blog on QM coding and automation.

The Macro Hook
#2
Macro Macro2154
Code:
Copy      Help
dll- "dwmapi"
,#DwmEnableComposition uCompositionAction
,#DwmIsCompositionEnabled *pfEnabled

;tooggle Aero
if _winnt>=6 and !DwmIsCompositionEnabled(&_i)
,DwmEnableComposition !_i
#3
wow! that is awesome!
thanks.
An old blog on QM coding and automation.

The Macro Hook


Forum Jump:


Users browsing this thread: 1 Guest(s)