Set-ExécutionPolicy Autorisation sans restriction refusée
#change execution policy and enable execution of PowerShell scripts
#open Windows PowerShell as Admin
Set-ExecutionPolicy Unrestricted
Shiny Stag