Cradicle Explorer
PowerToys
Info
Issues
Patches
Wallets
Source
Source
.claude
.config
.github
.pipelines
.vscode
deps
doc
installer
src
ActionRunner
Monaco
PackageIdentity
Update
codeAnalysis
common
dsc
gpo
logging
modules
runner
svgs
ActionRunnerUtils.h
PowerToys.exe.manifest
Resources.resx
RestartManagement.cpp
RestartManagement.h
UpdateUtils.cpp
UpdateUtils.h
ai_detection.h
auto_start_helper.cpp
auto_start_helper.h
bug_report.cpp
bug_report.h
centralized_hotkeys.cpp
centralized_hotkeys.h
centralized_kb_hook.cpp
centralized_kb_hook.h
general_settings.cpp
general_settings.h
hotkey_conflict_detector.cpp
hotkey_conflict_detector.h
main.cpp
pch.cpp
pch.h
powertoy_module.cpp
powertoy_module.h
quick_access_host.cpp
quick_access_host.h
resource.base.h
restart_elevated.cpp
restart_elevated.h
runner.base.rc
runner.vcxproj
runner.vcxproj.filters
settings_telemetry.cpp
settings_telemetry.h
settings_window.cpp
settings_window.h
trace.cpp
trace.h
tray_icon.cpp
tray_icon.h
unhandled_exception_handler.cpp
unhandled_exception_handler.h
settings-ui
.clang-format
.editorconfig
CmdPalVersion.props
Common.Dotnet.AotCompatibility.props
Common.Dotnet.CsWinRT.props
Common.Dotnet.FuzzTest.props
Common.Dotnet.PrepareGeneratedFolder.targets
Common.SelfContained.props
Monaco.props
README.md
Settings.XamlStyler
Solution.props
Version.props
tools
.gitattributes
.gitignore
.gitmodules
.vsconfig
AGENTS.md
CODE_OF_CONDUCT.md
COMMUNITY.md
CONTRIBUTING.md
Cpp.Build.props
CppRuleSet.ruleset
DATA_AND_PRIVACY.md
Directory.Build.props
Directory.Build.targets
Directory.Packages.props
LICENSE
NOTICE.md
PowerToys.slnx
README.md
SECURITY.md
SUPPORT.md
nuget.config
packages.config
/
src
/
runner
/ RestartManagement.h
RestartManagement.h
1
#pragma once
2
3
#include <string>
4
5
void RestartProcess(const std::wstring& processName);