diff --git a/Moose Development/Moose/Sound/SRS.lua b/Moose Development/Moose/Sound/SRS.lua index ff6c95c9e..261489e7b 100644 --- a/Moose Development/Moose/Sound/SRS.lua +++ b/Moose Development/Moose/Sound/SRS.lua @@ -1490,7 +1490,7 @@ function MSRS:_ExecCommand(command) elseif self.UsePowerShell == true then - local pwsh = string.format('powershell.exe -ExecutionPolicy Unrestricted -WindowStyle Hidden -Command "%s"',filename) + local pwsh = string.format('start /min "" powershell.exe -ExecutionPolicy Unrestricted -WindowStyle Hidden -Command "%s"',filename) --env.info("[MSRS] TextToSpeech Command :\n" .. pwsh.."\n") if string.len(pwsh) > 255 then