Windows 10 Where do I start to program UX tweaks in Windows

tswinhm

New Member
Joined
Jan 12, 2017
Hello,
Can someone tell me what do I need to learn and start programming tweaks for the UX in Windows 10.

Example would be the "7+ Taskbar Tweaker.exe" program that allows you to customize the windows taskbar.

thanks
Tim
 
Most settings will be in the registry, so you'd need to figure out where they are in the registry and simply modify them from your program and reload explorer.exe.
 
Other tweaks probably involve patching dll's and then adding your own resources to the existing dll's that load specific resources for the system UI, but of course this probably also invalidates digital signatures in the process and may cause your AV or the Windows AV to raise some red flags depending on what you're doing.
 
Back
Top Bottom