diff --git a/src/Aspire.Hosting/Dcp/Process/ProcessUtil.cs b/src/Aspire.Hosting/Dcp/Process/ProcessUtil.cs index 2ec2346c015..291260b6cc9 100644 --- a/src/Aspire.Hosting/Dcp/Process/ProcessUtil.cs +++ b/src/Aspire.Hosting/Dcp/Process/ProcessUtil.cs @@ -29,6 +29,7 @@ public static (Task, IAsyncDisposable) Run(ProcessSpec processSpe RedirectStandardOutput = true, RedirectStandardError = true, UseShellExecute = false, + CreateNoWindow = true, WindowStyle = ProcessWindowStyle.Hidden, }, EnableRaisingEvents = true