Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Question on Control Panel Task Pane theming

Featured Replies

I recently discovered the availability of the Windows 7 "Task Pane Changer" and was wondering if that could be used to apply the Windows 7 preview task pane to a standard retail copy of Windows 7 as pictured below:

 

1364790729.or.45682.png

 

If it does work, how would one go about changing the text to white?

 

Also, is it possible to do the same thing in Windows 8?

Edited by Channel 2012

There are two .bmp images for that.

You'll need Restorator(paid) or Resource Hacker (free) to modify shell32.dll in C:\Windows\System32.

 

In Bitmap section images #632 and #633.

just be carefull on dimensions

 

1st one is transparent bmp (overlay) which doesn't fit to 2nd one which you want to replace

  • 4 weeks later...
  • Author

There are two .bmp images for that.

You'll need Restorator(paid) or Resource Hacker (free) to modify shell32.dll in C:\Windows\System32.

 

In Bitmap section images #632 and #633.

 

I see. Can that change the text color from dark blue to white as well?

 

just be carefull on dimensions

 

1st one is transparent bmp (overlay) which doesn't fit to 2nd one which you want to replace

 

How does that work?

 

There are two .bmp images for that.

You'll need Restorator(paid) or Resource Hacker (free) to modify shell32.dll in C:\Windows\System32.

 

In Bitmap section images #632 and #633.

 

I see. Can that change the text color from dark blue to white as well?

 

No, text color for that links is in .msstyle file. You'll need program called Windows Style Builder to change text color.

ah my bad

I thought he meant the picture of task pane

  • Author

 

 

There are two .bmp images for that.

You'll need Restorator(paid) or Resource Hacker (free) to modify shell32.dll in C:\Windows\System32.

 

In Bitmap section images #632 and #633.

 

I see. Can that change the text color from dark blue to white as well?

 

No, text color for that links is in .msstyle file. You'll need program called Windows Style Builder to change text color.

 

 

So if my current custom theme already has an .msstyle, I'll have to edit the existing file?

​So if my current custom theme already has an .msstyle, I'll have to edit the existing file?

 

​Yes. :yes:

  • 4 weeks later...
  • Author

 

​So if my current custom theme already has an .msstyle, I'll have to edit the existing file?

 

​Yes. :yes:

 

 

Great, thanks; I think I can handle that. Do you know of any place where I can find the image file for the task pane background or am I going to have to extract it from a Windows 7 beta installation? Could I just collect a copy of shell32 from the beta or might that produce unwanted consequences?

Great, thanks; I think I can handle that. Do you know of any place where I can find the image file for the task pane background or am I going to have to extract it from a Windows 7 beta installation? Could I just collect a copy of shell32 from the beta or might that produce unwanted consequences?

 

 

Just extract bitmaps #632 and #633 from beta shell32 and replace same number images in your shell32.

 

Or...

 

Google it for "Theme Resource Changer" program, install it.(if you can't find it i will gladly send it to you)

In your customised theme folder make new one and name it "Shell32.dll", place extracted images from shell32.dll to that folder and you are good to go.

You can if you want download my theme from DeviantArt to see how folders should look like.

http://351837.deviantart.com/art/Metallised-390028188

Edited by 351837

  • 1 year later...
  • Author
Quote

No, text color for that links is in .msstyle file. You'll need program called Windows Style Builder to change text color.

Can you point me to where exactly the setting in Style Builder is to change the text color?

Quote

There are two .bmp images for that.

You'll need Restorator(paid) or Resource Hacker (free) to modify shell32.dll in C:\Windows\System32.

In Bitmap section images #632 and #633.

That makes sense. I have one question though - there are a couple of Windows 8.1 themes that I've been playing around with in a virtual machine that seem to be able to change the task pane visuals without requiring the modification of shell32.dll. How is this possible?

44 minutes ago, Channel 2012 said:

there are a couple of Windows 8.1 themes that I've been playing around with in a virtual machine that seem to be able to change the task pane visuals without requiring the modification of shell32.dll. How is this possible?

It's possible with OldNewExplorer on 8.x and 10, it allows you to place all bitmap you want to change in your shellstyle.dll. Unfortunately, it's not for Windows 7.

Edited by MTDirector

  • Author
2 hours ago, MTDirector said:

It's possible with OldNewExplorer on 8.x and 10, it allows you to place all bitmap you want to change in your shellstyle.dll. Unfortunately, it's not for Windows 7.

Interesting. I've actually got a Windows 8 computer also that already has OldNewExplorer installed, so if you could tell me the procedure for that, it would still be much appreciated.

  • 6 years later...
  • Author

Just to close the loop on this, I was able to figure it out, at least for Windows 7.

The short answer is that the actual image(s) can be changed using a tool such as "CustomizerGod," which, along with the Windows 7 prerelease task pane background, is included with this theme package (it's about the only thing from that collection that I like, and can be used independent of the actual theme).

The second piece is the text color, which cannot be changed by that application, and must be modified by a theme. Using UxTheme patcher, the stock Windows 7 theme can be modified like so:

Styles > ControlPanelStyle > Tasklink > TextColor : Color
font:font segoe ui 9 cleartype
textcolor:color solid white
>hot textcolor:color light green
pressed is same
disabled is dark gray
page is solid white

 

Finally, for anyone looking to make the caption bar opaque, (in solidarity with Windows Vista) below are the values that you'll want to change.

Stock/Old/Original:
MaxActive - opacity:int 80
colorizationcolor:int 0
colorizationopacity:int 100
textcolor:color solid black
glowcolor:color solid white

Active - opacity:int 80
colorizationcolor:int 0
colorizationopacity:int 100
glowcolor:color solid white

 

New/Fresh/Vista
MaxActive - opacity:int 0
colorizationcolor:int -16777216
colorizationopacity:int 100
textcolor:color solid white
glowcolor:color solid white

active - opacity:int 80
colorizationcolor:int 0
colorizationopacity:int 100
glowcolor:color solid white

 

If anyone's curious, I plucked those out of fediafedia's theme, if I remember correctly.

 

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.