ImSwordQueen / Win10to7Issues

Issue Tracker for 10to7
33 stars 1 forks source link

Explorer ribbon is not affected by dark theme #97

Closed ApianCat closed 3 days ago

ApianCat commented 3 days ago

Before reporting your issue

What version of Windows 10 are you using the transformation pack on?

22H2

What version of the Transformation Pack are you having issues with?

3.5.4

Summarise the issue

The ribbon of Windows Explorer doesn't work when selecting the included Windows 7 (Dark) theme

Screenshots

image

How do you reproduce the bug/inaccuracy?

  1. Select the Windows 7 (Dark) theme from Control Panel or Settings
  2. Open Windows Explorer

Expected behaviour

The ribbon should be dark like the rest of Windows Explorer

Additional Context

No response

ImSwordQueen commented 3 days ago

Sadly this is a limitation with the old ribbon(s). The switch that makes the ribbon dark was only implemented in 1809 and it is currently impossible to replicate the old ribbon on the newer ribbon.

If you want to use the new ribbon instead of the old ribbon you can use sfc /scanfile to restore UIRibbon.

sfc /scanfile="C:\Windows\System32\UIRibbon.dll"

sfc /scanfile="C:\Windows\System32\UIRibbonres.dll"

sfc /scanfile="C:\Windows\System32\En-US\UIRibbon.dll.mui"

sfc /scanfile="C:\Windows\Syswow64\UIRibbon.dll"

sfc /scanfile="C:\Windows\Syswow64\UIRibbonres.dll"

sfc /scanfile="C:\Windows\Syswow64\En-US\UIRibbon.dll.mui"