Dark Mode Shortcut - Autohotkey Automation
Geet Madan
I am going to show you how to setup a shortcut to enable and disable dark mode quickly. With the help of autohotkey, you can enable dark mode with a simple keyboard key combination. This will make enabling dark mode super easy and fast. You don't have to go to color settings to change theme.
Commands to Type in AHK File:
#^l:: RegRead,LightModeActive,HKCU,SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize,SystemUsesLightTheme
If LightModeActive {
RegWrite,Reg_Dword,HKCU,SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize,SystemUsesLightTheme,0 RegWrite,Reg_Dword,HKCU,SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize,AppsUseLightTheme,0
} Else
{ RegWrite,Reg_Dword,HKCU,SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize,SystemUsesLightTheme,1 RegWrite,Reg_Dword,HKCU,SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize,AppsUseLightTheme,1
}
run,RUNDLL32.EXE USER32.DLL, UpdatePerUserSystemParameters
,2 `,True
Return
=================================================================== Software to download: Autohotkey: https://autohotkey.com/download/ Notepad++: https://notepad-plus-plus.org/downloads/
Easy Mode Downloads: Autohotkey: https://autohotkey.com/download/ AHK File - DarkMode-1.ahk: https://1drv.ms/u/s!Aqxo5wazS_q8gc5kGIVo_2hJCzKxLw?e=f4Dpjr
===================================================================
Support My Channel: Amazon: https://amzn.to/2VdRoZ4 Support my Channel by buying me coffee ☕️☕️ or a beer🍺 https://www.buymeacoffee.com/GeetMadan
=========================================================================
Buy A new iPad Air 3: https://amzn.to/2ZcRMdv
Camera in this video: https://amzn.to/3i7emvd
Microphone in This Video: https://amzn.to/3i7emvd
=========================================================================
Follow me on The Socials: Twitter: @geetmadan2
#windows10 #darkmode #autohotkey windows 10 dark mode shortcut, windows 10 dark mode shortcut key, windows 10 dark mode keyboard shortcut, how to put dark mode on windows 10, windows 10 dark mode without activation, dark mode windows 10, dark mode windows 10 file explorer, dark mode windows 10 pro, dark mode windows 10 automatic, dark mode windows 10 registry, autohotkey dark mode, autohotkey tutorial, how to use autohotkey, ahk tutorial, Automate Windows 10 Dark Mode - Keyboard Shortcut ... https://www.youtube.com/watch?v=WSlsgkC4-dY
57945101 Bytes