PowerToys/src/common/RestartManagement.h
vldmr11080 b0a25f59d9
[Installer] Restart explorer.exe programatically after successful update (#4215)
* Restart explorer.exe programatically after successful update

* Move RestartManager related code into common

* Add newline at the end of files

* Note that explorer.exe should not be localized string
2020-06-11 10:09:06 +02:00

6 lines
87 B
C++

#pragma once
#include <string>
void RestartProcess(const std::wstring& processName);