Wednesday, August 26, 2015 10:26 AM
Transparency always looks cool. Since I noticed that everytime when I launch CMD or PoSH console I have to 3-4 times use "SHIFT CTRL – " combination time to change the default behavior.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Console]
"WindowAlpha"=dword:000000c8
[HKEY_CURRENT_USER\Console\%SystemRoot%_System32_WindowsPowerShell_v1.0_powershell.exe]
"WindowAlpha"=dword:000000c8
[HKEY_CURRENT_USER\Console\%SystemRoot%_SysWOW64_WindowsPowerShell_v1.0_powershell.exe]
"WindowAlpha"=dword:000000c8
You can set values between DEC(76-255) or HEX(0x4C-0xFF)
Enjoy !