From b95d4c50358a4856068a4998c6ecfd392a269769 Mon Sep 17 00:00:00 2001 From: vanzue Date: Fri, 14 Nov 2025 15:47:35 +0800 Subject: [PATCH] do not load dll at all --- src/runner/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runner/main.cpp b/src/runner/main.cpp index c20293f9ed..54a12715aa 100644 --- a/src/runner/main.cpp +++ b/src/runner/main.cpp @@ -161,7 +161,7 @@ int runner(bool isProcessElevated, bool openSettings, std::string settingsWindow L"PowerToys.MouseJump.dll", L"PowerToys.AlwaysOnTopModuleInterface.dll", L"PowerToys.MousePointerCrosshairs.dll", - L"PowerToys.CursorWrap.dll", + // L"PowerToys.CursorWrap.dll", L"PowerToys.PowerAccentModuleInterface.dll", L"PowerToys.PowerOCRModuleInterface.dll", L"PowerToys.AdvancedPasteModuleInterface.dll",