13

In a sea of dark/night themed windows, I find it very difficult to find where one window ends and the other begins as the borders are nearly invisible on my large 4K monitors.

In Registry Editor I have already navigated to

Computer\HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics

and set both "BorderWidth" and "PaddedBorderWidth" to -2730.

Surprisingly, this gives me a very large title bar, which is indeed helpful. However, the actual borders which I hoped to modify remain as obscenely thin as heroin-addicted anorexic supermodels from the 1980s.

How can I fatten them up?

Note: Through further experimentation I've discovered I am getting nice fat borders, but the problem is really that this border is INVISIBLE! And this is a bug which has existed since Windows 10!

See also: Is it possible to turn visible the invisible window's borders of Windows 10?

2 Answers2

2

Sorry, you can not change the windows border width in Windows 11 (I have tested on version 22h2. Maybe Microsoft fixes this on a later version).


I have read it and read it again but did not believe it. I have tried by changing the classic registry entries PaddedBorderWidth & BorderWidth at HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics and then logging off or restarting. No difference. I have tried running Winaero Tweaker and tweaking (after enabling Aero Light Theme as instructed). No difference

ndemou
  • 1,280
  • 1
  • 13
  • 21
0

This works for me.

To change the border color specifically for inactive windows (not the current window) in Windows 11, you'll need to modify the Windows Registry. Here's how to do it:

Press Win + R, type "regedit", and press Enter to open the Registry Editor.

Navigate to: HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM

Right-click in the right pane, select New > DWORD (32-bit) Value.

Name it "AccentColorInactive".

Double-click the new value and set it to a color code in hexadecimal format.

For example, for a light gray, you might use: FF808080 (FYI, I picked this and it looks fine)

The first two digits (FF) represent opacity, and the last six represent the RGB color code.

Restart your computer or sign out and back in for changes to take effect. Be cautious when editing the Registry, as incorrect changes can cause system issues.