Add "How It Works" and "Future Plans" sections
This commit is contained in:
parent
915ca613df
commit
df08885348
|
@ -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
|
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
|
executable in place of the path to PowerShell and `light` or `dark` in place of
|
||||||
the PowerShell arguments.
|
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).
|
||||||
|
|
Loading…
Reference in a new issue