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