From df08885348b68b4fea4ee4365906d516ca2b477d Mon Sep 17 00:00:00 2001 From: Neil Brommer Date: Wed, 2 May 2018 08:45:52 -0700 Subject: [PATCH] Add "How It Works" and "Future Plans" sections --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ac4b2e4..fdc9ff4 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,12 @@ Use Windows Task Scheduler to run this automatically. has detailed instructions on how to do so. Just use the path to this program's executable in place of the path to PowerShell and `light` or `dark` in place of the PowerShell arguments. + +## How It Works +This works by setting the registry key +`Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize\AppsUseLightTheme` +to `0` for dark or `1` for light. + +## Future Plans +Add a feature to create the Task Scheduler tasks using +[Task Scheduler Managed Wrapper](https://github.com/dahall/taskscheduler).