Header Ads

How to change dark/light theme in Windows 10

It is very simple to change the dark or light theme in Windows 10 just follow step by step. 
Here are the codes:

To use dark theme:

New-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme -Value 0

To use light theme:

Remove-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme

To enable dark theme

1. Go to search and find PowerShell, click on it to run:


2. Copy and paste the given code and hit enter.

New-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme -Value 0



3. Now give 'exit' command and open settings to see the changes.





To enable light theme

1. Copy and paste the give code and hit enter.
Remove-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme



2. Now give 'exit' command to make changes.




Enjoy!!!!

No comments

Powered by Blogger.