<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Https://Aka.ms/PSWindows on Wojciech Marusiak IT Blog</title>
        <link>https://www.wojcieh.net/tags/https//aka.ms/pswindows/</link>
        <description>Recent content in Https://Aka.ms/PSWindows on Wojciech Marusiak IT Blog</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en-us</language>
        <lastBuildDate>Fri, 01 Dec 2023 08:27:58 +0100</lastBuildDate><atom:link href="https://www.wojcieh.net/tags/https//aka.ms/pswindows/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>How to remove annoying startup prompt in Windows Terminal</title>
        <link>https://www.wojcieh.net/how-to-remove-annoying-startup-prompt-in-windows-terminal/</link>
        <pubDate>Fri, 01 Dec 2023 08:27:58 +0100</pubDate>
        
        <guid>https://www.wojcieh.net/how-to-remove-annoying-startup-prompt-in-windows-terminal/</guid>
        <category>Windows Client</category>
        <category>Windows Terminal</category>
        <category>https://aka.ms/PSWindows</category>
        <category>Microsoft</category>
        <category>Scripting &amp; Automation</category>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2023/12/windows-terminal-1.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Windows Terminal with annoying prompt&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Since switching my blog to static webpage generator Hugo I am using more and more command line tools and programming tools. For coding I am using &lt;strong&gt;Visual Studio Code&lt;/strong&gt;, on my macOS I am using &lt;strong&gt;iTerm&lt;/strong&gt; with &lt;strong&gt;Oh My ZSH&lt;/strong&gt; and of course &lt;strong&gt;GitHub&lt;/strong&gt; to store content of the webpage. However on Windows as the default I switched to &lt;strong&gt;Windows Terminal&lt;/strong&gt; as my main command line tool. But, on Windows 10 or 11 in Windows Terminal there is this annoying popup when you start it.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Windows PowerShell
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Copyright (C) Microsoft Corporation. All rights reserved.
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;In this post you will learn how to remove it.&lt;/p&gt;
&lt;p&gt;So back to in my opinion annoying post. Well, Microsoft I am already using the latest Windows Terminal and this popup is irrelevant and stupid.&lt;/p&gt;
&lt;h2 id=&#34;main-solution&#34;&gt;Main Solution
&lt;/h2&gt;&lt;!--adsense--&gt;
&lt;p&gt;Generally speaking solution is quite easy. You just need to add &lt;code&gt;-nologo&lt;/code&gt; parameter into the execution file before &lt;strong&gt;powershell.exe&lt;/strong&gt;.&lt;/p&gt;
&lt;h2 id=&#34;removal-of-annoying-message-in-windows-terminal&#34;&gt;Removal of annoying message in Windows Terminal
&lt;/h2&gt;&lt;p&gt;In order to remove it in Windows Terminal we need to do following steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to Windows Terminal Settings.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2023/12/windows-terminal-2.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Windows Terminal Settings &#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;In Settings search for powershell.exe&lt;/li&gt;
&lt;li&gt;After the powershell.exe add &lt;code&gt;-nologo&lt;/code&gt; argument.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2023/12/windows-terminal-3.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Windows Terminal Settings without Prompt &#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Save setting and restart terminal.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2023/12/windows-terminal-4.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Windows Terminal with annoying prompt removed&#34;
	
	
&gt;
And voila, stupid prompt removed :)&lt;/p&gt;
&lt;!---
Get-ChildItem -Path . | select Name
--&gt;</description>
        </item>
        
    </channel>
</rss>
