**Summary of the new feature** A setting such as powershell.suppressIntegratedConsoleBanner to prevent this from coming up:  **Current workaround** add the following to $profile: ```powershell cls echo "" ``` However it will still display until the console is actually ready. 