PowerToys/src
Davide Giacometti 3715b8c5f2
[Runner] Open settings when restarted as admin (#9463)
* open settings from runner

* Update src/runner/main.cpp

* Update src/runner/main.cpp

Co-authored-by: Enrico Giordani <enricogior@users.noreply.github.com>
2021-02-10 14:48:43 +01:00
..
action_runner LEGO: check in for master to temporary branch. (#9116) 2021-01-15 15:29:23 +01:00
codeAnalysis spelling: suppressions 2020-10-30 14:42:28 -04:00
common [FanzyZones] Common ThemeManager (#9576) 2021-02-10 14:10:42 +01:00
logging build: Treat warnings as errors in the remaining projects (#8689) 2020-12-21 18:51:48 +03:00
modules tweak plugin settings (#9522) 2021-02-10 15:12:42 +02:00
runner [Runner] Open settings when restarted as admin (#9463) 2021-02-10 14:48:43 +01:00
settings build: Treat warnings as errors in the remaining projects (#8689) 2020-12-21 18:51:48 +03:00
settings-ui tweak plugin settings (#9522) 2021-02-10 15:12:42 +02:00
settings-web [settings-web] Update packages (#7849) 2020-11-05 08:53:27 +01:00
tests/win-app-driver Migrate winappdriver test project to .NET Core (#8412) 2020-12-10 06:53:07 -08:00
.clang-format
.editorconfig
README.md
Version.props

PowerToys Source Code

Code organization

The PowerToys are split into DLLs for each PowerToy module (modules folder), and an executable (runner folder) that loads and manages those DLLs.

The settings window is a separate executable, contained in settings folder. It utilizes a WebView to display an HTML-based settings window (contained in settings-web folder).

The common contains code for a static library with helper functions, used by both the runner and the PowerToys modules.