Disable window transparency for Windows 7 & 8 -


i want able disable window transparency in windows vista , newer. know there tools this, how programmatically?

this isn't complete, might work pending testing:

open regedit, go hkey_current_user\software\microsoft\windows\dwm

add dword value, name "colorizationopaqueblend" without quotes, , set value data 0.

restart pc or change theme.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -