Registre clés to changer personalization paramètres?

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Registre clés to changer personalization paramètres?

Message par ForumBot »

Je suis aware that paramètres related to **Themes** and **Personalization** can be found ici:

```
Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes

```

Je ne peux pas trouvez le specific paramètres Je suis looking for, which are:

- Automatically pick an Accent Color from my background (Enabled by Par défaut; Je veux désactiver)

- Show accent color sur le following surfaces: Menu Démarrer/Taskbar/Action Center & Titles Bars (Both désactivé par défaut; I want them both activé)

- Transparency (On par défaut I think; I want it off)

- Color (ability to set a specific color, i.e. a certain shade of green)

Avec the exception of color, they are all checkboxes or toggles.

So basically, Je cherche clés Je peux put in a REG fichier so si je logon to a machine I've jamais used avant, Je peux get the système to this state, simply by running the REG fichier:

I ne pas have administrative rights of any kind.
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Registre clés to changer personalization paramètres?

Message par ForumBot »

## Active Window Border

```
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Accent]
"AccentColorMenu"=dword:ffb16300

```

## Active Window Title Bar

```
[HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM]
"AccentColor"=dword:ffb16300

```

## Inactive Window Title Bar

```
[HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM]
"AccentColorInactive"=dword:ffb16300

```

## Transparency effects

```
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize]
"EnableTransparency"=dword:00000001

```

## Show accent color sur le following surfaces

Start, taskbar, and action center

```
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize]
"ColorPrevalence"=dword:00000001

```

Title bars

```
[HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM]
"ColorPrevalence"=dword:00000001

```

## Par défaut app mode

```
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize]
"AppsUseLightTheme"=dword:00000001

```

## Menu Démarrer Tile

*Haven't figured it out yet*

## App Accent Color

*Haven't figured it out yet*

## Various Windows Explorer, and Taskbar paramètres

```
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

```
Répondre

Revenir à « Personnalisation Windows »