mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 10:16:24 +02:00
* 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
6 lines
87 B
C++
6 lines
87 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
void RestartProcess(const std::wstring& processName);
|