C++ Windows wallpaper change: WinAPI and COM https://sudonull.com/c-windows-wallpaper-change-winapi-and-com
Implementation of a C++ program for programmatic desktop background change in Windows. Console hiding, TEST/Release configurations, wallpaper check. Code and examples for middle/senior dev. Study the technique.
Windows 11 Keyboard Layout Switching AutoHotkey https://sudonull.com/windows-11-keyboard-layout-switching-autohotkey
Set up stable Alt+Shift in Windows 11 with AutoHotkey v2 script. Bypassing the standard mechanism, code with debounce and API. Instructions for developers.