<p>Vous pouvez specifier le repertoire a ouvrir au demarrage de PowerShell :</p>
<pre><code class="lang-auto">powershell.exe -NoExit -command "& {Set-Location $env:systemroot}"
</code></pre>
<p>Utilisez-le simplement dans votre raccourci.</p>
<p>Ou utilisez <a href="https://superuser.com/questions/507387/autorun-for-powershell/507391#507391">un profil</a> pour definir un repertoire de demarrage.</p>