From 84b8cecceaa584c985f34b19e4f2aa1f07af8fec Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Wed, 15 Dec 2021 04:44:09 +0200 Subject: [PATCH] Do not inherit handles when launching Properties GUI --- ExplorerPatcher/utility.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExplorerPatcher/utility.c b/ExplorerPatcher/utility.c index 88e6c22..a1a4671 100644 --- a/ExplorerPatcher/utility.c +++ b/ExplorerPatcher/utility.c @@ -448,7 +448,7 @@ void LaunchPropertiesGUI(HMODULE hModule) wszPath, NULL, NULL, - TRUE, + FALSE, CREATE_UNICODE_ENVIRONMENT, NULL, NULL,