File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ A Rust library and CLI for manipulating the Windows night light settings.
4
4
5
5
## ` win-nightlight-lib `
6
6
7
- The ` win-nightlight-lib ` library includes basic functionality to parse the Windows
8
- night light settings from the user's registry. The night light state and settings are
9
- stored in a binary format located at:
7
+ The ` win-nightlight-lib ` library includes basic functionality to parse and modify the
8
+ Windows night light settings from the user's registry. The night light state and
9
+ settings are stored in a binary format located at:
10
10
11
- - ` Computer\ HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudStore\Store\DefaultAccount\Current\default$windows.data.bluelightreduction.settings\windows.data.bluelightreduction.settings`
12
- - ` Computer\ HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudStore\Store\DefaultAccount\Current\default$windows.data.bluelightreduction.bluelightreductionstate\windows.data.bluelightreduction.bluelightreductionstate`
11
+ - ` HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudStore\Store\DefaultAccount\Current\default$windows.data.bluelightreduction.settings\windows.data.bluelightreduction.settings `
12
+ - ` HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudStore\Store\DefaultAccount\Current\default$windows.data.bluelightreduction.bluelightreductionstate\windows.data.bluelightreduction.bluelightreductionstate `
13
13
14
14
As the format is in binary, the implementation for serialization & deserialization is
15
15
done at a best-effort basis based on resources found online for format interpretations.
You can’t perform that action at this time.
0 commit comments