From 6e0f5d60eac0ffc47f0b4be1b6a17e70f967ca39 Mon Sep 17 00:00:00 2001 From: MJ Antipode Date: Wed, 21 Oct 2020 11:25:11 +0200 Subject: [PATCH] Ajouter 'Chocolatey.md' --- Chocolatey.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Chocolatey.md diff --git a/Chocolatey.md b/Chocolatey.md new file mode 100644 index 0000000..a95c617 --- /dev/null +++ b/Chocolatey.md @@ -0,0 +1,3 @@ +First install chocolatey + +@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command " [System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" \ No newline at end of file