<p>I was fooling around a bit with the Linux/Bash subsystem for Win10.</p>
<p>But then I decided to stay with Cygwin for now. So I uninstalled it - or thought I did.</p>
<p>Now J’ai installé Cygwin and put its <code>bin</code> directory first in the <code>PATH</code>.</p>
<p>In <code>cmd.exe</code> , when I type <code>bash</code> , it will start the Cygwin’s Bash.</p>
<p>But when I do Win+R and type <code>bash</code>, I still get the prompt:</p>
<pre><code class="lang-auto">Windows Subsystem for Linux has no installed distributions.
…bla-bla-bla…
</code></pre>
<p>Comment get rid of the Linux/Bash subsystem entirely, so it will instead pick up Cygwin’s Bash from the <code>PATH</code>?</p>