ayi <t>Existe-t-il un moyen de faire fonctionner un script PowerShell en double-cliquant sur un fichier .ps1 ?</t>
ayi <t>Créez un raccourci avec quelque chose comme ceci comme « Cible » :<br/> <br/> powershell.exe -command "& 'C:\A path with spaces\MyScript.ps1' -MyArguments blah"<br/> <br/> ```</t>