Technology giants leave behind a very important feature when revealing the dark mode left, right and. Microsoft brought the dark theme to Windows 10 last year, but we still have no plans to change themes. There is a similar situation with Google, which introduced the system-wide dark mode in Android 10, but without any timing feature. We have already covered how to program dark mode in Android 10. Therefore, in this article, we will consider how to program the theme and automatically switch between dark and light mode in Windows 10. The process is pretty straightforward and straightforward so don’t worry there. Now having said that, let’s jump right in.
Automatically Switch Between Dark and Light Mode in Windows 10
There is a popular method of scheduling dark mode using Task Scheduler in Windows 10. However, the process is quite complex and it can be difficult for the casual person to set it up properly. So, we have brought a simple way to schedule dark mode in Windows 10 with a simple app. That said, let’s go through the easier method first, and then we’ll show you how to install it manually.
-
Schedule Automatic Dark and Light Mode in Windows 10 with a Simple App
We will use a free app called 1. Auto Dark Mode developed by Armin Osaj. Open this connection and download the latest version of Auto Dark Mode. Then run the application and install it on your computer.
2. Next, turn on Auto Dark Mode and Click on “Enable automatic theme switching” at the top. Following that, enter your preferred time for both light and dark mode and then click the “Apply” button. Remember, the app is only 24 hour clock so enter your input in this specific format. You are now done and the theme switching should work flawlessly.

3. If you want Windows 10 to automatically switch between dark and light mode according to your local sunrise and sunset time, enable the “location service” toggle. It will search for your location and set the theme accordingly.

4. You can also set custom Desktop backgrounds for both dark and light mode. Tap on “Configure Background” and choose your image file. You can go ahead and fiddle with other settings as per your preference.
-
Set Dark and Light Mode in Windows 10 using Task Scheduler
Although Auto Dark Mode can change themes in just a few clicks, I show you the manual steps first so you can learn how to automate tasks in Windows 10. It can help you automate other routine tasks on your computer. Other than that, I just explained the steps to switch from light to dark mode, but you can do it. repeat the same steps for the light mode. I have given detailed instructions so that there is nothing to worry about. Having said that, here are the steps to follow.
1. Press the Windows key once and Type “Task Scheduler”. Open the first result and a new window will open.

2. Click “Create Basic Task” in the right pane.
3. Now give the task a name. I entered “Dark” because I wanted to change the theme from light to dark. After that, click the “Next” button. Keep in mind, you will need to create a separate task for the light mode just like this one.

4. Select “Diary” here and then proceed.

5. After that, set the time you want Windows 10 to switch to dark mode. write a note, a 24-hour clock therefore provide the data in the same format. Now, click the “Next” button.

6. On the next page, select “Start a program” and then continue.

7. Finally, paste the commands below into the relevant fields. Reminds me again for this switch from light to dark mode. After that, click the “Next” button.
Program/Script:
%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe
Add arguments (optional):
New-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name SystemUsesLightTheme -Value 0 -Type Dword -Force; New-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme -Value 0 -Type Dword -Force

9. Similarly, switch from dark mode to light modePaste the commands below and click “Next”.
Program/Script:
%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe
Add arguments (optional):
New-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name SystemUsesLightTheme -Value 1 -Type Dword -Force; New-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme -Value 1 -Type Dword -Force
10. Now it will show the final window with task and schedule details. Click the “Finish” button and you are done. The task should run at the scheduled time and will run a Powershell window for a second. Repeat the same process for the light mode with the different commands mentioned above.

SEE ALSO: How to Center Taskbar Icons in Windows 10
Experience Both Dark and Light Modes in Windows 10
This was our guide on how to automatically switch between Dark and Light mode in Windows 10. We’ve shared two different ways you can choose the action depending on how much control you want over the scheduling. If you want a simple solution, I say go with the Auto Dark Mode app. Anyway, that’s it for us. If you liked our guide, let us know in the comment section below.
Support our work ❤️
If you enjoyed this article, consider leaving a tip to help us keep publishing great content.



























