How to make taskbar more transparent in Windows 10

13

5

I just installed Windows 10 the other day. I came from Linux and am surprised by how uncustomizable Windows is. I want to add more transparency to the taskbar, but I can't figure out how. Is it possible, and if so, how do I do it?

cheesits456

Posted 2016-12-30T10:53:02.860

Reputation: 480

Answers

8

You can use classic shell to do this. There's an option in there that will allow you to make the taskbar transparent to whatever level you want.

Procedure:

  1. Download and install Classic Shell (above link)
  2. Open 'Classic Start Menu Settings'
  3. Check the box labeled 'Show all settings'
  4. Click on the tab labeled 'Taskbar'
  5. Set a color and opacity

Note: you may want to remove some of the things Classic Shell does by default - doing so shouldn't be too difficult, just look around the settings.

illage4

Posted 2016-12-30T10:53:02.860

Reputation: 223

4

Beware, because this one reportedly has been compromised some time ago.(https://www.reddit.com/r/pcmasterrace/comments/4vw21h/massive_psa_do_not_download_classic_shell_read/, 2016-08).

– miroxlav – 2016-12-30T11:11:35.100

1Ah yeah, don't worry about that anymore I believe it was recently fixed. I'm using it on my PC and had no issues. – illage4 – 2016-12-30T11:13:09.747

6@illage4: That is not a sufficient debunking of a report of being compromised! – Lightness Races with Monica – 2016-12-30T16:59:59.583

This is the method I used and it worked great, and also gave me some other things to try out, thus this is the answer I've accepted. Thank you :) – cheesits456 – 2016-12-30T22:55:50.640

2@LightnessRacesinOrbit: FossHub, the download mirror of Classic Shell was compromised, not the software itself. Now Classic Shell has switched to mediafire. – jingyu9575 – 2016-12-31T05:53:50.833

@jingyu9575 That's better! – Lightness Races with Monica – 2016-12-31T15:29:13.777

It's Safe as stated by the developers. http://www.classicshell.net/forum/viewtopic.php?f=4&t=6441&sid=fd38e9862219f9d6125bffe360c290a6

– illage4 – 2017-01-03T07:48:15.800

20

Here are two ways to modify the registry to make the taskbar more transparent:

Method 1

  1. Click on the Start Menu and type regedit and hit Enter
  2. Navigate to the following key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced

  1. Right-click on the Advanced subkey in the left window pane
  2. Go down to New and select DWORD (32-bit) Value
  3. Name the new value UseOLEDTaskbarTransparency
  4. Now double-click on the value you just renamed
  5. In the new window enter 1 in the Value Data field
  6. Click OK and then reboot your PC

Method 2

If you don't feel like doing it manually through the registry, you can use a Taskbar Transparency Hack (.reg file) from howtogeek.com that does the exact same thing descrived above but this way you just have to double-click the .reg file contained in the zip download and it will import the key automatically. You will need to reboot after doing this method as well.

n8te

Posted 2016-12-30T10:53:02.860

Reputation: 6 068

4

Instead of rebooting, you can also press Win+I and go to Personalisation > Colours and toggle off/on any of the colour settings (this will save into the registry and considers the new value that you created in there).

– CPHPython – 2016-12-30T18:29:17.573

1This is the most useful answer as this does not involve any 3rd party software.. +1 – Vaibhav Garg – 2017-01-03T16:33:01.233

6

I use StartIsBack++ to have more control over the taskbar. In the StartIsBack++ options you can make Taskbar transparent and add blur

enter image description here

to it like in Windows 7

enter image description here

magicandre1981

Posted 2016-12-30T10:53:02.860

Reputation: 86 560