mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-18 14:41:21 +08:00
Update runner.md
This commit is contained in:
parent
23b854dedc
commit
c00b4ba6ac
@ -21,7 +21,7 @@ transfer received json message from the [Settings window](/doc/devdocs/settings.
|
|||||||
Contains code for starting the PowerToys settings window and communicating with it. Settings window is a separate process, so we're using [Windows pipes](https://docs.microsoft.com/en-us/windows/win32/ipc/pipes) as a transport for json messages.
|
Contains code for starting the PowerToys settings window and communicating with it. Settings window is a separate process, so we're using [Windows pipes](https://docs.microsoft.com/en-us/windows/win32/ipc/pipes) as a transport for json messages.
|
||||||
|
|
||||||
#### [`general_settings.cpp`](/src/runner/general_settings.cpp)
|
#### [`general_settings.cpp`](/src/runner/general_settings.cpp)
|
||||||
Contains code for loading, saving and applying the general setings.
|
Contains code for loading, saving and applying the general settings.
|
||||||
|
|
||||||
#### [`auto_start_helper.cpp`](/src/runner/auto_start_helper.cpp)
|
#### [`auto_start_helper.cpp`](/src/runner/auto_start_helper.cpp)
|
||||||
Contains helper code for registering and unregistering PowerToys to run when the user logs in.
|
Contains helper code for registering and unregistering PowerToys to run when the user logs in.
|
||||||
|
Loading…
Reference in New Issue
Block a user