Enable dark theme for system and apps
AppearanceTodas as versões do Windows 10/11Reversível
This will set the app and system theme to dark mode.
Código para Aplicar
Enable dark theme for system and appsRegistry
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
"AppsUseLightTheme"=dword:00000000
"SystemUsesLightTheme"=dword:00000000
Código para Reverter
Disable light theme for system and appsRegistry
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
"AppsUseLightTheme"=dword:00000001
"SystemUsesLightTheme"=dword:00000001
Quer combinar isso com outros ajustes?
Abrir ConfiguradorAjustes Relacionados
Disable transparency effects
This will disable transparency effects on Windows and interfaces. Which can help improve performance on older hardware.
Disable animations and visual effects
This will disable animations and some visual effects in Windows, which can make the interface feel snappier, especially on older hardware.