0

I often run full-screen RDP sessions from one Windows 8.1 system to another. Since the task bar is placed in the same location (the bottom of the screen) in both, and the task bar by default is slightly translucent, this leads to task bar buttons from one system to show through as a sort of task bar "background" on the other.

How do I configure the Windows 8.1 task bar to be fully opaque, avoiding this issue?

user
  • 30,336

2 Answers2

1

Navigate to Control Panel -> System -> Advanced system settings Then click Performance -> Settings... Under Visual Effects, select "Adjust for best performance', then click Apply.

this solved my problem... thanks a lot!

Sushan
  • 11
0

The translucent taskbar is a function of the Windows Aero theme. Disabling the Aero theme will cancel this effect, making the task bar non-translucent.

To do this:

Navigate to Control Panel -> System -> Advanced system settings

Then click Performance -> Settings... Under Visual Effects, select "Adjust for best performance', then click Apply.

This will disable all visual effects associated with the old Aero theme.

source

Another option is to disable the translucency of the task bar from the registry. You can do this simple:

a. Press Windows key + R and type regedit and hit enter to open the registry editor.

b. Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM

c. Add DWORD value, name it as "ColorizationOpaqueBlend" without quotes, and set value data to 0.

d. Restart pc or change theme.

source

Lrnd
  • 1,811