Dark Mode is easier on the eyes, conserves battery life on OLED displays, and offers a sleek look for your Windows 11 desktop. Whether you want to switch manually or set it to change based on time, Windows makes it simple to toggle this feature. Here’s how to enable and customize Dark Mode on your system.
1. Enable Dark Mode Manually
Why it matters:
Reduces eye strain and improves screen readability at night.
Steps:
- Go to Settings > Personalization > Colors.
- Under Choose your mode, select Dark.
2. Schedule Dark Mode with Task Scheduler
Why it matters:
Automatically switches themes at your preferred times.
Steps:
- Open Task Scheduler from the Start menu.
- Click Create Basic Task.
- Choose a time-based trigger.
- Use the following command as the action:
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize /v AppsUseLightTheme /t REG_DWORD /d 0 /f
- Create a second task to revert to Light Mode by changing
/d 0
to/d 1
.
3. Use a Third-Party App (Optional)
Why it matters:
Apps like Auto Dark Mode make scheduling seamless.
Steps:
- Download and install Auto Dark Mode from GitHub or the Microsoft Store.
- Set time-based switching rules.
Final Thoughts
Dark Mode not only looks modern but also enhances user comfort and battery performance. Enable it manually or automate it using Windows tools or third-party apps for the best experience.