From 1f73741da8ae0828da4211024289362ac7cf6d8c Mon Sep 17 00:00:00 2001 From: Jeffrey <9938813+Raphire@users.noreply.github.com> Date: Sat, 6 Jun 2026 20:27:13 +0200 Subject: [PATCH] Fix Run.bat script path resolution --- Run.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Run.bat b/Run.bat index e47d63e..2832c51 100644 --- a/Run.bat +++ b/Run.bat @@ -19,8 +19,7 @@ if exist "%wtDefaultPath%" ( set "wtPath=" ) -:: Resolve short (8.3) path for the script to avoid quoting issues with spaces -for %%I in ("%~dp0Win11Debloat.ps1") do set "SCRIPT_SHORT_PATH=%%~fsI" +set "SCRIPT_SHORT_PATH=\"%~dp0Win11Debloat.ps1\"" :: Launch script if defined wtPath (